OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:carpstat
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/netstat/
inet.c
796
uint64_t
carpstat
[CARP_NSTATS];
local in function:carp_stats
799
size_t size = sizeof(
carpstat
);
801
if (prog_sysctlbyname("net.inet.carp.stats",
carpstat
, &size,
811
#define p(f, m) if (
carpstat
[f] || sflag <= 1) \
812
printf(m,
carpstat
[f], plural(
carpstat
[f]))
813
#define p2(f, m) if (
carpstat
[f] || sflag <= 1) \
814
printf(m,
carpstat
[f])
Completed in 22 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025