Searched refs:GetNetwork (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/kits/net/
H A Dwlan_test.cpp100 status = device.GetNetwork(link, network);
102 status = device.GetNetwork(argv[3], network);
/haiku/headers/os/net/
H A DNetworkDevice.h117 status_t GetNetwork(const char* name,
119 status_t GetNetwork(const BNetworkAddress& address,
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h52 status_t GetNetwork(const char* name,
/haiku/src/servers/net/
H A DNetServer.cpp967 status = device.GetNetwork(link, network);
969 status = device.GetNetwork(networkName, network);
1041 || device.GetNetwork(*address, network) != B_OK)
1042 && device.GetNetwork(name, network) != B_OK) {
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp840 BNetworkDevice::GetNetwork(const char* name, wireless_network& network) function in class:BNetworkDevice
850 BNetworkDevice::GetNetwork(const BNetworkAddress& address, function in class:BNetworkDevice
989 return GetNetwork(address, network);
H A DNetworkSettings.cpp399 BNetworkSettings::GetNetwork(const char* name, BMessage& network) const function in class:BNetworkSettings
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp359 status = device.GetNetwork(link, network);
361 status = device.GetNetwork(args[i], network);

Completed in 59 milliseconds