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

  /src/usr.bin/netstat/
inet6.c 415 struct tcp6stat tcp6stat; local in function:tcp6_stats
418 size_t size = sizeof(tcp6stat);
420 if (prog_sysctlbyname("net.inet6.tcp6.stats", &tcp6stat, &size,
430 #define p(f, m) if (tcp6stat.f || sflag <= 1) \
431 printf(m, tcp6stat.f, plural(tcp6stat.f))
432 #define p2(f1, f2, m) if (tcp6stat.f1 || tcp6stat.f2 || sflag <= 1) \
433 printf(m, tcp6stat.f1, plural(tcp6stat.f1), tcp6stat.f2,
    [all...]
inet6.c 415 struct tcp6stat tcp6stat; local in function:tcp6_stats
418 size_t size = sizeof(tcp6stat);
420 if (prog_sysctlbyname("net.inet6.tcp6.stats", &tcp6stat, &size,
430 #define p(f, m) if (tcp6stat.f || sflag <= 1) \
431 printf(m, tcp6stat.f, plural(tcp6stat.f))
432 #define p2(f1, f2, m) if (tcp6stat.f1 || tcp6stat.f2 || sflag <= 1) \
433 printf(m, tcp6stat.f1, plural(tcp6stat.f1), tcp6stat.f2,
    [all...]

Completed in 21 milliseconds