Home
last modified time | relevance | path

Searched refs:next_rtp_port (Results 1 – 7 of 7) sorted by relevance

/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Drtpstream.cpp130 int next_rtp_port= 0; variable
728 if (next_rtp_port<min_rtp_port) { in rtpstream_get_localport()
730 next_rtp_port= min_rtp_port; in rtpstream_get_localport()
755 port_number= next_rtp_port; in rtpstream_get_localport()
757 next_rtp_port+= 2; in rtpstream_get_localport()
758 if (next_rtp_port>(max_rtp_port-1)) { in rtpstream_get_localport()
759 next_rtp_port= min_rtp_port; in rtpstream_get_localport()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua-lib/
H A Dpjsua_media.c287 acc->next_rtp_port = (pj_uint16_t)cfg->port; in create_rtp_rtcp_sock()
307 acc->next_rtp_port < cfg->port)) in create_rtp_rtcp_sock()
339 if (acc->next_rtp_port == 0) { in create_rtp_rtcp_sock()
500 (pj_uint16_t)(acc->next_rtp_port+i)); in create_rtp_rtcp_sock()
538 (pj_uint16_t)acc->next_rtp_port); in create_rtp_rtcp_sock()
543 (pj_uint16_t)(acc->next_rtp_port+1)); in create_rtp_rtcp_sock()
607 acc->next_rtp_port += 2; in create_rtp_rtcp_sock()
678 acc->next_rtp_port = (pj_uint16_t)cfg->port; in create_loop_media_transport()
682 acc->next_rtp_port < cfg->port)) in create_loop_media_transport()
686 opt.port = acc->next_rtp_port; in create_loop_media_transport()
[all …]
H A Dpjsua_acc.c695 acc->next_rtp_port = 0; in pjsua_acc_del()
/dports/net/sems/sems-f89581a/core/
H A DAmConfig.cpp189 next_rtp_port(-1) in RTP_interface()
199 if(next_rtp_port < 0){ in getNextRtpPort()
200 next_rtp_port = RtpLowPort; in getNextRtpPort()
203 port = next_rtp_port & 0xfffe; in getNextRtpPort()
204 next_rtp_port += 2; in getNextRtpPort()
206 if(next_rtp_port >= RtpHighPort){ in getNextRtpPort()
207 next_rtp_port = RtpLowPort; in getNextRtpPort()
H A DAmConfig.h140 int next_rtp_port;
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/rtsp/
H A Drtsp_reader.c181 …uint16_t next_rtp_port; /**< Next RTP port to use when opening track reader */ member
1176 t_module->rtp_port = module->next_rtp_port; in rtsp_open_network_reader()
1183 module->next_rtp_port += 2; in rtsp_open_network_reader()
1939 module->next_rtp_port = FIRST_DYNAMIC_PORT; in rtsp_reader_open()
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsua-lib/
H A Dpjsua_internal.h320 pj_uint16_t next_rtp_port; /**< Next RTP port to be used. */ member