Home
last modified time | relevance | path

Searched refs:ICMP6STAT_INC (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dicmp6.c219 ICMP6STAT_INC(icp6s_oredirect); in icmp6_errcount()
222 ICMP6STAT_INC(icp6s_ounknown); in icmp6_errcount()
267 ICMP6STAT_INC(icp6s_error); in icmp6_error()
274 ICMP6STAT_INC(icp6s_canterror); in icmp6_error()
351 ICMP6STAT_INC(icp6s_toofreq); in icmp6_error()
427 ICMP6STAT_INC(icp6s_tooshort); in icmp6_input()
456 ICMP6STAT_INC(icp6s_checksum); in icmp6_input()
591 ICMP6STAT_INC(icp6s_reflect); in icmp6_input()
874 ICMP6STAT_INC(icp6s_badcode); in icmp6_input()
878 ICMP6STAT_INC(icp6s_badlen); in icmp6_input()
[all …]
H A Dnd6_nbr.c140 ICMP6STAT_INC(icp6s_invlhlim); in nd6_ns_input()
383 ICMP6STAT_INC(icp6s_badns); in nd6_ns_input()
587 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_SOLICIT]); in nd6_ns_output_fib()
646 ICMP6STAT_INC(icp6s_invlhlim); in nd6_na_input()
921 ICMP6STAT_INC(icp6s_badna); in nd6_na_input()
1081 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_ADVERT]); in nd6_na_output_fib()
H A Dnd6_rtr.c180 ICMP6STAT_INC(icp6s_invlhlim); in nd6_rs_input()
237 ICMP6STAT_INC(icp6s_badrs); in nd6_rs_input()
380 ICMP6STAT_INC(icp6s_invlhlim); in nd6_ra_input()
605 ICMP6STAT_INC(icp6s_badra); in nd6_ra_input()
H A Dmld6.c1269 ICMP6STAT_INC(icp6s_badlen); in mld_input()
1283 ICMP6STAT_INC(icp6s_badlen); in mld_input()
3168 ICMP6STAT_INC(icp6s_outhist[type]); in mld_dispatch_packet()
H A Draw_ip6.c559 ICMP6STAT_INC(icp6s_outhist[type]); in rip6_output()
H A Dnd6.c456 ICMP6STAT_INC(icp6s_nd_badopt); in nd6_options()
509 ICMP6STAT_INC(icp6s_nd_toomanyopt); in nd6_options()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h660 #define ICMP6STAT_INC(name) ICMP6STAT_ADD(name, 1) macro
/f-stack/freebsd/netinet/
H A Dicmp6.h656 #define ICMP6STAT_INC(name) ICMP6STAT_ADD(name, 1) macro
H A Dtcp_subr.c2691 ICMP6STAT_INC(icp6s_pmtuchg); in tcp6_ctlinput()