Home
last modified time | relevance | path

Searched refs:udpstat (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dudpstat_example.txt1 The following is an example of the udpstat.d script,
5 Here we run udpstat for a few seconds. Firstly, we run a "spray" command
9 # udpstat.d
25 Here we run udpstat.d while an outbound DNS lookup is performed using
28 # udpstat.d
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dudpstat_example.txt1 The following is an example of the udpstat.d script,
5 Here we run udpstat for a few seconds. Firstly, we run a "spray" command
9 # udpstat.d
25 Here we run udpstat.d while an outbound DNS lookup is performed using
28 # udpstat.d
/netbsd-src/usr.bin/netstat/
H A Dinet.c543 uint64_t udpstat[UDP_NSTATS]; in udp_stats() local
547 size_t size = sizeof(udpstat); in udp_stats()
549 if (prog_sysctlbyname("net.inet.udp.stats", udpstat, &size, in udp_stats()
559 #define ps(f, m) if (udpstat[f] || sflag <= 1) \ in udp_stats()
560 printf(m, udpstat[f]) in udp_stats()
561 #define p(f, m) if (udpstat[f] || sflag <= 1) \ in udp_stats()
562 printf(m, udpstat[f], plural(udpstat[f])) in udp_stats()
563 #define p3(f, m) if (udpstat[f] || sflag <= 1) \ in udp_stats()
564 printf(m, udpstat[f], plurales(udpstat[f])) in udp_stats()
575 delivered = udpstat[UDP_STAT_IPACKETS] - in udp_stats()
[all …]
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dgetentropy_osx.c222 struct udpstat udpstat; in getentropy_fallback() local
264 ii = sizeof(udpstat); in getentropy_fallback()
266 &udpstat, &ii, NULL, 0) == -1, udpstat); in getentropy_fallback()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/
H A DContents102 udpstat.d print UDP statistics
H A DIndex102 udpstat.d print UDP statistics
/netbsd-src/sys/dist/pf/net/
H A Dpf.c5391 udpstat.udps_outhwcsum++;