Home
last modified time | relevance | path

Searched refs:remote_ufrag (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dport.cc395 std::string remote_ufrag; in GetStunMessage() local
427 out_username->assign(remote_ufrag); in GetStunMessage()
479 std::string* remote_ufrag, in ParseStunUsername() argument
485 remote_ufrag->clear(); in ParseStunUsername()
504 *remote_ufrag = username_attr_str.substr( in ParseStunUsername()
516 *remote_ufrag = username_attr_str.substr( in ParseStunUsername()
524 const std::string& remote_ufrag) { in MaybeIceRoleConflict() argument
541 username_fragment() == remote_ufrag && in MaybeIceRoleConflict()
971 std::string remote_ufrag; in OnReadPacket() local
1007 if (remote_ufrag == remote_candidate_.username()) { in OnReadPacket()
[all …]
H A Dport.h283 const std::string& remote_ufrag);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dport.cc390 std::string remote_ufrag; in GetStunMessage() local
410 out_username->assign(remote_ufrag); in GetStunMessage()
463 std::string* remote_ufrag) const { in ParseStunUsername()
468 remote_ufrag->clear(); in ParseStunUsername()
482 *remote_ufrag = username.substr(colon_pos + 1, username.size()); in ParseStunUsername()
488 const std::string& remote_ufrag) { in MaybeIceRoleConflict() argument
505 username_fragment() == remote_ufrag && in MaybeIceRoleConflict()
978 std::string remote_ufrag; in OnReadPacket() local
1008 if (remote_ufrag == remote_candidate_.username()) { in OnReadPacket()
1015 << remote_ufrag; in OnReadPacket()
[all …]
H A Dport.h298 const std::string& remote_ufrag);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dport.cc494 std::string remote_ufrag; in GetStunMessage() local
495 if (!ParseStunUsername(stun_msg.get(), &local_ufrag, &remote_ufrag) || in GetStunMessage()
525 out_username->assign(remote_ufrag); in GetStunMessage()
628 std::string* remote_ufrag) const { in ParseStunUsername()
633 remote_ufrag->clear(); in ParseStunUsername()
647 *remote_ufrag = username.substr(colon_pos + 1, username.size()); in ParseStunUsername()
653 const std::string& remote_ufrag) { in MaybeIceRoleConflict() argument
670 username_fragment() == remote_ufrag && in MaybeIceRoleConflict()
H A Dturn_port.cc112 const std::string& remote_ufrag);
157 const std::string remote_ufrag);
198 void set_remote_ufrag(const std::string& remote_ufrag) { in set_remote_ufrag() argument
199 remote_ufrag_ = remote_ufrag; in set_remote_ufrag()
1205 entry = new TurnEntry(this, channel_number, addr, remote_ufrag); in CreateOrRefreshEntry()
1226 if (entry->get_remote_ufrag() != remote_ufrag) { in CreateOrRefreshEntry()
1230 entry->set_remote_ufrag(remote_ufrag); in CreateOrRefreshEntry()
1613 const std::string& remote_ufrag) in TurnCreatePermissionRequest() argument
1618 remote_ufrag_(remote_ufrag) { in TurnCreatePermissionRequest()
1761 const std::string remote_ufrag) in TurnEntry() argument
[all …]
H A Dconnection.cc456 std::string remote_ufrag; in OnReadPacket() local
458 if (!port_->GetStunMessage(data, size, addr, &msg, &remote_ufrag)) { in OnReadPacket()
487 if (remote_ufrag == remote_candidate_.username()) { in OnReadPacket()
495 << remote_ufrag; in OnReadPacket()
567 const std::string& remote_ufrag = remote_candidate_.username(); in HandleStunBindingOrGoogPingRequest() local
568 if (!port_->MaybeIceRoleConflict(remote_addr, msg, remote_ufrag)) { in HandleStunBindingOrGoogPingRequest()
H A Dport.h335 const std::string& remote_ufrag);
H A Dturn_port.h271 const std::string& remote_ufrag);
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dport.cc483 std::string remote_ufrag; in GetStunMessage() local
484 if (!ParseStunUsername(stun_msg.get(), &local_ufrag, &remote_ufrag) || in GetStunMessage()
515 out_username->assign(remote_ufrag); in GetStunMessage()
629 std::string* remote_ufrag) const { in ParseStunUsername()
634 remote_ufrag->clear(); in ParseStunUsername()
648 *remote_ufrag = username.substr(colon_pos + 1, username.size()); in ParseStunUsername()
654 const std::string& remote_ufrag) { in MaybeIceRoleConflict() argument
671 username_fragment() == remote_ufrag && in MaybeIceRoleConflict()
H A Dturn_port.cc113 const std::string& remote_ufrag);
158 const std::string remote_ufrag);
199 void set_remote_ufrag(const std::string& remote_ufrag) { in set_remote_ufrag() argument
200 remote_ufrag_ = remote_ufrag; in set_remote_ufrag()
1225 entry = new TurnEntry(this, channel_number, addr, remote_ufrag); in CreateOrRefreshEntry()
1246 if (entry->get_remote_ufrag() != remote_ufrag) { in CreateOrRefreshEntry()
1250 entry->set_remote_ufrag(remote_ufrag); in CreateOrRefreshEntry()
1635 const std::string& remote_ufrag) in TurnCreatePermissionRequest() argument
1640 remote_ufrag_(remote_ufrag) { in TurnCreatePermissionRequest()
1783 const std::string remote_ufrag) in TurnEntry() argument
[all …]
H A Dconnection.cc456 std::string remote_ufrag; in OnReadPacket() local
458 if (!port_->GetStunMessage(data, size, addr, &msg, &remote_ufrag)) { in OnReadPacket()
489 if (remote_ufrag == remote_candidate_.username()) { in OnReadPacket()
497 << remote_ufrag; in OnReadPacket()
567 const std::string& remote_ufrag = remote_candidate_.username(); in HandleStunBindingOrGoogPingRequest() local
568 if (!port_->MaybeIceRoleConflict(remote_addr, msg, remote_ufrag)) { in HandleStunBindingOrGoogPingRequest()
H A Dport.h344 const std::string& remote_ufrag);
H A Dturn_port.h295 const std::string& remote_ufrag);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dport.cc480 std::string remote_ufrag; in GetStunMessage() local
481 if (!ParseStunUsername(stun_msg.get(), &local_ufrag, &remote_ufrag) || in GetStunMessage()
511 out_username->assign(remote_ufrag); in GetStunMessage()
614 std::string* remote_ufrag) const { in ParseStunUsername()
619 remote_ufrag->clear(); in ParseStunUsername()
633 *remote_ufrag = username.substr(colon_pos + 1, username.size()); in ParseStunUsername()
639 const std::string& remote_ufrag) { in MaybeIceRoleConflict() argument
656 username_fragment() == remote_ufrag && in MaybeIceRoleConflict()
H A Dturn_port.cc112 const std::string& remote_ufrag);
157 const std::string remote_ufrag);
198 void set_remote_ufrag(const std::string& remote_ufrag) { in set_remote_ufrag() argument
199 remote_ufrag_ = remote_ufrag; in set_remote_ufrag()
1210 entry = new TurnEntry(this, channel_number, addr, remote_ufrag); in CreateOrRefreshEntry()
1231 if (entry->get_remote_ufrag() != remote_ufrag) { in CreateOrRefreshEntry()
1235 entry->set_remote_ufrag(remote_ufrag); in CreateOrRefreshEntry()
1618 const std::string& remote_ufrag) in TurnCreatePermissionRequest() argument
1623 remote_ufrag_(remote_ufrag) { in TurnCreatePermissionRequest()
1766 const std::string remote_ufrag) in TurnEntry() argument
[all …]
H A Dconnection.cc456 std::string remote_ufrag; in OnReadPacket() local
458 if (!port_->GetStunMessage(data, size, addr, &msg, &remote_ufrag)) { in OnReadPacket()
488 if (remote_ufrag == remote_candidate_.username()) { in OnReadPacket()
496 << remote_ufrag; in OnReadPacket()
568 const std::string& remote_ufrag = remote_candidate_.username(); in HandleStunBindingOrGoogPingRequest() local
569 if (!port_->MaybeIceRoleConflict(remote_addr, msg, remote_ufrag)) { in HandleStunBindingOrGoogPingRequest()
H A Dport.h337 const std::string& remote_ufrag);
H A Dturn_port.h281 const std::string& remote_ufrag);
/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dice.c224 session->remote_ufrag = NULL; in ice_session_init()
259 if (session->remote_ufrag) ms_free(session->remote_ufrag); in ice_session_destroy()
395 if (cl->remote_ufrag) ms_free(cl->remote_ufrag); in ice_check_list_destroy()
496 if (cl->remote_ufrag) return cl->remote_ufrag; in ice_check_list_remote_ufrag()
516 if (cl->remote_ufrag == NULL) old_ufrag = cl->session->remote_ufrag; in ice_check_list_remote_credentials_changed()
517 else old_ufrag = cl->remote_ufrag; in ice_check_list_remote_credentials_changed()
536 return cl->remote_ufrag; in ice_check_list_get_remote_ufrag()
729 return session->remote_ufrag; in ice_session_remote_ufrag()
3694 if (cl->remote_ufrag) ms_free(cl->remote_ufrag); in ice_check_list_restart()
3733 if (session->remote_ufrag) ms_free(session->remote_ufrag); in ice_session_restart()
[all …]
/dports/net-im/libnice-gst1/libnice-0.1.18/agent/
H A Dstream.h86 gchar remote_ufrag[NICE_STREAM_MAX_UFRAG]; member
/dports/net-im/libnice/libnice-0.1.18/agent/
H A Dstream.h86 gchar remote_ufrag[NICE_STREAM_MAX_UFRAG]; member
H A Dconncheck.c1898 if (stream->remote_ufrag[0] == 0) in conn_check_remote_candidates_set()
2745 remote_username = stream->remote_ufrag; in priv_create_username()
3245 if (rcand && stream->remote_ufrag[0]) { in priv_reply_to_conn_check()
4763 if(remote_candidate && stream->remote_ufrag[0]) { in conn_check_handle_inbound_stun()
4779 if (stream->remote_ufrag[0] == 0) { in conn_check_handle_inbound_stun()
/dports/net/mediastreamer/mediastreamer-2.16.1/include/mediastreamer2/
H A Dice.h111 char *remote_ufrag; /**< Remote username fragment for the session (provided via SDP by the peer) */ member
235 …char *remote_ufrag; /**< Remote username fragment for this check list (provided via SDP by the pee… member
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Dagent.c1075 const char *local_ufrag, *remote_ufrag; in agent_verify_stun_binding() local
1078 remote_ufrag = first_ufrag; in agent_verify_stun_binding()
1081 remote_ufrag = second_ufrag; in agent_verify_stun_binding()
1093 strcmp(remote_ufrag, agent->remote.ice_ufrag) != 0) { in agent_verify_stun_binding()
1095 agent->remote.ice_ufrag, remote_ufrag); in agent_verify_stun_binding()

12