• Home
  • Raw
  • Download

Lines Matching refs:ipaddr

444     if (addr.ipaddr().family() == AF_INET) {  in InitiateConnect()
446 } else if (addr.ipaddr().family() == AF_INET6) { in InitiateConnect()
482 local_addr_ = EmptySocketAddressWithFamily(addr.ipaddr().family()); in SendUdp()
678 RTC_DCHECK(!IPIsUnspec(addr.ipaddr())); in Bind()
682 SocketAddress normalized(addr.ipaddr().Normalized(), addr.port()); in Bind()
692 if (!IPIsUnspec(addr->ipaddr())) { in Bind()
693 addr->SetIP(addr->ipaddr().Normalized()); in Bind()
701 auto alternative = alternative_address_mapping_.find(addr->ipaddr()); in Bind()
720 SocketAddress normalized(addr.ipaddr().Normalized(), addr.port()); in LookupBinding()
726 IPAddress default_ip = GetDefaultRoute(addr.ipaddr().family()); in LookupBinding()
727 if (!IPIsUnspec(default_ip) && addr.ipaddr() == default_ip) { in LookupBinding()
732 EmptySocketAddressWithFamily(addr.ipaddr().family()); in LookupBinding()
742 SocketAddress normalized(addr.ipaddr().Normalized(), addr.port()); in Unbind()
753 SocketAddress local_normalized(local.ipaddr().Normalized(), local.port()); in AddConnection()
754 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in AddConnection()
763 SocketAddress local_normalized(local.ipaddr().Normalized(), local.port()); in LookupConnection()
764 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in LookupConnection()
772 SocketAddress local_normalized(local.ipaddr().Normalized(), local.port()); in RemoveConnection()
773 SocketAddress remote_normalized(remote.ipaddr().Normalized(), remote.port()); in RemoveConnection()
963 IPAddress default_ip = GetDefaultRoute(sender_addr.ipaddr().family()); in AddPacketToNetwork()
1071 auto iter = delay_by_ip_.find(socket->GetLocalAddress().ipaddr()); in GetTransitDelay()
1155 IPAddress local_ip = local->GetLocalAddress().ipaddr(); in CanInteractWith()
1156 IPAddress remote_ip = remote->GetLocalAddress().ipaddr(); in CanInteractWith()