Home
last modified time | relevance | path

Searched refs:icp6s_tooshort (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.bin/systat/
H A Dicmp6.c145 DO(icp6s_tooshort); in domode()
151 DO(icp6s_tooshort); in domode()
175 stats.icp6s_checksum + stats.icp6s_tooshort; in showicmp6()
185 DO(icp6s_tooshort, 6, 0); in showicmp6()
187 DO(icp6s_tooshort, 4, 35); in showicmp6()
/dragonfly/sys/netinet6/
H A Dicmp6.c320 icmp6stat.icp6s_tooshort++; in icmp6_error()
422 icmp6stat.icp6s_tooshort++; in icmp6_input()
434 icmp6stat.icp6s_tooshort++; in icmp6_input()
854 icmp6stat.icp6s_tooshort++; in icmp6_notify_error()
866 icmp6stat.icp6s_tooshort++; in icmp6_notify_error()
900 icmp6stat.icp6s_tooshort++; in icmp6_notify_error()
929 icmp6stat.icp6s_tooshort++; in icmp6_notify_error()
948 icmp6stat.icp6s_tooshort++; in icmp6_notify_error()
983 icmp6stat.icp6s_tooshort++; in icmp6_notify_error()
2192 icmp6stat.icp6s_tooshort++; in icmp6_redirect_input()
H A Dmld6.c196 icmp6stat.icp6s_tooshort++; in mld6_input()
H A Dnd6_nbr.c133 icmp6stat.icp6s_tooshort++; in nd6_ns_input()
610 icmp6stat.icp6s_tooshort++; in nd6_na_input()
H A Dnd6_rtr.c154 icmp6stat.icp6s_tooshort++; in nd6_rs_input()
245 icmp6stat.icp6s_tooshort++; in nd6_ra_input()
/dragonfly/usr.bin/netstat/
H A Dinet6.c847 p(icp6s_tooshort, "\t%llu message%s < minimum length\n"); in icmp6_stats()
/dragonfly/sys/netinet/
H A Dicmp6.h600 u_quad_t icp6s_tooshort; /* packet < sizeof(struct icmp6_hdr) */ member