Lines Matching refs:remote_ufrag
364 std::string remote_ufrag;
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;
887 if (!port_->GetStunMessage(data, size, addr, msg.accept(), &remote_ufrag)) {
915 if (remote_ufrag == remote_candidate_.username()) {
922 << remote_ufrag;
961 const std::string& remote_ufrag = remote_candidate_.username();
963 if (!port_->MaybeIceRoleConflict(remote_addr, msg, remote_ufrag)) {