Searched refs:etharp_hdr (Results 1 – 5 of 5) sorted by relevance
105 void autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr);
670 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);
262 struct etharp_hdr *arphdr; in snprintf_arp_hdr()266 arphdr = (struct etharp_hdr *)((void *)ethhdr + 14); in snprintf_arp_hdr()
115 struct etharp_hdr { struct
486 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()