Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dinet6.c962 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0])) in icmp6_stats() macro
963 for (first = 1, i = 0; i < NELEM; i++) in icmp6_stats()
978 #undef NELEM in icmp6_stats()
990 #define NELEM (int)(sizeof(icmp6stat.icp6s_inhist)/sizeof(icmp6stat.icp6s_inhist[0])) in icmp6_stats() macro
991 for (first = 1, i = 0; i < NELEM; i++) in icmp6_stats()
1006 #undef NELEM in icmp6_stats()