Searched refs:etharp_hdr (Results 1 – 4 of 4) sorted by relevance
104 void autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr);
115 struct etharp_hdr { struct
690 struct etharp_hdr *hdr;714 hdr = (struct etharp_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);717 hdr = (struct etharp_hdr *)(((u8_t*)ethhdr) + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);1184 struct etharp_hdr *hdr;1204 hdr = (struct etharp_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
478 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()
Completed in 7 milliseconds