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 110 const StunAttribute* mapped_address = local
112 if (!mapped_address)
113 mapped_address = GetAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS);
114 return reinterpret_cast<const StunAddressAttribute*>(mapped_address);
stun_unittest.cc 680 const StunAddressAttribute* mapped_address = local
682 ASSERT_TRUE(mapped_address != NULL);
683 EXPECT_EQ(kRfc5769SampleMsgMappedAddress, mapped_address->GetAddress());
703 const StunAddressAttribute* mapped_address = local
705 ASSERT_TRUE(mapped_address != NULL);
706 EXPECT_EQ(kRfc5769SampleMsgIPv6MappedAddress, mapped_address->GetAddress());
    [all...]

Completed in 38 milliseconds