HomeSort by relevance Sort by last modified time
    Searched refs:mapped_addr (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 92 StunAddressAttribute* mapped_addr = local
94 mapped_addr->SetFamily(1);
95 mapped_addr->SetPort(remote_addr.port());
96 mapped_addr->SetIP(remote_addr.ip());
97 response.AddAttribute(mapped_addr);
relayport.cc 120 void OnConnect(const talk_base::SocketAddress& mapped_addr,
510 void RelayEntry::OnConnect(const talk_base::SocketAddress& mapped_addr,
515 << " @ " << mapped_addr.ToString();
518 port_->AddExternalAddress(ProtocolAddress(mapped_addr, proto));

Completed in 1747 milliseconds