Searched defs:PBUF_POOL_BUFSIZE (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h101 /* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool.
103 #undef PBUF_POOL_BUFSIZE macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h121 /* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool.
123 #undef PBUF_POOL_BUFSIZE macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h146 /* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. */
148 #ifndef PBUF_POOL_BUFSIZE
149 #define PBUF_POOL_BUFSIZE 128 macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h30 #define PBUF_POOL_BUFSIZE 1536 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h1114 * PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. The default is
1118 #ifndef PBUF_POOL_BUFSIZE
1119 #define PBUF_POOL_BUFSIZE LWIP_MEM_ALIGN_SIZE(TCP_MSS+40+PBUF_LINK_HLEN) macro

Completed in 68 milliseconds