Home
last modified time | relevance | path

Searched refs:STUN_ATTR_ICE_CONTROLLED (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/transport/
Dstun.h657 STUN_ATTR_ICE_CONTROLLED = 0x8029, // UInt64 enumerator
Dstun.cc1317 case STUN_ATTR_ICE_CONTROLLED: in GetAttributeValueType()
/external/webrtc/p2p/base/
Dport.cc661 stun_attr = stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLED); in MaybeIceRoleConflict()
Dconnection.cc217 STUN_ATTR_ICE_CONTROLLED, connection_->port()->IceTiebreaker())); in Prepare()
Dport_unittest.cc1734 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_ICE_CONTROLLED) == NULL); in TEST_F()
1779 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_ICE_CONTROLLED) == NULL); in TEST_F()
1820 msg->GetUInt64(STUN_ATTR_ICE_CONTROLLED); in TEST_F()