OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udpstat
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/netstat/
inet.c
543
uint64_t
udpstat
[UDP_NSTATS];
local
547
size_t size = sizeof(
udpstat
);
549
if (prog_sysctlbyname("net.inet.udp.stats",
udpstat
, &size,
559
#define ps(f, m) if (
udpstat
[f] || sflag <= 1) \
560
printf(m,
udpstat
[f])
561
#define p(f, m) if (
udpstat
[f] || sflag <= 1) \
562
printf(m,
udpstat
[f], plural(
udpstat
[f]))
563
#define p3(f, m) if (
udpstat
[f] || sflag <= 1) \
564
printf(m,
udpstat
[f], plurales(udpstat[f])
[
all
...]
/src/external/bsd/unbound/dist/compat/
getentropy_osx.c
222
struct
udpstat
udpstat
;
local
264
ii = sizeof(
udpstat
);
266
&
udpstat
, &ii, NULL, 0) == -1,
udpstat
);
local
/src/sys/dist/pf/net/
pf.c
5391
udpstat
.udps_outhwcsum++;
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026