Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c184 ICMP6STAT_INC(icp6s_odst_unreach_noroute); in icmp6_errcount()
187 ICMP6STAT_INC(icp6s_odst_unreach_admin); in icmp6_errcount()
190 ICMP6STAT_INC(icp6s_odst_unreach_beyondscope); in icmp6_errcount()
193 ICMP6STAT_INC(icp6s_odst_unreach_addr); in icmp6_errcount()
196 ICMP6STAT_INC(icp6s_odst_unreach_noport); in icmp6_errcount()
201 ICMP6STAT_INC(icp6s_opacket_too_big); in icmp6_errcount()
206 ICMP6STAT_INC(icp6s_otime_exceed_transit); in icmp6_errcount()
209 ICMP6STAT_INC(icp6s_otime_exceed_reassembly); in icmp6_errcount()
216 ICMP6STAT_INC(icp6s_oparamprob_header); in icmp6_errcount()
219 ICMP6STAT_INC(icp6s_oparamprob_nextheader); in icmp6_errcount()
[all …]
H A Dnd6_nbr.c166 ICMP6STAT_INC(icp6s_invlhlim); in nd6_ns_input()
389 ICMP6STAT_INC(icp6s_badns); in nd6_ns_input()
699 ICMP6STAT_INC(icp6s_invlhlim); in nd6_na_input()
971 ICMP6STAT_INC(icp6s_badna); in nd6_na_input()
H A Dnd6_rtr.c192 ICMP6STAT_INC(icp6s_invlhlim); in nd6_rs_input()
249 ICMP6STAT_INC(icp6s_badrs); in nd6_rs_input()
534 ICMP6STAT_INC(icp6s_invlhlim); in nd6_ra_input()
660 ICMP6STAT_INC(icp6s_badra); in nd6_ra_input()
H A Dnd6.c484 ICMP6STAT_INC(icp6s_nd_badopt); in nd6_options()
545 ICMP6STAT_INC(icp6s_nd_toomanyopt); in nd6_options()
H A Dmld6.c1208 ICMP6STAT_INC(icp6s_badlen); in mld_input()
1222 ICMP6STAT_INC(icp6s_badlen); in mld_input()
/freebsd/sys/netinet/
H A Dicmp6.h649 #define ICMP6STAT_INC(name) ICMP6STAT_ADD(name, 1) macro
H A Dtcp_subr.c3376 ICMP6STAT_INC(icp6s_pmtuchg); in tcp6_ctlinput_with_port()