Searched refs:ETH_PAD_SIZE (Results 1 – 13 of 13) sorted by relevance
77 #if ETH_PAD_SIZE78 PACK_STRUCT_FLD_8(u8_t padding[ETH_PAD_SIZE]);89 #define SIZEOF_ETH_HDR (14 + ETH_PAD_SIZE)
72 #if ETH_PAD_SIZE73 PACK_STRUCT_FLD_8(u8_t padding[ETH_PAD_SIZE]);84 #define SIZEOF_ETH_HDR (14 + ETH_PAD_SIZE)
73 #if ETH_PAD_SIZE74 PACK_STRUCT_FIELD(u8_t padding[ETH_PAD_SIZE]);85 #define SIZEOF_ETH_HDR (14 + ETH_PAD_SIZE)
485 #ifndef ETH_PAD_SIZE486 #define ETH_PAD_SIZE 0 macro1095 #define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
604 #if !defined ETH_PAD_SIZE || defined __DOXYGEN__605 #define ETH_PAD_SIZE 0 macro1353 #define PBUF_LINK_HLEN (18 + ETH_PAD_SIZE)1355 #define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
691 #if !defined ETH_PAD_SIZE || defined __DOXYGEN__692 #define ETH_PAD_SIZE 0 macro1528 #define PBUF_LINK_HLEN (18 + ETH_PAD_SIZE)1530 #define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
352 #define ETH_PAD_SIZE RT_LWIP_ETH_PAD_SIZE macro
139 * Corrected PBUF_POOL_BUFSIZE for ports where ETH_PAD_SIZE > 0
743 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h
238 * Corrected PBUF_POOL_BUFSIZE for ports where ETH_PAD_SIZE > 0
1699 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h
273 * Corrected PBUF_POOL_BUFSIZE for ports where ETH_PAD_SIZE > 0
1952 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h
Completed in 42 milliseconds