/dports/security/yersinia/yersinia-8c0d7c5/src/ |
H A D | interfaces.h | 98 struct packet_stats { struct 139 extern struct packet_stats packet_stats;
|
H A D | global.h | 32 struct packet_stats packet_stats; variable
|
H A D | interfaces.c | 327 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 D | ncurses-callbacks.c | 151 packet_stats.global_counter.total_packets); in ncurses_c_refresh_mwindow()
|
H A D | gtk-callbacks.c | 798 …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 D | RTPchange.cc | 56 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 D | RTPchange.cc | 56 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 D | RTPchange.cc | 56 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 D | netstat.c | 49 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 D | pktcdvd.h | 42 struct packet_stats struct 169 struct packet_stats stats;
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/ |
H A D | pktcdvd.h | 42 struct packet_stats struct 169 struct packet_stats stats;
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/ |
H A D | pktcdvd.h | 42 struct packet_stats struct 169 struct packet_stats stats;
|
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/ |
H A D | utils.h | 51 void packet_stats(const tcpreplay_stats_t *stats);
|
H A D | utils.c | 197 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 D | bbr.cc | 492 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 D | bbr.cc | 492 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 D | bbr.cc | 492 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 D | tcpreplay.c | 156 packet_stats(&ctx->stats); in main()
|
H A D | bridge.c | 243 packet_stats(&stats); in do_bridge()
|
H A D | tcpreplay_api.c | 1148 packet_stats(&ctx->stats); in tcpreplay_replay() 1170 packet_stats(&ctx->stats); in tcpreplay_replay()
|
H A D | send_packets.c | 510 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 D | main.c | 139 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 D | c2s.h | 205 const char *packet_stats; member
|
/dports/net-im/jabberd/jabberd-2.7.0/s2s/ |
H A D | s2s.h | 110 const char *packet_stats; member
|
H A D | main.c | 140 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…
|