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

/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp150 virtual bool isMainNeeded() const { return true; } function in class:VBoxNetLwipNAT
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp204 if (isMainNeeded())
220 bool VBoxNetBaseService::isMainNeeded() const function in class:VBoxNetBaseService
233 if (isMainNeeded())
766 AssertMsgReturn(isMainNeeded(), ("It's expected that we need Main"), VERR_INTERNAL_ERROR);

Completed in 51 milliseconds