Searched refs:goog_misc (Results 1 – 2 of 2) sorted by relevance
674 auto goog_misc = request->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in SendStunBindingResponse() local675 if (goog_misc != nullptr && in SendStunBindingResponse()676 goog_misc->Size() >= kSupportGoogPingVersionRequestIndex && in SendStunBindingResponse()678 goog_misc->GetType(kSupportGoogPingVersionRequestIndex) >= 1) { in SendStunBindingResponse()1107 auto goog_misc = response->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in OnConnectionRequestResponse() local1108 if (goog_misc != nullptr && in OnConnectionRequestResponse()1109 goog_misc->Size() >= kSupportGoogPingVersionResponseIndex) { in OnConnectionRequestResponse()1113 goog_misc->GetType(kSupportGoogPingVersionResponseIndex) >= in OnConnectionRequestResponse()
2885 auto goog_misc = msg->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in GetSupportedGoogPingVersion() local2886 if (goog_misc == nullptr) { in GetSupportedGoogPingVersion()2891 if (goog_misc->Size() < in GetSupportedGoogPingVersion()2897 return goog_misc->GetType( in GetSupportedGoogPingVersion()2903 if (goog_misc->Size() < in GetSupportedGoogPingVersion()2909 return goog_misc->GetType( in GetSupportedGoogPingVersion()