Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc699 SocketAddress remote_normalized(remote.ipaddr().Normalized(), in AddConnection() local
701 SocketAddressPair address_pair(local_normalized, remote_normalized); in AddConnection()
711 SocketAddress remote_normalized(remote.ipaddr().Normalized(), in LookupConnection() local
713 SocketAddressPair address_pair(local_normalized, remote_normalized); in LookupConnection()
722 SocketAddress remote_normalized(remote.ipaddr().Normalized(), in RemoveConnection() local
724 SocketAddressPair address_pair(local_normalized, remote_normalized); in RemoveConnection()
1080 IPAddress remote_normalized = remote_ip.Normalized(); in CanInteractWith() local
1084 if (local_normalized.family() == remote_normalized.family()) { in CanInteractWith()