Searched refs:isMainNeeded (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.h86 virtual bool isMainNeeded() const;
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);
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp290 if (isMainNeeded())
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp150 virtual bool isMainNeeded() const { return true; } function in class:VBoxNetLwipNAT

Completed in 61 milliseconds