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

  /external/webrtc/webrtc/p2p/base/
stun.cc 94 const StunAttribute* mapped_address = local
96 if (!mapped_address)
97 mapped_address = GetAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS);
98 return reinterpret_cast<const StunAddressAttribute*>(mapped_address);
stun_unittest.cc 636 const StunAddressAttribute* mapped_address = local
638 ASSERT_TRUE(mapped_address != NULL);
639 EXPECT_EQ(kRfc5769SampleMsgMappedAddress, mapped_address->GetAddress());
659 const StunAddressAttribute* mapped_address = local
661 ASSERT_TRUE(mapped_address != NULL);
662 EXPECT_EQ(kRfc5769SampleMsgIPv6MappedAddress, mapped_address->GetAddress());
    [all...]

Completed in 101 milliseconds