Home
last modified time | relevance | path

Searched refs:switch_rtp_ping (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h392 SWITCH_DECLARE(void) switch_rtp_ping(switch_rtp_t *rtp_session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c1877 switch_rtp_ping(tech_pvt->transports[LDL_TPORT_RTP].rtp_session); in negotiate_media()
1881 switch_rtp_ping(tech_pvt->transports[LDL_TPORT_VIDEO_RTP].rtp_session); in negotiate_media()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c2477 SWITCH_DECLARE(void) switch_rtp_ping(switch_rtp_t *rtp_session) in switch_rtp_ping() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13911 public static void switch_rtp_ping(SWIGTYPE_p_switch_rtp rtp_session) { in switch_rtp_ping() method in FreeSWITCH.Native.freeswitch
13912 freeswitchPINVOKE.switch_rtp_ping(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session)); in switch_rtp_ping()
26094 public static extern void switch_rtp_ping(global::System.Runtime.InteropServices.HandleRef jarg1); in switch_rtp_ping() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45356 switch_rtp_ping(arg1); in CSharp_FreeSWITCHfNative_switch_rtp_ping___()