Searched defs:eth_hdr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/netif/
H A Detharp.h63 struct eth_hdr { struct
82 PACK_STRUCT_FIELD(struct eth_hdr ethhdr);
102 PACK_STRUCT_FIELD(struct eth_hdr eth);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dethip6.c77 struct eth_hdr { struct
105 struct eth_hdr *ethhdr = (struct eth_hdr *)p->payload;
142 if (pbuf_header(q, sizeof(struct eth_hdr)) != 0) {
/vbox/src/VBox/Devices/Network/lwip-new/src/include/netif/
H A Detharp.h72 struct eth_hdr { struct

Completed in 67 milliseconds