Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/
Dethernetif.c131 #if ETH_PAD_SIZE
132 pbuf_header(p, -ETH_PAD_SIZE); /* drop the padding word */
144 #if ETH_PAD_SIZE
145 pbuf_header(p, ETH_PAD_SIZE); /* reclaim the padding word */
172 #if ETH_PAD_SIZE
173 len += ETH_PAD_SIZE; /* allow room for Ethernet padding */
181 #if ETH_PAD_SIZE
182 pbuf_header(p, -ETH_PAD_SIZE); /* drop the padding word */
200 #if ETH_PAD_SIZE
201 pbuf_header(p, ETH_PAD_SIZE); /* reclaim the padding word */
Dundiif.c94 #if ETH_PAD_SIZE
/external/syslinux/core/lwip/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)
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h481 #ifndef ETH_PAD_SIZE
482 #define ETH_PAD_SIZE 0 macro
1057 #define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
/external/syslinux/core/lwip/
DUPGRADING139 * Corrected PBUF_POOL_BUFSIZE for ports where ETH_PAD_SIZE > 0
DCHANGELOG454 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h