Home
last modified time | relevance | path

Searched refs:udps_hdrops (Results 1 – 7 of 7) sorted by last modified time

/freebsd/usr.bin/netstat/
H A Dinet.c923 p1a(udps_hdrops, "{:dropped-incomplete-headers/%ju} " in udp_stats()
940 udpstat.udps_hdrops - in udp_stats()
/freebsd/sys/netinet/
H A Din_kdtrace.c190 MIB_PROBE_UDP(udps_hdrops);
H A Din_kdtrace.h184 SDT_PROBE_DECLARE(mib, udp, count, udps_hdrops);
H A Dudp_var.h76 uint64_t udps_hdrops; /* packet shorter than header */ member
H A Dudp_usrreq.c479 UDPSTAT_INC(udps_hdrops); in udp_input()
/freebsd/usr.bin/systat/
H A Dip.c186 DO(u.udps_hdrops); in domode()
228 DO(u.udps_hdrops, 11, 35); in showip()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c187 value->v.uint32 = udpstat.udps_hdrops + in op_udp()