Home
last modified time | relevance | path

Searched refs:etharp_hdr (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dautoip.h105 void autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr);
/external/syslinux/core/lwip/src/netif/
Detharp.c670 struct etharp_hdr *hdr;
694 hdr = (struct etharp_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
697 hdr = (struct etharp_hdr *)(((u8_t*)ethhdr) + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);
1125 struct etharp_hdr *hdr;
1143 hdr = (struct etharp_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
Dundiif.c262 struct etharp_hdr *arphdr; in snprintf_arp_hdr()
266 arphdr = (struct etharp_hdr *)((void *)ethhdr + 14); in snprintf_arp_hdr()
/external/syslinux/core/lwip/src/include/netif/
Detharp.h115 struct etharp_hdr { struct
/external/syslinux/core/lwip/src/core/ipv4/
Dautoip.c486 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()