Searched refs:remote_normalized (Results 1 – 1 of 1) sorted by relevance
699 SocketAddress remote_normalized(remote.ipaddr().Normalized(), in AddConnection() local701 SocketAddressPair address_pair(local_normalized, remote_normalized); in AddConnection()711 SocketAddress remote_normalized(remote.ipaddr().Normalized(), in LookupConnection() local713 SocketAddressPair address_pair(local_normalized, remote_normalized); in LookupConnection()722 SocketAddress remote_normalized(remote.ipaddr().Normalized(), in RemoveConnection() local724 SocketAddressPair address_pair(local_normalized, remote_normalized); in RemoveConnection()1080 IPAddress remote_normalized = remote_ip.Normalized(); in CanInteractWith() local1084 if (local_normalized.family() == remote_normalized.family()) { in CanInteractWith()