Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c181 ICMP6STAT_INC(icp6s_odst_unreach_noroute); in icmp6_errcount()
184 ICMP6STAT_INC(icp6s_odst_unreach_admin); in icmp6_errcount()
187 ICMP6STAT_INC(icp6s_odst_unreach_beyondscope); in icmp6_errcount()
190 ICMP6STAT_INC(icp6s_odst_unreach_addr); in icmp6_errcount()
193 ICMP6STAT_INC(icp6s_odst_unreach_noport); in icmp6_errcount()
198 ICMP6STAT_INC(icp6s_opacket_too_big); in icmp6_errcount()
203 ICMP6STAT_INC(icp6s_otime_exceed_transit); in icmp6_errcount()
206 ICMP6STAT_INC(icp6s_otime_exceed_reassembly); in icmp6_errcount()
213 ICMP6STAT_INC(icp6s_oparamprob_header); in icmp6_errcount()
216 ICMP6STAT_INC(icp6s_oparamprob_nextheader); in icmp6_errcount()
[all …]
H A Dnd6_nbr.c149 ICMP6STAT_INC(icp6s_invlhlim); in nd6_ns_input()
366 ICMP6STAT_INC(icp6s_badns); in nd6_ns_input()
685 ICMP6STAT_INC(icp6s_invlhlim); in nd6_na_input()
957 ICMP6STAT_INC(icp6s_badna); in nd6_na_input()
H A Dnd6_rtr.c183 ICMP6STAT_INC(icp6s_invlhlim); in nd6_rs_input()
240 ICMP6STAT_INC(icp6s_badrs); in nd6_rs_input()
383 ICMP6STAT_INC(icp6s_invlhlim); in nd6_ra_input()
609 ICMP6STAT_INC(icp6s_badra); in nd6_ra_input()
H A Dnd6.c475 ICMP6STAT_INC(icp6s_nd_badopt); in nd6_options()
528 ICMP6STAT_INC(icp6s_nd_toomanyopt); in nd6_options()
H A Dmld6.c1233 ICMP6STAT_INC(icp6s_badlen); in mld_input()
1247 ICMP6STAT_INC(icp6s_badlen); in mld_input()
/freebsd/sys/netinet/
H A Dicmp6.h651 #define ICMP6STAT_INC(name) ICMP6STAT_ADD(name, 1) macro
H A Dtcp_subr.c3080 ICMP6STAT_INC(icp6s_pmtuchg); in tcp6_ctlinput_with_port()