Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dip_var.h61 u_long ips_toosmall; /* not enough data */ member
109 ips_toosmall, /* not enough data */ enumerator
Dip_input.c357 ipstat_inc(ips_toosmall); in ipv4_check()
537 ipstat_inc(ips_toosmall); in ip_input_if()
651 ipstat_inc(ips_toosmall); in ip_fragcheck()
/openbsd/src/usr.bin/netstat/
Dinet.c594 p1(ips_toosmall, "\t%lu with size smaller than minimum\n"); in ip_stats()