Home
last modified time | relevance | path

Searched refs:GetNextAssociatedNetwork (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/os/net/
H A DNetworkDevice.h133 status_t GetNextAssociatedNetwork(uint32& cookie,
135 status_t GetNextAssociatedNetwork(uint32& cookie,
/haiku/src/tests/kits/net/
H A Dwlan_test.cpp124 while (device.GetNextAssociatedNetwork(cookie, network) == B_OK) { in main()
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp981 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 DInterfaceView.cpp262 while (device.GetNextAssociatedNetwork(cookie, address) == B_OK) in _Update()
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp405 while (device.GetNextAssociatedNetwork(cookie, address) == B_OK) in MouseDown()
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp549 while (device.GetNextAssociatedNetwork(cookie, network) == B_OK) { in list_interface()
/haiku/src/servers/net/
H A DNetServer.cpp1163 if (device.GetNextAssociatedNetwork(cookie, network) != B_OK in _LeaveNetwork()