Home
last modified time | relevance | path

Searched refs:ETH_PAD_SIZE (Results 1 – 6 of 6) sorted by relevance

/lib/liblwip/src/netif/
Dethernetif.c130 #if ETH_PAD_SIZE
131 pbuf_header(p, -ETH_PAD_SIZE); /* drop the padding word */
143 #if ETH_PAD_SIZE
144 pbuf_header(p, ETH_PAD_SIZE); /* reclaim the padding word */
171 #if ETH_PAD_SIZE
172 len += ETH_PAD_SIZE; /* allow room for Ethernet padding */
180 #if ETH_PAD_SIZE
181 pbuf_header(p, -ETH_PAD_SIZE); /* drop the padding word */
199 #if ETH_PAD_SIZE
200 pbuf_header(p, ETH_PAD_SIZE); /* reclaim the padding word */
/lib/liblwip/src/include/netif/
Detharp.h73 #if ETH_PAD_SIZE
74 PACK_STRUCT_FIELD(u8_t padding[ETH_PAD_SIZE]);
85 #define SIZEOF_ETH_HDR (14 + ETH_PAD_SIZE)
/lib/liblwip/src/arch/
Detherif.c216 #if ETH_PAD_SIZE in low_level_input()
217 len += ETH_PAD_SIZE; /* allow room for Ethernet padding */ in low_level_input()
/lib/liblwip/src/include/lwip/
Dopt.h485 #ifndef ETH_PAD_SIZE
486 #define ETH_PAD_SIZE 0 macro
1095 #define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
/lib/liblwip/
DUPGRADING139 * Corrected PBUF_POOL_BUFSIZE for ports where ETH_PAD_SIZE > 0
DCHANGELOG753 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h