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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 111 const StunAttribute* mapped_address = local
113 if (!mapped_address)
114 mapped_address = GetAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS);
115 return reinterpret_cast<const StunAddressAttribute*>(mapped_address);
stun_unittest.cc 637 const StunAddressAttribute* mapped_address = local
639 ASSERT_TRUE(mapped_address != NULL);
640 EXPECT_EQ(kRfc5769SampleMsgMappedAddress, mapped_address->GetAddress());
660 const StunAddressAttribute* mapped_address = local
662 ASSERT_TRUE(mapped_address != NULL);
663 EXPECT_EQ(kRfc5769SampleMsgIPv6MappedAddress, mapped_address->GetAddress());
    [all...]

Completed in 170 milliseconds