Searched refs:STUN_ATTR_PRIORITY (Results 1 – 5 of 5) sorted by relevance
605 STUN_ATTR_PRIORITY = 0x0024, // UInt32 enumerator622 case STUN_ATTR_PRIORITY: return STUN_VALUE_UINT32; in GetAttributeValueType()
725 new StunUInt32Attribute(STUN_ATTR_PRIORITY, prflx_priority)); in Prepare()1370 request->msg()->GetUInt32(STUN_ATTR_PRIORITY); in MaybeAddPrflxCandidate()
296 msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()1620 const StunUInt32Attribute* priority_attr = msg->GetUInt32(STUN_ATTR_PRIORITY); in TEST_F()1665 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_PRIORITY) == NULL); in TEST_F()1697 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_PRIORITY) == NULL); in TEST_F()
1951 cricket::STUN_ATTR_PRIORITY, prflx_priority)); in TEST_F()2069 cricket::STUN_ATTR_PRIORITY, prflx_priority)); in TEST_F()2173 cricket::STUN_ATTR_PRIORITY, prflx_priority)); in TEST_F()
560 stun_msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()