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