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

/vbox/src/VBox/Devices/Network/lwip/src/include/netif/
H A Detharp.h38 #ifndef ETH_PAD_SIZE
39 #define ETH_PAD_SIZE 0 macro
64 #if ETH_PAD_SIZE
65 PACK_STRUCT_FIELD(u8_t padding[ETH_PAD_SIZE]);
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h45 #define ETH_PAD_SIZE 2 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h487 /** ETH_PAD_SIZE: number of bytes added before the ethernet header to ensure
492 #ifndef ETH_PAD_SIZE
493 #define ETH_PAD_SIZE 0 macro
1110 #define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)

Completed in 225 milliseconds