Searched refs:GetNextNetwork (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h50 status_t GetNextNetwork(uint32& cookie,
/haiku/src/servers/net/
H A DNetServer.cpp256 result = fSettings.GetNextNetwork(index, network);
958 while (fSettings.GetNextNetwork(cookie, networkMessage) == B_OK) {
1011 while (fSettings.GetNextNetwork(cookie, networkMessage) == B_OK) {
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp387 BNetworkSettings::GetNextNetwork(uint32& cookie, BMessage& network) const function in class:BNetworkSettings

Completed in 56 milliseconds