Searched defs:MEMP_NUM_TCP_SEG (Results 1 - 5 of 5) 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/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/vbox/include/
H A Dlwipopts.h54 #define MEMP_NUM_TCP_SEG 255 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
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

Completed in 862 milliseconds