Home
last modified time | relevance | path

Searched refs:top_bytes (Results 1 – 13 of 13) sorted by relevance

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/contrib/
H A Dfind_scanners586 my $top_bytes = 0;
601 $top_bytes += $_[0]->{bytes};
609 push(@$tops, [$ip, $count, $top_flows, $top_pkts, $top_bytes]);
647 my ($ip, $count, $top_flows, $top_pkts, $top_bytes) = @{$top};
713 $all_bytes_ratio = ($top_bytes / $all_bytes) * 100.0;
714 printf("\tBYTES: %21d (%6.2f%%)\n", $top_bytes, $all_bytes_ratio);
852 $all_top_bytes += $top_bytes;
/dports/mail/dovecot/dovecot-2.3.17/src/pop3/
H A Dpop3-client.h77 uoff_t top_bytes; member
H A Dpop3-client.c533 { 'p', dec2str(client->top_bytes), "top_bytes" }, in client_stats()
H A Dpop3-commands.c584 return fetch(client, msgnum, max_lines, "TOP", &client->top_bytes); in cmd_top()
/dports/security/tor/tor-0.4.6.8/src/feature/stats/
H A Drephist.c1307 uint64_t top_bytes[EXIT_STATS_TOP_N_PORTS]; in rep_hist_format_exit_stats() local
1357 top_bytes[top_elements] = cur_bytes; in rep_hist_format_exit_stats()
1359 } else if (cur_bytes > top_bytes[cur_min_idx]) { in rep_hist_format_exit_stats()
1360 top_bytes[cur_min_idx] = cur_bytes; in rep_hist_format_exit_stats()
1367 if (top_bytes[j] < top_bytes[cur_min_idx]) { in rep_hist_format_exit_stats()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/stats/
H A Drephist.c1531 uint64_t top_bytes[EXIT_STATS_TOP_N_PORTS]; in rep_hist_format_exit_stats() local
1581 top_bytes[top_elements] = cur_bytes; in rep_hist_format_exit_stats()
1583 } else if (cur_bytes > top_bytes[cur_min_idx]) { in rep_hist_format_exit_stats()
1584 top_bytes[cur_min_idx] = cur_bytes; in rep_hist_format_exit_stats()
1591 if (top_bytes[j] < top_bytes[cur_min_idx]) { in rep_hist_format_exit_stats()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drender.rs1131 top_bytes[0],
1132 top_bytes[1],
1133 top_bytes[2],
1134 top_bytes[3],
4868 top_bytes[0],
4869 top_bytes[1],
4870 top_bytes[2],
4871 top_bytes[3],
4872 top_bytes[4],
4873 top_bytes[5],
[all …]
H A Dxfixes.rs3113 let top_bytes = self.top.serialize(); in serialize() localVariable
3132 top_bytes[0], in serialize()
3133 top_bytes[1], in serialize()
H A Drandr.rs3939 let top_bytes = self.top.serialize(); in serialize() localVariable
3965 top_bytes[0], in serialize()
3966 top_bytes[1], in serialize()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drender.rs1131 top_bytes[0],
1132 top_bytes[1],
1133 top_bytes[2],
1134 top_bytes[3],
4868 top_bytes[0],
4869 top_bytes[1],
4870 top_bytes[2],
4871 top_bytes[3],
4872 top_bytes[4],
4873 top_bytes[5],
[all …]
H A Dxfixes.rs3113 let top_bytes = self.top.serialize(); in serialize() localVariable
3132 top_bytes[0], in serialize()
3133 top_bytes[1], in serialize()
H A Drandr.rs3939 let top_bytes = self.top.serialize(); in serialize() localVariable
3965 top_bytes[0], in serialize()
3966 top_bytes[1], in serialize()
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_frames.c223 …uint32_t top_bytes = priority->stream_dependency | ((uint32_t)priority->stream_dependency_exclusiv… in s_frame_priority_settings_encode() local
224 writes_ok &= aws_byte_buf_write_be32(output, top_bytes); in s_frame_priority_settings_encode()