Searched refs:STUN_ATTR_PRIORITY (Results 1 – 6 of 6) sorted by relevance
655 STUN_ATTR_PRIORITY = 0x0024, // UInt32 enumerator
1311 case STUN_ATTR_PRIORITY: in GetAttributeValueType()
236 STUN_ATTR_PRIORITY, prflx_priority)); in Prepare()1284 request->msg()->GetUInt32(STUN_ATTR_PRIORITY); in MaybeUpdateLocalCandidate()
337 msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()1722 const StunUInt32Attribute* priority_attr = msg->GetUInt32(STUN_ATTR_PRIORITY); in TEST_F()1776 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_PRIORITY) == NULL); in TEST_F()1807 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_PRIORITY) == NULL); in TEST_F()
3198 std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, priority)); in ReceivePingOnConnection()3441 request.AddAttribute(std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, in TEST_F()3610 request.AddAttribute(std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, in TEST_F()3839 request.AddAttribute(std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, in TEST_F()3935 request.AddAttribute(std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, in TEST_F()
1002 stun_msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()