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

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h88 /* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
90 #define MEMP_NUM_UDP_PCB 32 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h108 /* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
110 #define MEMP_NUM_UDP_PCB 32 macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h90 /* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
92 #ifndef MEMP_NUM_UDP_PCB
93 #define MEMP_NUM_UDP_PCB 4 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h238 * MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
242 #ifndef MEMP_NUM_UDP_PCB
243 #define MEMP_NUM_UDP_PCB 4 macro

Completed in 1554 milliseconds