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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp383 uint32_t cActiveIFs; member in struct:INTNETNETWORK
4311 pNetwork->cActiveIFs++;
4312 if (pNetwork->cActiveIFs == 1)
4324 pNetwork->cActiveIFs--;
4325 if (pNetwork->cActiveIFs == 0)
5181 && pNetwork->cActiveIFs > 0 ))
5222 && pNetwork->cActiveIFs > 0 ))
5849 && pNetwork->cActiveIFs > 0;
6091 //pNetwork->cActiveIFs = 0;

Completed in 43 milliseconds