Searched refs:LWIP_TCPIP_CORE_LOCKING_INPUT (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h115 #define LWIP_TCPIP_CORE_LOCKING_INPUT 0 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h135 #define LWIP_TCPIP_CORE_LOCKING_INPUT 0 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h61 #if !LWIP_TCPIP_CORE_LOCKING_INPUT
63 #endif /* !LWIP_TCPIP_CORE_LOCKING_INPUT */
H A Dopt.h1411 * LWIP_TCPIP_CORE_LOCKING_INPUT: (EXPERIMENTAL!)
1414 #ifndef LWIP_TCPIP_CORE_LOCKING_INPUT
1415 #define LWIP_TCPIP_CORE_LOCKING_INPUT 0 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c181 #if LWIP_TCPIP_CORE_LOCKING_INPUT && !LWIP_TCPIP_CORE_LOCKING
182 #error "When using LWIP_TCPIP_CORE_LOCKING_INPUT, LWIP_TCPIP_CORE_LOCKING must be enabled, too"
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dtcpip.c99 #if !LWIP_TCPIP_CORE_LOCKING_INPUT
117 #endif /* LWIP_TCPIP_CORE_LOCKING_INPUT */
183 #if LWIP_TCPIP_CORE_LOCKING_INPUT
197 #else /* LWIP_TCPIP_CORE_LOCKING_INPUT */
216 #endif /* LWIP_TCPIP_CORE_LOCKING_INPUT */

Completed in 81 milliseconds