Home
last modified time | relevance | path

Searched refs:IP_STAT_BADVERS (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.bin/systat/
H A Dip.c148 SHOW(i[IP_STAT_BADVERS], 7, 0); in showip()
205 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_BADVERS]); in fetchip()
/netbsd/sys/netinet/
H A Dip_var.h144 #define IP_STAT_BADVERS 23 /* ip version != 4 */ macro
H A Dip_input.c462 IP_STATINC(IP_STAT_BADVERS); in ip_input()
/netbsd/usr.bin/netstat/
H A Dinet.c627 ps(IP_STAT_BADVERS, "\t%" PRIu64 " with incorrect version number\n"); in ip_stats()
/netbsd/sys/net/
H A Dif_bridge.c2837 ip_statinc(IP_STAT_BADVERS); in bridge_ip_checkbasic()