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

/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A DVBoxLwipCore.cpp21 * initialization of LWIP should happen on iLWIPInitiatorCounter 0 -> 1.
58 int iLWIPInitiatorCounter; member in struct:LWIPCORE
130 if (g_LwipCore.iLWIPInitiatorCounter == 0)
152 ++g_LwipCore.iLWIPInitiatorCounter;
181 if (g_LwipCore.iLWIPInitiatorCounter == 1)

Completed in 32 milliseconds