Home
last modified time | relevance | path

Searched refs:transport_id (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/forms/
H A Dalert-transports.inc.php43 $transport_id = $vars['transport_id']; variable
60 if (is_numeric($transport_id) && $transport_id > 0) {
62 dbUpdate($details, 'alert_transports', 'transport_id=?', [$transport_id]);
66 $transport_id = dbInsert($details, 'alert_transports'); variable
69 if ($transport_id) {
92 …Cell('SELECT transport_config FROM alert_transports WHERE transport_id=?', [$transport_id]), true);
105 dbUpdate($detail, 'alert_transports', $where, [$transport_id]);
113 dbDelete('alert_transports', $where, [$transport_id]);
H A Dshow-alert-transport.inc.php22 $transport_id = $vars['transport_id']; variable
24 if (is_numeric($transport_id) && $transport_id > 0) {
25 … = dbFetchRow('SELECT * FROM `alert_transports` WHERE `transport_id` =? LIMIT 1', [$transport_id]);
H A Dtest-transport.inc.php24 $transport_id = $vars['transport_id'] ?: null; variable
52 if ($transport_id) {
53 …hCell('SELECT `transport_type` FROM `alert_transports` WHERE `transport_id` = ?', [$transport_id]);
58 $instance = new $class($transport_id);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Drtc_stats_traversal_unittest.cc89 candidate_pair_->transport_id = "transport"; in TEST_F()
92 local_candidate_->transport_id = "transport"; in TEST_F()
93 remote_candidate_->transport_id = "transport"; in TEST_F()
129 local_candidate_->transport_id = "transport"; in TEST_F()
147 local_candidate_->transport_id = "transport"; in TEST_F()
148 remote_candidate_->transport_id = "transport"; in TEST_F()
164 local_candidate_->transport_id = "transport"; in TEST_F()
183 local_candidate_->transport_id = "transport"; in TEST_F()
199 local_candidate_->transport_id = "transport"; in TEST_F()
200 remote_candidate_->transport_id = "transport"; in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Drtc_stats_traversal_unittest.cc89 candidate_pair_->transport_id = "transport"; in TEST_F()
92 local_candidate_->transport_id = "transport"; in TEST_F()
93 remote_candidate_->transport_id = "transport"; in TEST_F()
129 local_candidate_->transport_id = "transport"; in TEST_F()
147 local_candidate_->transport_id = "transport"; in TEST_F()
148 remote_candidate_->transport_id = "transport"; in TEST_F()
164 local_candidate_->transport_id = "transport"; in TEST_F()
183 local_candidate_->transport_id = "transport"; in TEST_F()
199 local_candidate_->transport_id = "transport"; in TEST_F()
200 remote_candidate_->transport_id = "transport"; in TEST_F()
H A Drtc_stats_traversal.cc80 AddIdIfDefined(codec.transport_id, &neighbor_ids); in GetStatsReferencedIds()
86 AddIdIfDefined(candidate_pair.transport_id, &neighbor_ids); in GetStatsReferencedIds()
93 AddIdIfDefined(local_or_remote_candidate.transport_id, &neighbor_ids); in GetStatsReferencedIds()
107 AddIdIfDefined(inbound_rtp.transport_id, &neighbor_ids); in GetStatsReferencedIds()
114 AddIdIfDefined(outbound_rtp.transport_id, &neighbor_ids); in GetStatsReferencedIds()
120 AddIdIfDefined(remote_inbound_rtp.transport_id, &neighbor_ids); in GetStatsReferencedIds()
128 AddIdIfDefined(remote_outbound_rtp.transport_id, &neighbor_ids); in GetStatsReferencedIds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Drtc_stats_traversal_unittest.cc89 candidate_pair_->transport_id = "transport"; in TEST_F()
92 local_candidate_->transport_id = "transport"; in TEST_F()
93 remote_candidate_->transport_id = "transport"; in TEST_F()
129 local_candidate_->transport_id = "transport"; in TEST_F()
147 local_candidate_->transport_id = "transport"; in TEST_F()
148 remote_candidate_->transport_id = "transport"; in TEST_F()
164 local_candidate_->transport_id = "transport"; in TEST_F()
183 local_candidate_->transport_id = "transport"; in TEST_F()
199 local_candidate_->transport_id = "transport"; in TEST_F()
200 remote_candidate_->transport_id = "transport"; in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/extensions/
H A Dcast_streaming_native_handler.cc520 if (!GetRtpStreamOrThrow(transport_id)) in DestroyCastRtpStream()
522 rtp_stream_map_.erase(transport_id); in DestroyCastRtpStream()
595 transport_id); in StartCastRtpStream()
622 udp_transport_map_.erase(transport_id); in DestroyCastUdpTransport()
646 transport_id)); in SetDestinationCastUdpTransport()
713 transport_id), in GetRawEvents()
735 transport_id)); in GetStats()
739 int transport_id, in CallGetRawEventsCallback() argument
756 int transport_id, in CallGetStatsCallback() argument
774 int transport_id) const { in GetRtpStreamOrThrow()
[all …]
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/layer567/
H A Dptpv2.py58 return (self.transport_id & 0xF0) >> 4
61 self.transport_id = ((value & 0xF) << 4) | (self.transport_id & 0xF)
66 return self.transport_id & 0xF
69 self.transport_id = (self.transport_id & 0xF0) | (value & 0xF)
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Alert/
H A DTransport.php16 * @param null $transport_id
18 public function __construct($transport_id = null) argument
20 if (! empty($transport_id)) {
22 $this->config = json_decode(dbFetchCell($sql, [$transport_id]), true);
/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dice_session.h214 unsigned transport_id; member
272 pj_uint8_t transport_id; member
524 unsigned transport_id,
543 unsigned transport_id,
587 unsigned transport_id; /**< Transport ID. */ member
936 unsigned transport_id,
1085 unsigned transport_id,
/dports/net-mgmt/librenms/librenms-21.5.1/sql-schema/
H A D255.sql1transport_id INT(11) NOT NULL AUTO_INCREMENT, transport_name VARCHAR(30) NOT NULL COLLATE utf8_uni… field
4 …XISTS transport_group_transport (transport_group_id INT(11) NOT NULL, transport_id INT(11) NOT NUL… field
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dice_strans.c53 #define GET_TP_TYPE(transport_id) ((transport_id & 0xC0) >> 6) argument
54 #define GET_TP_IDX(transport_id) (transport_id & 0x3F) argument
435 data->transport_id = cand->transport_id; in add_update_turn()
491 || lcand->transport_id != rcand->transport_id in ice_cand_equals()
559 data->transport_id = cand->transport_id; in add_stun_and_host()
741 cand->transport_id)); in add_stun_and_host()
2255 unsigned transport_id, in ice_rx_data() argument
2402 comp->cand_list[i].transport_id == data->transport_id) in stun_on_status()
2524 cand->transport_id, in stun_on_status()
2723 comp->cand_list[i].transport_id == data->transport_id) in turn_on_state()
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/libcecutil/
H A Dcec-parse.cpp37 uint16_t transport_id, in args2digital_service_id() argument
60 dsid.atsc.transport_id = transport_id; in args2digital_service_id()
64 dsid.dvb.transport_id = transport_id; in args2digital_service_id()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/libcecutil/
H A Dcec-parse.cpp37 uint16_t transport_id, in args2digital_service_id() argument
60 dsid.atsc.transport_id = transport_id; in args2digital_service_id()
64 dsid.dvb.transport_id = transport_id; in args2digital_service_id()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/libcecutil/
H A Dcec-parse.cpp37 uint16_t transport_id, in args2digital_service_id() argument
60 dsid.atsc.transport_id = transport_id; in args2digital_service_id()
64 dsid.dvb.transport_id = transport_id; in args2digital_service_id()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/stats/
H A Drtcstats_objects.cc156 &transport_id,
189 transport_id("transportId"), in RTCIceCandidatePairStats()
218 transport_id(other.transport_id), in RTCIceCandidatePairStats()
248 &transport_id,
266 transport_id("transportId"), in RTCIceCandidateStats()
279 transport_id(other.transport_id), in RTCIceCandidateStats()
459 &transport_id,
480 transport_id("transportId"), in RTCRTPStreamStats()
497 transport_id(other.transport_id), in RTCRTPStreamStats()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/backend/
H A Dmot_manager.cpp255 …nst std::vector<uint8_t>& dg, size_t& offset, bool& last_seg, int& seg_number, int& transport_id) { in ParseCheckSessionHeader() argument
275 transport_id = (dg[offset] << 8) | dg[offset + 1]; in ParseCheckSessionHeader()
303 int transport_id; in HandleMOTDataGroup() local
308 if(!ParseCheckSessionHeader(dg, offset, last_seg, seg_number, transport_id)) in HandleMOTDataGroup()
315 if(current_transport_id != transport_id) { in HandleMOTDataGroup()
316 current_transport_id = transport_id; in HandleMOTDataGroup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/stats/
H A Drtcstats_objects.cc165 &transport_id,
198 transport_id("transportId"), in RTCIceCandidatePairStats()
226 transport_id(other.transport_id), in RTCIceCandidatePairStats()
255 &transport_id,
277 transport_id("transportId"), in RTCIceCandidateStats()
291 transport_id(other.transport_id), in RTCIceCandidateStats()
551 &transport_id,
571 transport_id("transportId"), in RTCRTPStreamStats()
586 transport_id(other.transport_id), in RTCRTPStreamStats()
773 &transport_id,
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c91 const gchar * transport_id, GstStructure * s) in _get_stats_from_rtp_source_stats() argument
118 gst_structure_set (in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
163 gst_structure_set (r_in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
216 gst_structure_set (out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
250 gst_structure_set (r_out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
412 gchar *transport_id; in _get_stats_from_transport_channel() local
436 transport_id = _get_stats_from_dtls_transport (webrtc, transport, s); in _get_stats_from_transport_channel()
454 _get_stats_from_rtp_source_stats (webrtc, stats, codec_id, transport_id, s); in _get_stats_from_transport_channel()
460 g_free (transport_id); in _get_stats_from_transport_channel()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c91 const gchar * transport_id, GstStructure * s) in _get_stats_from_rtp_source_stats() argument
118 gst_structure_set (in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
163 gst_structure_set (r_in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
216 gst_structure_set (out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
250 gst_structure_set (r_out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
412 gchar *transport_id; in _get_stats_from_transport_channel() local
436 transport_id = _get_stats_from_dtls_transport (webrtc, transport, s); in _get_stats_from_transport_channel()
454 _get_stats_from_rtp_source_stats (webrtc, stats, codec_id, transport_id, s); in _get_stats_from_transport_channel()
460 g_free (transport_id); in _get_stats_from_transport_channel()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c91 const gchar * transport_id, GstStructure * s) in _get_stats_from_rtp_source_stats() argument
118 gst_structure_set (in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
163 gst_structure_set (r_in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
216 gst_structure_set (out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
250 gst_structure_set (r_out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
412 gchar *transport_id; in _get_stats_from_transport_channel() local
436 transport_id = _get_stats_from_dtls_transport (webrtc, transport, s); in _get_stats_from_transport_channel()
454 _get_stats_from_rtp_source_stats (webrtc, stats, codec_id, transport_id, s); in _get_stats_from_transport_channel()
460 g_free (transport_id); in _get_stats_from_transport_channel()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c91 const gchar * transport_id, GstStructure * s) in _get_stats_from_rtp_source_stats() argument
118 gst_structure_set (in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
163 gst_structure_set (r_in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
216 gst_structure_set (out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
250 gst_structure_set (r_out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
412 gchar *transport_id; in _get_stats_from_transport_channel() local
436 transport_id = _get_stats_from_dtls_transport (webrtc, transport, s); in _get_stats_from_transport_channel()
454 _get_stats_from_rtp_source_stats (webrtc, stats, codec_id, transport_id, s); in _get_stats_from_transport_channel()
460 g_free (transport_id); in _get_stats_from_transport_channel()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c91 const gchar * transport_id, GstStructure * s) in _get_stats_from_rtp_source_stats() argument
118 gst_structure_set (in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
163 gst_structure_set (r_in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
216 gst_structure_set (out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
250 gst_structure_set (r_out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
412 gchar *transport_id; in _get_stats_from_transport_channel() local
436 transport_id = _get_stats_from_dtls_transport (webrtc, transport, s); in _get_stats_from_transport_channel()
454 _get_stats_from_rtp_source_stats (webrtc, stats, codec_id, transport_id, s); in _get_stats_from_transport_channel()
460 g_free (transport_id); in _get_stats_from_transport_channel()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c91 const gchar * transport_id, GstStructure * s) in _get_stats_from_rtp_source_stats() argument
118 gst_structure_set (in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
163 gst_structure_set (r_in, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
216 gst_structure_set (out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
250 gst_structure_set (r_out, "transport-id", G_TYPE_STRING, transport_id, NULL); in _get_stats_from_rtp_source_stats()
412 gchar *transport_id; in _get_stats_from_transport_channel() local
436 transport_id = _get_stats_from_dtls_transport (webrtc, transport, s); in _get_stats_from_transport_channel()
454 _get_stats_from_rtp_source_stats (webrtc, stats, codec_id, transport_id, s); in _get_stats_from_transport_channel()
460 g_free (transport_id); in _get_stats_from_transport_channel()

12345678910>>...32