Home
last modified time | relevance | path

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

/dports/audio/re/re-0.5.8/src/rtp/
H A Dsess.c131 mbr->cum_lost = rr->lost; in handle_rr_block()
606 stats->tx.lost = mbr->cum_lost; in rtcp_stats()
632 " RTT=%.1fms\n", mbr->src, mbr->cum_lost, in debug_handler()
H A Drtcp.h56 int cum_lost; /**< Cumulative number of packets lost */ member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h737 uint32_t cum_lost; /* Packet loss calculation, cumulative number of packet lost */ member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c1854 stats->cum_lost=stats->cum_lost+pkt_lost; in rtcp_generate_report_block()
1861 rtcp_report_block->lost = stats->cum_lost; in rtcp_generate_report_block()
1864 rtcp_report_block->lost = htonl(stats->cum_lost) >> 8; in rtcp_generate_report_block()
1871 stats->cum_lost, pkt_lost, rtcp_report_block->fraction, stats->high_ext_seq_recv&0x0000ffff, in rtcp_generate_report_block()
1910 stats->cum_lost = 0; in rtcp_stats_init()
/dports/net/wireshark/wireshark-3.6.1/tpncp/
H A Dtpncp.dat6006 8 cum_lost 1 32 0 0 primitive
10650 668 cum_lost 1 32 0 0 primitive
10781 669 cum_lost 1 32 0 0 primitive
11023 291 cum_lost 1 32 0 0 primitive
11044 42 cum_lost 1 32 0 0 primitive
/dports/net/wireshark-lite/wireshark-3.6.1/tpncp/
H A Dtpncp.dat6006 8 cum_lost 1 32 0 0 primitive
10650 668 cum_lost 1 32 0 0 primitive
10781 669 cum_lost 1 32 0 0 primitive
11023 291 cum_lost 1 32 0 0 primitive
11044 42 cum_lost 1 32 0 0 primitive
/dports/net/tshark-lite/wireshark-3.6.1/tpncp/
H A Dtpncp.dat6006 8 cum_lost 1 32 0 0 primitive
10650 668 cum_lost 1 32 0 0 primitive
10781 669 cum_lost 1 32 0 0 primitive
11023 291 cum_lost 1 32 0 0 primitive
11044 42 cum_lost 1 32 0 0 primitive
/dports/net/tshark/wireshark-3.6.1/tpncp/
H A Dtpncp.dat6006 8 cum_lost 1 32 0 0 primitive
10650 668 cum_lost 1 32 0 0 primitive
10781 669 cum_lost 1 32 0 0 primitive
11023 291 cum_lost 1 32 0 0 primitive
11044 42 cum_lost 1 32 0 0 primitive
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx4686 if (arg1) (arg1)->cum_lost = arg2; in CSharp_FreeSWITCHfNative_switch_rtcp_numbers_t_cum_lost_set___()
4696 result = (uint32_t) ((arg1)->cum_lost); in CSharp_FreeSWITCHfNative_switch_rtcp_numbers_t_cum_lost_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs42716 public uint cum_lost { property in FreeSWITCH.Native.switch_rtcp_numbers_t