Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dvirtual_socket_server.cc754 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in AddConnection() local
755 SocketAddressPair address_pair(local_normalized, remote_normalized); in AddConnection()
764 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in LookupConnection() local
765 SocketAddressPair address_pair(local_normalized, remote_normalized); in LookupConnection()
773 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in RemoveConnection() local
774 SocketAddressPair address_pair(local_normalized, remote_normalized); in RemoveConnection()
1158 IPAddress remote_normalized = remote_ip.Normalized(); in CanInteractWith() local
1162 if (local_normalized.family() == remote_normalized.family()) { in CanInteractWith()