Searched refs:remote_ufrag (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dport.cc364 std::string remote_ufrag; local
365 if (!ParseStunUsername(stun_msg.get(), &local_ufrag, &remote_ufrag) ||
384 out_username->assign(remote_ufrag);
437 std::string* remote_ufrag) const {
442 remote_ufrag->clear();
456 *remote_ufrag = username.substr(colon_pos + 1, username.size());
462 const std::string& remote_ufrag) {
474 // If |remote_ufrag| is same as port local username fragment and
479 username_fragment() == remote_ufrag &&
885 std::string remote_ufrag; local
460 MaybeIceRoleConflict( const rtc::SocketAddress& addr, IceMessage* stun_msg, const std::string& remote_ufrag) argument
961 const std::string& remote_ufrag = remote_candidate_.username(); local
[all...]
H A Dport.h280 const std::string& remote_ufrag);

Completed in 326 milliseconds