Searched refs:cached_stun_binding_ (Results 1 – 2 of 2) sorted by relevance
1123 cached_stun_binding_ = request->msg()->Clone(); in OnConnectionRequestResponse()1137 cached_stun_binding_.reset(); in OnConnectionRequestErrorResponse()1340 if (remote_support_goog_ping_ == true && cached_stun_binding_ && in ShouldSendGoogPing()1341 cached_stun_binding_->EqualAttributes(message, [](int type) { in ShouldSendGoogPing()
457 std::unique_ptr<StunMessage> cached_stun_binding_; variable