Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c388 ICMP6STAT_INC2(icp6s_outhist, type); in icmp6_error()
513 ICMP6STAT_INC2(icp6s_inhist, icmp6->icmp6_type); in icmp6_input()
618 ICMP6STAT_INC2(icp6s_outhist, ICMP6_ECHO_REPLY); in icmp6_input()
750 ICMP6STAT_INC2(icp6s_outhist, ICMP6_WRUREPLY); in icmp6_input()
2641 ICMP6STAT_INC2(icp6s_outhist, ND_REDIRECT); in icmp6_redirect_output()
H A Draw_ip6.c543 ICMP6STAT_INC2(icp6s_outhist, type); in rip6_send()
H A Dnd6_nbr.c644 ICMP6STAT_INC2(icp6s_outhist, ND_NEIGHBOR_SOLICIT); in nd6_ns_output_fib()
1124 ICMP6STAT_INC2(icp6s_outhist, ND_NEIGHBOR_ADVERT); in nd6_na_output_fib()
H A Dmld6.c3111 ICMP6STAT_INC2(icp6s_outhist, type); in mld_dispatch_packet()
/freebsd/sys/netinet/
H A Dicmp6.h650 #define ICMP6STAT_INC2(name, type) \ macro