Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_port_allocator.c51 SWITCH_DECLARE(switch_status_t) switch_core_port_allocator_new(const char *ip, switch_port_t start, in switch_core_port_allocator_new() function
H A Dswitch_rtp.c2583 …if (switch_core_port_allocator_new(ip, START_PORT, END_PORT, SPF_EVEN, &alloc) != SWITCH_STATUS_SU… in switch_rtp_request_port()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h454 SWITCH_DECLARE(switch_status_t) switch_core_port_allocator_new(_In_ const char *ip,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8195 …public static switch_status_t switch_core_port_allocator_new(string ip, ushort start, ushort end, … in switch_core_port_allocator_new() method in FreeSWITCH.Native.freeswitch
8196 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_port_allocator_new(ip, start,… in switch_core_port_allocator_new()
18411 …public static extern int switch_core_port_allocator_new(string jarg1, ushort jarg2, ushort jarg3, … in switch_core_port_allocator_new() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx12668 result = (switch_status_t)switch_core_port_allocator_new((char const *)arg1,arg2,arg3,arg4,arg5); in CSharp_FreeSWITCHfNative_switch_core_port_allocator_new___()