Searched refs:LocalAddress (Results 1 – 11 of 11) sorted by relevance
/haiku/src/add-ons/kernel/network/protocols/tcp/ |
H A D | EndpointManager.cpp | 75 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 D | TCPEndpoint.cpp | 1138 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 D | L2capEndpointManager.h | 45 return a - ((sockaddr_l2cap*)*b->LocalAddress())->l2cap_psm; in Compare() 50 return Compare(((sockaddr_l2cap*)*a->LocalAddress())->l2cap_psm, b); in Compare()
|
H A D | L2capEndpointManager.cpp | 47 memcpy(*endpoint->LocalAddress(), &address, sizeof(struct sockaddr_l2cap)); in Bind() 61 (*endpoint->LocalAddress())->sa_len = 0; in Unbind()
|
H A D | L2capEndpoint.cpp | 231 if (LocalAddress().IsEmpty(true)) in Unbind()
|
/haiku/src/add-ons/kernel/network/protocols/udp/ |
H A D | udp.cpp | 140 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 D | bdaddrUtils.h | 27 static inline bdaddr_t LocalAddress() in LocalAddress() function
|
/haiku/src/kits/bluetooth/ |
H A D | LocalDevice.cpp | 233 return bdaddrUtils::LocalAddress(); in GetBluetoothAddress() 239 return bdaddrUtils::LocalAddress(); in GetBluetoothAddress() 257 return bdaddrUtils::LocalAddress(); in GetBluetoothAddress()
|
/haiku/headers/private/net/ |
H A D | ProtocolUtilities.h | 54 SocketAddress LocalAddress() in LocalAddress() function 58 ConstSocketAddress LocalAddress() const in LocalAddress() function
|
/haiku/src/kits/debug/ |
H A D | SymbolLookup.h | 67 const void* LocalAddress() const { return fLocalAddress; } in LocalAddress() function
|
H A D | SymbolLookup.cpp | 504 return strnlen(address, (addr_t)area->LocalAddress() + area->Size() in _SymbolNameLen()
|