OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icmp6stat
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/netstat/
inet6.c
1151
uint64_t
icmp6stat
[ICMP6_NSTATS];
local in function:icmp6_stats
1155
size_t size = sizeof(
icmp6stat
);
1157
if (prog_sysctlbyname("net.inet6.icmp6.stats",
icmp6stat
,
1167
#define p(f, m) if (
icmp6stat
[f] || sflag <= 1) \
1168
printf(m, (unsigned long long)
icmp6stat
[f], \
1169
plural(
icmp6stat
[f]))
1170
#define p_oerr(f, m) if (
icmp6stat
[ICMP6_STAT_OUTERRHIST + f] || sflag <= 1) \
1172
(unsigned long long)
icmp6stat
[ICMP6_STAT_OUTERRHIST + f])
1180
if (
icmp6stat
[ICMP6_STAT_OUTHIST + i] != 0) {
1186
(unsigned long long)
icmp6stat
[ICMP6_STAT_OUTHIST + i])
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025