Home
last modified time | relevance | path

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

/NextBSD/sys/netinet6/
HDicmp6.c171 ICMP6STAT_INC(icp6s_odst_unreach_noroute); in icmp6_errcount()
174 ICMP6STAT_INC(icp6s_odst_unreach_admin); in icmp6_errcount()
177 ICMP6STAT_INC(icp6s_odst_unreach_beyondscope); in icmp6_errcount()
180 ICMP6STAT_INC(icp6s_odst_unreach_addr); in icmp6_errcount()
183 ICMP6STAT_INC(icp6s_odst_unreach_noport); in icmp6_errcount()
188 ICMP6STAT_INC(icp6s_opacket_too_big); in icmp6_errcount()
193 ICMP6STAT_INC(icp6s_otime_exceed_transit); in icmp6_errcount()
196 ICMP6STAT_INC(icp6s_otime_exceed_reassembly); in icmp6_errcount()
203 ICMP6STAT_INC(icp6s_oparamprob_header); in icmp6_errcount()
206 ICMP6STAT_INC(icp6s_oparamprob_nextheader); in icmp6_errcount()
[all …]
HDnd6_nbr.c147 ICMP6STAT_INC(icp6s_tooshort); in nd6_ns_input()
377 ICMP6STAT_INC(icp6s_badns); in nd6_ns_input()
581 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_SOLICIT]); in nd6_ns_output_fib()
648 ICMP6STAT_INC(icp6s_tooshort); in nd6_na_input()
914 ICMP6STAT_INC(icp6s_badna); in nd6_na_input()
1074 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_ADVERT]); in nd6_na_output_fib()
HDnd6_rtr.c163 ICMP6STAT_INC(icp6s_tooshort); in nd6_rs_input()
198 ICMP6STAT_INC(icp6s_badrs); in nd6_rs_input()
250 ICMP6STAT_INC(icp6s_tooshort); in nd6_ra_input()
444 ICMP6STAT_INC(icp6s_badra); in nd6_ra_input()
HDraw_ip6.c540 ICMP6STAT_INC(icp6s_outhist[type]); in rip6_output()
HDnd6.c436 ICMP6STAT_INC(icp6s_nd_badopt); in nd6_options()
489 ICMP6STAT_INC(icp6s_nd_toomanyopt); in nd6_options()
HDmld6.c1266 ICMP6STAT_INC(icp6s_badlen); in mld_input()
3136 ICMP6STAT_INC(icp6s_outhist[type]); in mld_dispatch_packet()
/NextBSD/sys/netinet/
HDicmp6.h641 #define ICMP6STAT_INC(name) ICMP6STAT_ADD(name, 1) macro