Searched refs:ETH_PAD_SIZE (Results 1 – 6 of 6) sorted by relevance
130 #if ETH_PAD_SIZE131 pbuf_header(p, -ETH_PAD_SIZE); /* drop the padding word */143 #if ETH_PAD_SIZE144 pbuf_header(p, ETH_PAD_SIZE); /* reclaim the padding word */171 #if ETH_PAD_SIZE172 len += ETH_PAD_SIZE; /* allow room for Ethernet padding */180 #if ETH_PAD_SIZE181 pbuf_header(p, -ETH_PAD_SIZE); /* drop the padding word */199 #if ETH_PAD_SIZE200 pbuf_header(p, ETH_PAD_SIZE); /* reclaim the padding word */
73 #if ETH_PAD_SIZE74 PACK_STRUCT_FIELD(u8_t padding[ETH_PAD_SIZE]);85 #define SIZEOF_ETH_HDR (14 + ETH_PAD_SIZE)
216 #if ETH_PAD_SIZE in low_level_input()217 len += ETH_PAD_SIZE; /* allow room for Ethernet padding */ in low_level_input()
485 #ifndef ETH_PAD_SIZE486 #define ETH_PAD_SIZE 0 macro1095 #define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
139 * Corrected PBUF_POOL_BUFSIZE for ports where ETH_PAD_SIZE > 0
753 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h