Searched refs:hwaddr_remote (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 1316 hwaddr_t hwaddr_remote; in undiarp_input() local 1355 memcpy(hwaddr_remote, hdr_ptr, netif->hwaddr_len); in undiarp_input() 1374 update_arp_entry(netif, &sipaddr, &hwaddr_remote, UNDIARP_TRY_HARD); in undiarp_input() 1378 update_arp_entry(netif, &sipaddr, &hwaddr_remote, 0); in undiarp_input() 1403 memcpy(hdr_ptr, &hwaddr_remote, netif->hwaddr_len); in undiarp_input() 1408 undi_send_arp(netif, p, &hwaddr_remote); in undiarp_input()
|