Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/systat/
Dicmp6.c157 DO(icp6s_outhist[i]); in domode()
181 totalout += stats.icp6s_outhist[i]; in showicmp6()
199 #define DO2(type, row) DO(icp6s_inhist[type], row, 0); DO(icp6s_outhist[type], \ in showicmp6()
210 DO(icp6s_outhist[ND_ROUTER_ADVERT], 16, 35); in showicmp6()
/freebsd-10-stable/usr.bin/netstat/
Dinet6.c852 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0])) in icmp6_stats()
854 if (icmp6stat.icp6s_outhist[i] != 0) { in icmp6_stats()
860 (uintmax_t)icmp6stat.icp6s_outhist[i]); in icmp6_stats()
/freebsd-10-stable/sys/netinet6/
Dicmp6.c389 ICMP6STAT_INC(icp6s_outhist[type]); in icmp6_error()
618 ICMP6STAT_INC(icp6s_outhist[ICMP6_ECHO_REPLY]); in icmp6_input()
734 ICMP6STAT_INC(icp6s_outhist[ICMP6_WRUREPLY]); in icmp6_input()
2793 ICMP6STAT_INC(icp6s_outhist[ND_REDIRECT]); in icmp6_redirect_output()
Dnd6_nbr.c614 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_SOLICIT]); in nd6_ns_output_fib()
1103 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_ADVERT]); in nd6_na_output_fib()
Draw_ip6.c564 ICMP6STAT_INC(icp6s_outhist[type]);
Dmld6.c3140 ICMP6STAT_INC(icp6s_outhist[type]); in mld_dispatch_packet()
/freebsd-10-stable/sys/netinet/
Dicmp6.h590 uint64_t icp6s_outhist[256]; member