Macros | |
#define | PBUF_LINK_HLEN (14 + ETH_PAD_SIZE) |
PBUF_LINK_HLEN: the number of bytes that should be allocated for a link level header. More... | |
#define | PBUF_LINK_ENCAPSULATION_HLEN 0 |
PBUF_LINK_ENCAPSULATION_HLEN: the number of bytes that should be allocated for an additional encapsulation header before ethernet headers (e.g. More... | |
#define | PBUF_POOL_BUFSIZE LWIP_MEM_ALIGN_SIZE(TCP_MSS+40+PBUF_LINK_ENCAPSULATION_HLEN+PBUF_LINK_HLEN) |
PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. More... | |
#define | LWIP_PBUF_REF_T u8_t |
LWIP_PBUF_REF_T: Refcount type in pbuf. More... | |
#define LWIP_PBUF_REF_T u8_t |
#define PBUF_LINK_ENCAPSULATION_HLEN 0 |
#define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE) |
#define PBUF_POOL_BUFSIZE LWIP_MEM_ALIGN_SIZE(TCP_MSS+40+PBUF_LINK_ENCAPSULATION_HLEN+PBUF_LINK_HLEN) |