Searched refs:remote_normalized (Results 1 – 1 of 1) sorted by relevance
754 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in AddConnection() local755 SocketAddressPair address_pair(local_normalized, remote_normalized); in AddConnection()764 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in LookupConnection() local765 SocketAddressPair address_pair(local_normalized, remote_normalized); in LookupConnection()773 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in RemoveConnection() local774 SocketAddressPair address_pair(local_normalized, remote_normalized); in RemoveConnection()1158 IPAddress remote_normalized = remote_ip.Normalized(); in CanInteractWith() local1162 if (local_normalized.family() == remote_normalized.family()) { in CanInteractWith()