Home
last modified time | relevance | path

Searched refs:flush_packet_count (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c169 add_jstat(j_in, stats->inbound.flush_packet_count, "Flush-Packet-Count"); in kz_switch_ivr_set_json_call_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_state_machine.c108 (int)audio_stats->inbound.flush_packet_count, in switch_core_standard_on_hangup()
H A Dswitch_ivr.c2694 add_stat(x_in, stats->inbound.flush_packet_count, "flush_packet_count"); in switch_ivr_set_xml_call_stats()
3201 add_jstat(j_in, stats->inbound.flush_packet_count, "flush_packet_count"); in switch_ivr_set_json_call_stats()
H A Dswitch_rtp.c5697 rtp_session->stats.inbound.flush_packet_count++; in do_flush()
6112 …switch_size_t flushed_packets_diff = rtp_session->stats.inbound.flush_packet_count - rtp_session->… in read_rtp_packet()
6150 rtp_session->last_flush_packet_count = rtp_session->stats.inbound.flush_packet_count; in read_rtp_packet()
H A Dswitch_core_media.c1986 add_stat(stats->inbound.flush_packet_count, "in_flush_packet_count"); in set_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h690 switch_size_t flush_packet_count; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_sangoma_codec/
H A Dmod_sangoma_codec.c896 stream->write_function(stream, "Flush packet count: %lu\n\n\n", stats->flush_packet_count); in sangoma_print_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c3447 add_stat(stats->inbound.flush_packet_count, "in_flush_packet_count"); in jsonify_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx3766 if (arg1) (arg1)->flush_packet_count = arg2; in CSharp_FreeSWITCHfNative_switch_rtp_numbers_t_flush_packet_count_set___()
3776 result = ((arg1)->flush_packet_count); in CSharp_FreeSWITCHfNative_switch_rtp_numbers_t_flush_packet_count_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs43570 public SWIGTYPE_p_switch_size_t flush_packet_count { property in FreeSWITCH.Native.switch_rtp_numbers_t