Searched refs:ICMP6STAT_INC2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | icmp6.c | 385 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 D | nd6_nbr.c | 626 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 D | raw_ip6.c | 538 ICMP6STAT_INC2(icp6s_outhist, type); in rip6_send()
|
H A D | mld6.c | 3136 ICMP6STAT_INC2(icp6s_outhist, type); in mld_dispatch_packet()
|
/freebsd/sys/netinet/ |
H A D | icmp6.h | 652 #define ICMP6STAT_INC2(name, type) \ macro
|