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) {
/haiku/src/preferences/network/
H A DInterfaceView.cpp262 while (device.GetNextAssociatedNetwork(cookie, address) == B_OK)
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp981 BNetworkDevice::GetNextAssociatedNetwork(uint32& cookie, function in class:BNetworkDevice
985 status_t status = GetNextAssociatedNetwork(cookie, address);
994 BNetworkDevice::GetNextAssociatedNetwork(uint32& cookie, function in class:BNetworkDevice
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp405 while (device.GetNextAssociatedNetwork(cookie, address) == B_OK)
/haiku/src/servers/net/
H A DNetServer.cpp1163 if (device.GetNextAssociatedNetwork(cookie, network) != B_OK
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp549 while (device.GetNextAssociatedNetwork(cookie, network) == B_OK) {

Completed in 55 milliseconds