Lines Matching refs:LocalAddress
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()
548 AddressString(fDomain, *endpoint->LocalAddress(), true).Data()); in _DemuxBroadcast()
554 if (endpoint->LocalAddress().Port() != incomingPort) { in _DemuxBroadcast()
569 if (endpoint->LocalAddress().MatchMasked(broadcastAddr, mask) in _DemuxBroadcast()
570 || mask == NULL || endpoint->LocalAddress().IsEmpty(false)) { in _DemuxBroadcast()
655 if (endpoint->LocalAddress().Port() == port) in _EndpointWithPort()
1120 LocalAddress().AsString(local, sizeof(local), true); in Dump()