Searched refs:remote_candidate_ (Results 1 – 2 of 2) sorted by relevance
769 remote_candidate_(remote_candidate), in Connection()819 d = remote_candidate_.priority(); in priority()821 g = remote_candidate_.priority(); in priority()874 data, size, remote_candidate_.address(), options, false); in OnSendStunPacket()886 const rtc::SocketAddress& addr(remote_candidate_.address()); in OnReadPacket()915 if (remote_ufrag == remote_candidate_.username()) { in OnReadPacket()960 const rtc::SocketAddress& remote_addr = remote_candidate_.address(); in HandleBindingRequest()961 const std::string& remote_ufrag = remote_candidate_.username(); in HandleBindingRequest()1284 if (remote_candidate_.username() == ice_ufrag && in MaybeSetRemoteIceCredentials()1285 remote_candidate_.password().empty()) { in MaybeSetRemoteIceCredentials()[all …]
432 const Candidate& remote_candidate() const { return remote_candidate_; } in remote_candidate()604 Candidate remote_candidate_; variable