Searched refs:udps_opackets (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dudp_var.h98 uint64_t udps_opackets; /* total output packets */ member in struct:udpstat
H A Dudp_usrreq.c1571 UDPSTAT_INC(udps_opackets);
H A Dsctp_output.c4240 UDPSTAT_INC(udps_opackets);
4573 UDPSTAT_INC(udps_opackets);
11247 UDPSTAT_INC(udps_opackets);
/freebsd-12-stable/usr.bin/systat/
H A Dip.c199 DO(u.udps_opackets);
248 DO(u.udps_opackets, 18, 35);
/freebsd-12-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c194 value->v.uint32 = udpstat.udps_opackets;
/freebsd-12-stable/release/picobsd/tinyware/ns/
H A Dns.c622 printf(" %10lu total output packets\n", s.udps_opackets);
/freebsd-12-stable/sys/netinet6/
H A Dudp6_usrreq.c1016 UDPSTAT_INC(udps_opackets);
/freebsd-12-stable/usr.bin/netstat/
H A Dinet.c936 p(udps_opackets, "{:output-packets/%ju} {N:/datagram%s output}\n");
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c8442 UDPSTAT_INC(udps_opackets);
8467 UDPSTAT_INC(udps_opackets);

Completed in 123 milliseconds