OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icmpstat
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/netstat/
inet.c
690
uint64_t
icmpstat
[ICMP_NSTATS];
local in function:icmp_stats
694
size_t size = sizeof(
icmpstat
);
696
if (prog_sysctlbyname("net.inet.icmp.stats",
icmpstat
, &size,
706
#define p(f, m) if (
icmpstat
[f] || sflag <= 1) \
707
printf(m,
icmpstat
[f], plural(
icmpstat
[f]))
713
if (
icmpstat
[ICMP_STAT_OUTHIST + i] != 0) {
719
icmpstat
[ICMP_STAT_OUTHIST + i]);
730
if (
icmpstat
[ICMP_STAT_INHIST + i] != 0) {
736
icmpstat
[ICMP_STAT_INHIST + i])
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025