Searched refs:MEMP_NUM_TCP_SEG (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h74 /* MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP
76 #define MEMP_NUM_TCP_SEG (MEMP_NUM_TCP_PCB * TCP_SND_QUEUELEN / 2) macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h94 /* MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP
96 #define MEMP_NUM_TCP_SEG (MEMP_NUM_TCP_PCB * TCP_SND_QUEUELEN / 2) macro
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dmemp.c76 MEMP_NUM_TCP_SEG,
93 MEMP_TYPE_SIZE(MEMP_NUM_TCP_SEG, struct tcp_seg) +
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h44 LWIP_MEMPOOL(TCP_SEG, MEMP_NUM_TCP_SEG, sizeof(struct tcp_seg), "TCP_SEG")
H A Dopt.h263 * MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP segments.
266 #ifndef MEMP_NUM_TCP_SEG
267 #define MEMP_NUM_TCP_SEG 16 macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h105 /* MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP
107 #ifndef MEMP_NUM_TCP_SEG
108 #define MEMP_NUM_TCP_SEG 16 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c264 #if !MEMP_MEM_MALLOC && (MEMP_NUM_TCP_SEG < TCP_SND_QUEUELEN)
265 #error "lwip_sanity_check: WARNING: MEMP_NUM_TCP_SEG should be at least as big as TCP_SND_QUEUELEN. If you know what you are doing, define LWIP_DISABLE_TCP_SANITY_CHECKS to 1 to disable this error."
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h54 #define MEMP_NUM_TCP_SEG 255 macro

Completed in 49 milliseconds