Home
last modified time | relevance | path

Searched refs:ICMP6STAT_INC2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet6/
H A Dicmp6.c385 ICMP6STAT_INC2(icp6s_outhist, type); in icmp6_error()
510 ICMP6STAT_INC2(icp6s_inhist, icmp6->icmp6_type); in icmp6_input()
615 ICMP6STAT_INC2(icp6s_outhist, ICMP6_ECHO_REPLY); in icmp6_input()
747 ICMP6STAT_INC2(icp6s_outhist, ICMP6_WRUREPLY); in icmp6_input()
2651 ICMP6STAT_INC2(icp6s_outhist, ND_REDIRECT); in icmp6_redirect_output()
H A Dnd6_nbr.c626 ICMP6STAT_INC2(icp6s_outhist, ND_NEIGHBOR_SOLICIT); in nd6_ns_output_fib()
1119 ICMP6STAT_INC2(icp6s_outhist, ND_NEIGHBOR_ADVERT); in nd6_na_output_fib()
H A Draw_ip6.c538 ICMP6STAT_INC2(icp6s_outhist, type); in rip6_send()
H A Dmld6.c3136 ICMP6STAT_INC2(icp6s_outhist, type); in mld_dispatch_packet()
/freebsd/sys/netinet/
H A Dicmp6.h652 #define ICMP6STAT_INC2(name, type) \ macro