Searched refs:GetNextAddress (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/os/net/
H A DNetworkAddressResolver.h55 status_t GetNextAddress(uint32* cookie,
57 status_t GetNextAddress(int family, uint32* cookie,
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h61 status_t GetNextAddress(PeerAddress* address);
H A DRPCServer.cpp337 while ((result = resolver->GetNextAddress(&address)) == B_OK) {
H A DConnection.cpp283 AddressResolver::GetNextAddress(PeerAddress* address) function in class:AddressResolver
/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp216 BNetworkAddressResolver::GetNextAddress(uint32* cookie, function in class:BNetworkAddressResolver
243 BNetworkAddressResolver::GetNextAddress(int family, uint32* cookie, function in class:BNetworkAddressResolver
H A DNetworkAddress.cpp174 status = resolver->GetNextAddress(AF_INET6, &cookie, *this);
177 status = resolver->GetNextAddress(&cookie, *this);
201 status = resolver->GetNextAddress(AF_INET6, &cookie, *this);
204 status = resolver->GetNextAddress(&cookie, *this);
233 status = resolver->GetNextAddress(&cookie, *this);
262 status = resolver->GetNextAddress(&cookie, *this);
/haiku/src/preferences/time/
H A Dntp.cpp151 while (resolver.GetNextAddress(&cookie, address) == B_OK) {
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.h132 bool GetNextAddress(InterfaceAddress** _address);
H A Ddatalink.cpp613 bool gotOne = interface->GetNextAddress(&address);
H A Dinterfaces.cpp644 Interface::GetNextAddress(InterfaceAddress** _address) function in class:Interface

Completed in 117 milliseconds