Searched refs:GetNextInterface (Results 1 - 16 of 16) sorted by relevance

/haiku/headers/os/net/
H A DNetworkRoster.h23 status_t GetNextInterface(uint32* cookie,
/haiku/src/apps/activitymonitor/
H A DSystemInfo.cpp171 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/servers/launch/
H A DNetworkWatcher.cpp138 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/apps/haikudepot/server/
H A DServerHelper.cpp206 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h38 status_t GetNextInterface(uint32& cookie,
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp71 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
H A DUpdateManager.cpp71 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/kits/network/libnetapi/
H A DNetworkRoster.cpp54 BNetworkRoster::GetNextInterface(uint32* cookie, function in class:BNetworkRoster
H A DNetworkAddress.cpp839 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
H A DNetworkSettings.cpp313 BNetworkSettings::GetNextInterface(uint32& cookie, BMessage& interface) function in class:BNetworkSettings
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp83 while (roster.GetNextInterface(&interfaceCookie, interface) == B_OK) {
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp540 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/servers/net/
H A DNetServer.cpp353 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
371 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
742 while (fSettings.GetNextInterface(cookie, interface) == B_OK) {
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp525 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/preferences/network/
H A DNetworkWindow.cpp340 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp642 while (roster.GetNextInterface(&cookie, interface) == B_OK) {

Completed in 109 milliseconds