OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:igmpstat
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/netstat/
inet.c
749
uint64_t
igmpstat
[IGMP_NSTATS];
local in function:igmp_stats
752
size_t size = sizeof(
igmpstat
);
754
if (prog_sysctlbyname("net.inet.igmp.stats",
igmpstat
, &size,
764
#define p(f, m) if (
igmpstat
[f] || sflag <= 1) \
765
printf(m,
igmpstat
[f], plural(
igmpstat
[f]))
766
#define py(f, m) if (
igmpstat
[f] || sflag <= 1) \
767
printf(m,
igmpstat
[f],
igmpstat
[f] != 1 ? "ies" : "y")
inet.c
749
uint64_t
igmpstat
[IGMP_NSTATS];
local in function:igmp_stats
752
size_t size = sizeof(
igmpstat
);
754
if (prog_sysctlbyname("net.inet.igmp.stats",
igmpstat
, &size,
764
#define p(f, m) if (
igmpstat
[f] || sflag <= 1) \
765
printf(m,
igmpstat
[f], plural(
igmpstat
[f]))
766
#define py(f, m) if (
igmpstat
[f] || sflag <= 1) \
767
printf(m,
igmpstat
[f],
igmpstat
[f] != 1 ? "ies" : "y")
Completed in 21 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025