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()
86 struct etharp_hdr { struct
83 void autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr);
675 struct etharp_hdr *hdr;684 hdr = (struct etharp_hdr *)p->payload;1149 struct etharp_hdr *hdr;1165 hdr = (struct etharp_hdr *)p->payload;
476 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply()