Lines Matching refs:arp
143 struct arp_table arp;
218 direct_entry.arp.mac = 0;
219 direct_entry.arp.dst = 0;
227 &direct_entry.arp.mac) == 0)
228 direct_entry.arp.dst = route.dst;
374 /* Function to parse the arp entry returned by netlink
375 * Updates the arp entry related map entries
389 struct arp_table arp;
395 printf("READING arp entry\n");
424 direct_entry.arp.dst = 0;
425 direct_entry.arp.mac = 0;
427 direct_entry.arp.dst = arp_entry.dst;
428 direct_entry.arp.mac = arp_entry.mac;
451 /* Function to read the existing arp table when the process is launched*/
512 /* Function to keep track and update changes in route and arp table