Searched refs:GetNextAssociatedNetwork (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/os/net/ |
H A D | NetworkDevice.h | 133 status_t GetNextAssociatedNetwork(uint32& cookie, 135 status_t GetNextAssociatedNetwork(uint32& cookie,
|
/haiku/src/tests/kits/net/ |
H A D | wlan_test.cpp | 124 while (device.GetNextAssociatedNetwork(cookie, network) == B_OK) { in main()
|
/haiku/src/kits/network/libnetapi/ |
H A D | NetworkDevice.cpp | 981 BNetworkDevice::GetNextAssociatedNetwork(uint32& cookie, in GetNextAssociatedNetwork() function in BNetworkDevice 985 status_t status = GetNextAssociatedNetwork(cookie, address); in GetNextAssociatedNetwork() 994 BNetworkDevice::GetNextAssociatedNetwork(uint32& cookie, in GetNextAssociatedNetwork() function in BNetworkDevice
|
/haiku/src/preferences/network/ |
H A D | InterfaceView.cpp | 262 while (device.GetNextAssociatedNetwork(cookie, address) == B_OK) in _Update()
|
/haiku/src/apps/networkstatus/ |
H A D | NetworkStatusView.cpp | 405 while (device.GetNextAssociatedNetwork(cookie, address) == B_OK) in MouseDown()
|
/haiku/src/bin/network/ifconfig/ |
H A D | ifconfig.cpp | 549 while (device.GetNextAssociatedNetwork(cookie, network) == B_OK) { in list_interface()
|
/haiku/src/servers/net/ |
H A D | NetServer.cpp | 1163 if (device.GetNextAssociatedNetwork(cookie, network) != B_OK in _LeaveNetwork()
|