Searched refs:LocalAddress (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp75 endpoint->LocalAddress().AsString(fLocal, sizeof(fLocal), true);
100 endpoint->LocalAddress().AsString(fLocal, sizeof(fLocal), true);
155 return endpoint->LocalAddress().HashPair(*endpoint->PeerAddress());
163 return endpoint->LocalAddress().EqualTo(key.first, true)
188 return endpoint->LocalAddress().Port();
195 return endpoint->LocalAddress().Port() == port;
203 return first->LocalAddress().Port() == second->LocalAddress().Port();
280 endpoint->LocalAddress().SetTo(*local);
322 if (_LookupConnection(*endpoint->LocalAddress(), *passiv
[all...]
H A DTCPEndpoint.cpp1125 return !LocalAddress().IsEmpty(true);
2045 LocalAddress().CopyTo(buffer->source);
2312 status_t status = fManager->SetConnection(this, *LocalAddress(), peer,
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h27 static inline bdaddr_t LocalAddress() function in class:Bluetooth::bdaddrUtils
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp140 return _Mix(endpoint->LocalAddress().HashPair(
153 return endpoint->LocalAddress().EqualTo(key.first, true)
376 uint16 port = endpoint->LocalAddress().Port();
377 status = endpoint->LocalAddress().SetTo(
379 endpoint->LocalAddress().SetPort(port);
388 status_t status = _BindEndpoint(endpoint, *endpoint->LocalAddress());
450 ntohs(otherEndpoint->LocalAddress().Port()));
452 if (otherEndpoint->LocalAddress().EqualPorts(address)) {
460 if (otherEndpoint->LocalAddress().EqualTo(address, false)
522 && (!endpoint->LocalAddress()
[all...]
/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp233 return bdaddrUtils::LocalAddress();
239 return bdaddrUtils::LocalAddress();
257 return bdaddrUtils::LocalAddress();
/haiku/src/kits/debug/
H A DSymbolLookup.h67 const void* LocalAddress() const { return fLocalAddress; } function in class:BPrivate::Debug::Area
H A DSymbolLookup.cpp504 return strnlen(address, (addr_t)area->LocalAddress() + area->Size()
/haiku/headers/private/net/
H A DProtocolUtilities.h54 SocketAddress LocalAddress() function in class:ProtocolSocket
58 ConstSocketAddress LocalAddress() const function in class:ProtocolSocket

Completed in 351 milliseconds