Home
last modified time | relevance | path

Searched refs:icp6s_outhist (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/usr.bin/systat/
HDicmp6.c154 DO(icp6s_outhist[i]); in domode()
178 totalout += stats.icp6s_outhist[i]; in showicmp6()
196 #define DO2(type, row) DO(icp6s_inhist[type], row, 0); DO(icp6s_outhist[type], \ in showicmp6()
207 DO(icp6s_outhist[ND_ROUTER_ADVERT], 16, 35); in showicmp6()
/freebsd-head/usr.bin/netstat/
HDinet6.c962 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0])) in icmp6_stats()
964 if (icmp6stat.icp6s_outhist[i] != 0) { in icmp6_stats()
973 (uintmax_t)icmp6stat.icp6s_outhist[i]); in icmp6_stats()
/freebsd-head/sys/netinet6/
HDicmp6.c388 ICMP6STAT_INC2(icp6s_outhist, type); in icmp6_error()
618 ICMP6STAT_INC2(icp6s_outhist, ICMP6_ECHO_REPLY); in icmp6_input()
750 ICMP6STAT_INC2(icp6s_outhist, ICMP6_WRUREPLY); in icmp6_input()
2668 ICMP6STAT_INC2(icp6s_outhist, ND_REDIRECT); in icmp6_redirect_output()
HDnd6_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()
HDraw_ip6.c548 ICMP6STAT_INC2(icp6s_outhist, type); in rip6_send()
HDmld6.c3136 ICMP6STAT_INC2(icp6s_outhist, type); in mld_dispatch_packet()
/freebsd-head/sys/netinet/
HDin_kdtrace.c153 MIB_PROBE2_ICMP6(icp6s_outhist);
HDicmp6.h591 uint64_t icp6s_outhist[256]; member
HDin_kdtrace.h148 SDT_PROBE_DECLARE(mib, icmp6, count, icp6s_outhist);