Home
last modified time | relevance | path

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