Home
last modified time | relevance | path

Searched refs:ip6s_tooshort (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/netinet6/
H A Dip6_input.c595 ip6stat.ip6s_tooshort++; in ip6_input()
631 ip6stat.ip6s_tooshort++; in ip6_input()
706 ip6stat.ip6s_tooshort++; in ip6_input()
847 ip6stat.ip6s_tooshort++; in ip6_hopopts_input()
854 ip6stat.ip6s_tooshort++; in ip6_hopopts_input()
1145 ip6stat.ip6s_tooshort++; in ip6_savecontrol()
1152 ip6stat.ip6s_tooshort++; in ip6_savecontrol()
1250 ip6stat.ip6s_tooshort++; in ip6_savecontrol()
1260 ip6stat.ip6s_tooshort++; in ip6_savecontrol()
H A Droute6.c68 ip6stat.ip6s_tooshort++; in route6_input()
H A Dip6_var.h193 u_quad_t ip6s_tooshort; /* packet too short */ member
/dragonfly/usr.bin/systat/
H A Dip6.c150 DO(ip6s_tooshort); in domode()
192 DO(ip6s_tooshort, 3, 0); in showip6()
/dragonfly/sys/netinet/
H A Dip6.h300 ip6stat.ip6s_tooshort++; \
/dragonfly/usr.bin/netstat/
H A Dinet6.c362 p1a(ip6s_tooshort, "\t%llu with data size < data length\n"); in ip6_stats()