Home
last modified time | relevance | path

Searched refs:packet_stats (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dinterfaces.h98 struct packet_stats { struct
139 extern struct packet_stats packet_stats;
H A Dglobal.h32 struct packet_stats packet_stats; variable
H A Dinterfaces.c327 packet_stats.global_counter.total_packets = 0; in interfaces_init()
964 packet_stats.global_counter.total_packets++; in interfaces_update_stats()
1125 packet_stats.global_counter.total_packets = 0; in interfaces_clear_stats()
H A Dncurses-callbacks.c151 packet_stats.global_counter.total_packets); in ncurses_c_refresh_mwindow()
H A Dgtk-callbacks.c798 …gtk_list_store_set( GTK_LIST_STORE( tree_model ), &iter, 1, packet_stats.global_counter.total_pack… in gtk_c_tree_update()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/
H A DRTPchange.cc56 std::map<std::pair<uint16_t, uint32_t>, uint32_t> packet_stats; in main() local
66 packet_stats[temp_pair] = send_time; in main()
110 uint32_t new_send_time = packet_stats[temp_pair]; in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/
H A DRTPchange.cc56 std::map<std::pair<uint16_t, uint32_t>, uint32_t> packet_stats; in main() local
66 packet_stats[temp_pair] = send_time; in main()
110 uint32_t new_send_time = packet_stats[temp_pair]; in main()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPchange.cc56 std::map<std::pair<uint16_t, uint32_t>, uint32_t> packet_stats; in main() local
66 packet_stats[temp_pair] = send_time; in main()
110 uint32_t new_send_time = packet_stats[temp_pair]; in main()
/dports/benchmarks/uperf/uperf-1.0.7/src/
H A Dnetstat.c49 struct packet_stats { struct
58 struct packet_stats s[2]; argument
230 netstat_parse(char line[], struct packet_stats *ps) in netstat_parse()
387 netstat_parse(char line[], struct packet_stats *ps) in netstat_parse()
430 struct packet_stats ps; in netstat_snap()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dpktcdvd.h42 struct packet_stats struct
169 struct packet_stats stats;
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dpktcdvd.h42 struct packet_stats struct
169 struct packet_stats stats;
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dpktcdvd.h42 struct packet_stats struct
169 struct packet_stats stats;
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Dutils.h51 void packet_stats(const tcpreplay_stats_t *stats);
H A Dutils.c197 packet_stats(const tcpreplay_stats_t *stats) in packet_stats() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dbbr.cc492 PacketStats packet_stats = PacketStats( in OnPacketsSent() local
496 packet_stats_[media_packet->sequence_number()] = packet_stats; in OnPacketsSent()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dbbr.cc492 PacketStats packet_stats = PacketStats( in OnPacketsSent() local
496 packet_stats_[media_packet->sequence_number()] = packet_stats; in OnPacketsSent()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dbbr.cc492 PacketStats packet_stats = PacketStats( in OnPacketsSent() local
496 packet_stats_[media_packet->sequence_number()] = packet_stats; in OnPacketsSent()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dtcpreplay.c156 packet_stats(&ctx->stats); in main()
H A Dbridge.c243 packet_stats(&stats); in do_bridge()
H A Dtcpreplay_api.c1148 packet_stats(&ctx->stats); in tcpreplay_replay()
1170 packet_stats(&ctx->stats); in tcpreplay_replay()
H A Dsend_packets.c510 packet_stats(stats); in send_packets()
788 packet_stats(stats); in send_dual_packets()
/dports/net-im/jabberd/jabberd-2.7.0/c2s/
H A Dmain.c139 c2s->packet_stats = config_get_one(c2s->config, "stats.packet", 0); in _c2s_config_expand()
984 if(c2s->packet_stats != NULL) {
985 … int fd = open(c2s->packet_stats, O_TRUNC | O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR | S_IRGRP);
995 … log_write(c2s->log, LOG_ERR, "failed to write packet statistics to: %s", c2s->packet_stats);
H A Dc2s.h205 const char *packet_stats; member
/dports/net-im/jabberd/jabberd-2.7.0/s2s/
H A Ds2s.h110 const char *packet_stats; member
H A Dmain.c140 s2s->packet_stats = config_get_one(s2s->config, "stats.packet", 0); in _s2s_config_expand()
1074 if(s2s->packet_stats != NULL) {
1075 … int fd = open(s2s->packet_stats, O_TRUNC | O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR | S_IRGRP);
1082 …->log, LOG_ERR, "failed to write packet statistics to: %s (%s)", s2s->packet_stats, strerror(errno…

12