Searched defs:MEMP_NUM_TCP_PCB (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h76 #define MEMP_NUM_TCP_SEG (MEMP_NUM_TCP_PCB * TCP_SND_QUEUELEN / 2)
78 /* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP
80 #define MEMP_NUM_TCP_PCB 128 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h96 #define MEMP_NUM_TCP_SEG (MEMP_NUM_TCP_PCB * TCP_SND_QUEUELEN / 2)
98 /* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP
100 #define MEMP_NUM_TCP_PCB 128 macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h95 /* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP
97 #ifndef MEMP_NUM_TCP_PCB
98 #define MEMP_NUM_TCP_PCB 5 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h247 * MEMP_NUM_TCP_PCB: the number of simulatenously active TCP connections.
250 #ifndef MEMP_NUM_TCP_PCB
251 #define MEMP_NUM_TCP_PCB 5 macro

Completed in 541 milliseconds