OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:udp6stat
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/netstat/
inet6.c
505
uint64_t
udp6stat
[UDP6_NSTATS];
local in function:udp6_stats
509
size_t size = sizeof(
udp6stat
);
511
if (prog_sysctlbyname("net.inet6.udp6.stats",
udp6stat
, &size,
519
#define p(f, m) if (
udp6stat
[f] || sflag <= 1) \
520
printf(m, (unsigned long long)
udp6stat
[f], plural(
udp6stat
[f]))
521
#define p1(f, m) if (
udp6stat
[f] || sflag <= 1) \
522
printf(m, (unsigned long long)
udp6stat
[f])
532
delivered =
udp6stat
[UDP6_STAT_IPACKETS] -
533
udp6stat
[UDP6_STAT_HDROPS]
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025