Searched refs:UDP_STAT_HDROPS (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dudp_var.h59 #define UDP_STAT_HDROPS 1 /* packet shorter than header */ macro
H A Dudp_usrreq.c378 UDP_STATINC(UDP_STAT_HDROPS);
412 UDP_STATINC(UDP_STAT_HDROPS);
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dip.c177 SHOW(u[UDP_STAT_HDROPS], 10, 35);
252 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_HDROPS]);
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dinet.c544 ps(UDP_STAT_HDROPS, "\t%" PRIu64 " with incomplete header\n");
552 udpstat[UDP_STAT_HDROPS] -

Completed in 107 milliseconds