Home
last modified time | relevance | path

Searched refs:LocalAddress (Results 1 – 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp75 endpoint->LocalAddress().AsString(fLocal, sizeof(fLocal), true); in Connect()
100 endpoint->LocalAddress().AsString(fLocal, sizeof(fLocal), true); in Unbind()
155 return endpoint->LocalAddress().HashPair(*endpoint->PeerAddress()); in Hash()
163 return endpoint->LocalAddress().EqualTo(key.first, true) in Compare()
188 return endpoint->LocalAddress().Port(); in Hash()
195 return endpoint->LocalAddress().Port() == port; in Compare()
203 return first->LocalAddress().Port() == second->LocalAddress().Port(); in CompareValues()
280 endpoint->LocalAddress().SetTo(*local); in SetConnection()
322 if (_LookupConnection(*endpoint->LocalAddress(), *passive)) in SetPassive()
428 if (user->LocalAddress().IsEmpty(false) in _BindToAddress()
[all …]
H A DTCPEndpoint.cpp1138 return !LocalAddress().IsEmpty(true); in IsBound()
2126 LocalAddress().CopyTo(buffer->source); in _PrepareAndSend()
2395 status_t status = fManager->SetConnection(this, *LocalAddress(), peer, in _PrepareSendPath()
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.h45 return a - ((sockaddr_l2cap*)*b->LocalAddress())->l2cap_psm; in Compare()
50 return Compare(((sockaddr_l2cap*)*a->LocalAddress())->l2cap_psm, b); in Compare()
H A DL2capEndpointManager.cpp47 memcpy(*endpoint->LocalAddress(), &address, sizeof(struct sockaddr_l2cap)); in Bind()
61 (*endpoint->LocalAddress())->sa_len = 0; in Unbind()
H A DL2capEndpoint.cpp231 if (LocalAddress().IsEmpty(true)) in Unbind()
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp140 return _Mix(endpoint->LocalAddress().HashPair( in Hash()
153 return endpoint->LocalAddress().EqualTo(key.first, true) in Compare()
376 uint16 port = endpoint->LocalAddress().Port(); in ConnectEndpoint()
377 status = endpoint->LocalAddress().SetTo( in ConnectEndpoint()
379 endpoint->LocalAddress().SetPort(port); in ConnectEndpoint()
388 status_t status = _BindEndpoint(endpoint, *endpoint->LocalAddress()); in ConnectEndpoint()
450 ntohs(otherEndpoint->LocalAddress().Port())); in _Bind()
452 if (otherEndpoint->LocalAddress().EqualPorts(address)) { in _Bind()
460 if (otherEndpoint->LocalAddress().EqualTo(address, false) in _Bind()
522 && (!endpoint->LocalAddress().EqualTo(ourAddress, true) in _FindActiveEndpoint()
[all …]
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h27 static inline bdaddr_t LocalAddress() in LocalAddress() function
/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp233 return bdaddrUtils::LocalAddress(); in GetBluetoothAddress()
239 return bdaddrUtils::LocalAddress(); in GetBluetoothAddress()
257 return bdaddrUtils::LocalAddress(); in GetBluetoothAddress()
/haiku/headers/private/net/
H A DProtocolUtilities.h54 SocketAddress LocalAddress() in LocalAddress() function
58 ConstSocketAddress LocalAddress() const in LocalAddress() function
/haiku/src/kits/debug/
H A DSymbolLookup.h67 const void* LocalAddress() const { return fLocalAddress; } in LocalAddress() function
H A DSymbolLookup.cpp504 return strnlen(address, (addr_t)area->LocalAddress() + area->Size() in _SymbolNameLen()