Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc697 SocketAddress local_normalized(local.ipaddr().Normalized(), in AddConnection() local
701 SocketAddressPair address_pair(local_normalized, remote_normalized); in AddConnection()
709 SocketAddress local_normalized(local.ipaddr().Normalized(), in LookupConnection() local
713 SocketAddressPair address_pair(local_normalized, remote_normalized); in LookupConnection()
720 SocketAddress local_normalized(local.ipaddr().Normalized(), in RemoveConnection() local
724 SocketAddressPair address_pair(local_normalized, remote_normalized); in RemoveConnection()
1079 IPAddress local_normalized = local_ip.Normalized(); in CanInteractWith() local
1084 if (local_normalized.family() == remote_normalized.family()) { in CanInteractWith()