OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arpstat
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/netstat/
inet.c
892
uint64_t
arpstat
[ARP_NSTATS];
local in function:arp_stats
895
size_t size = sizeof(
arpstat
);
897
if (prog_sysctlbyname("net.inet.arp.stats",
arpstat
, &size,
907
#define ps(f, m) if (
arpstat
[f] || sflag <= 1) \
908
printf(m,
arpstat
[f])
909
#define p(f, m) if (
arpstat
[f] || sflag <= 1) \
910
printf(m,
arpstat
[f], plural(
arpstat
[f]))
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025