Searched refs:etharp_hdr (Results 1 – 5 of 5) sorted by relevance
81 struct etharp_hdr *etharphdr; in create_arp_response()82 …struct pbuf *p = pbuf_alloc(PBUF_RAW, sizeof(struct eth_hdr) + sizeof(struct etharp_hdr), PBUF_RAM… in create_arp_response()87 etharphdr = (struct etharp_hdr*)(ethhdr + 1); in create_arp_response()
83 void autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr);
86 struct etharp_hdr { struct
643 struct etharp_hdr *hdr;652 hdr = (struct etharp_hdr *)p->payload;1117 struct etharp_hdr *hdr;1133 hdr = (struct etharp_hdr *)p->payload;
453 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()