Searched defs:LWIP_UDP (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h292 #ifndef LWIP_UDP
293 #define LWIP_UDP 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h240 * (requires the LWIP_UDP option)
887 * LWIP_UDP==1: Turn on UDP.
889 #ifndef LWIP_UDP
890 #define LWIP_UDP 1 macro
894 * LWIP_UDPLITE==1: Turn on UDP-Lite. (Requires LWIP_UDP)
1597 #define UDP_STATS (LWIP_UDP)

Completed in 242 milliseconds