Home
last modified time | relevance | path

Searched refs:udps_hdrops (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/netinet/
Dudp_var.h58 u_long udps_hdrops; /* packet shorter than header */ member
101 udps_hdrops, /* packet shorter than header */ enumerator
Dudp_usrreq.c217 udpstat_inc(udps_hdrops); in udp_input()
327 udpstat_inc(udps_hdrops); in udp_input()
/openbsd/src/usr.bin/netstat/
Dinet.c547 p1(udps_hdrops, "\t%lu with incomplete header\n"); in udp_stats()
557 delivered = udpstat.udps_ipackets - udpstat.udps_hdrops - in udp_stats()