Searched refs:icmp6stat (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dinet6.c1122 uint64_t icmp6stat[ICMP6_NSTATS]; local
1126 size_t size = sizeof(icmp6stat);
1128 if (sysctlbyname("net.inet6.icmp6.stats", icmp6stat, &size,
1138 #define p(f, m) if (icmp6stat[f] || sflag <= 1) \
1139 printf(m, (unsigned long long)icmp6stat[f], plural(icmp6stat[f]))
1140 #define p_oerr(f, m) if (icmp6stat[ICMP6_STAT_OUTERRHIST + f] || sflag <= 1) \
1141 printf(m, (unsigned long long)icmp6stat[ICMP6_STAT_OUTERRHIST + f])
1149 if (icmp6stat[ICMP6_STAT_OUTHIST + i] != 0) {
1155 (unsigned long long)icmp6stat[ICMP6_STAT_OUTHIS
[all...]

Completed in 52 milliseconds