Searched refs:GetDefaultGateway (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/net/
H A DNetworkRoute.h52 static status_t GetDefaultGateway(int family,
H A DNetworkInterface.h114 status_t GetDefaultGateway(int family,
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp557 BNetworkInterface::GetDefaultGateway(int family, BNetworkAddress& gateway) const function in class:BNetworkInterface
559 return BNetworkRoute::GetDefaultGateway(family, Name(), gateway);
H A DNetworkRoute.cpp223 BNetworkRoute::GetDefaultGateway(int family, const char* interfaceName, function in class:BNetworkRoute
/haiku/src/preferences/network/
H A DInterfaceAddressView.cpp242 if (fInterface.GetDefaultGateway(fFamily, gateway) == B_OK)

Completed in 37 milliseconds