HomeSort by: relevance | last modified time | path
    Searched refs:ip6stat (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/netstat/
inet6.c 647 uint64_t ip6stat[IP6_NSTATS]; local
653 size_t size = sizeof(ip6stat);
655 if (prog_sysctlbyname("net.inet6.ip6.stats", ip6stat, &size,
664 #define p(f, m) if (ip6stat[f] || sflag <= 1) \
665 printf(m, (unsigned long long)ip6stat[f], plural(ip6stat[f]))
666 #define p1(f, m) if (ip6stat[f] || sflag <= 1) \
667 printf(m, (unsigned long long)ip6stat[f])
698 if (ip6stat[IP6_STAT_NXTHIST + i] != 0) {
710 (unsigned long long)ip6stat[IP6_STAT_NXTHIST + i])
    [all...]
  /src/sys/netinet6/
in6_src.c 148 if ((r) < sizeof(ip6stat.ip6s_sources_rule) / \
149 sizeof(ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
150 ip6stat.ip6s_sources_rule[(r)]++; \
157 if ((r) < sizeof(ip6stat.ip6s_sources_rule) / \
158 sizeof(ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
159 ip6stat.ip6s_sources_rule[(r)]++; \
166 if ((r) < sizeof(ip6stat.ip6s_sources_rule) / \
167 sizeof(ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
168 ip6stat.ip6s_sources_rule[(r)]++; \

Completed in 53 milliseconds