Searched refs:STUN_ATTR_GOOG_MISC_INFO (Results 1 – 5 of 5) sorted by relevance
684 auto goog_misc = message->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in SendStunBindingResponse()690 StunAttribute::CreateUInt16ListAttribute(STUN_ATTR_GOOG_MISC_INFO); in SendStunBindingResponse()1011 StunAttribute::CreateUInt16ListAttribute(STUN_ATTR_GOOG_MISC_INFO); in BuildPingRequest()1367 auto goog_misc = response->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in OnConnectionRequestResponse()1662 type != STUN_ATTR_GOOG_MISC_INFO; in ShouldSendGoogPing()
3031 auto goog_misc = msg->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in GetSupportedGoogPingVersion()3205 ASSERT_TRUE(modified_request1->RemoveAttribute(STUN_ATTR_GOOG_MISC_INFO) != in TEST_F()3211 StunAttribute::CreateUInt16ListAttribute(STUN_ATTR_GOOG_MISC_INFO); in TEST_F()3288 ASSERT_TRUE(modified_response->RemoveAttribute(STUN_ATTR_GOOG_MISC_INFO) != in TEST_F()3296 StunAttribute::CreateUInt16ListAttribute(STUN_ATTR_GOOG_MISC_INFO); in TEST_F()
756 STUN_ATTR_GOOG_MISC_INFO = 0xC059, enumerator
1817 StunAttribute::CreateUInt16ListAttribute(STUN_ATTR_GOOG_MISC_INFO); in TEST_F()1833 msg.GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in TEST_F()
723 case STUN_ATTR_GOOG_MISC_INFO: in GetAttributeValueType()