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

/freebsd-10.0-release/usr.bin/netstat/
H A Dinet6.c875 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0])) macro
876 for (first = 1, i = 0; i < NELEM; i++)
885 #undef NELEM macro
890 #define NELEM (int)(sizeof(icmp6stat.icp6s_inhist)/sizeof(icmp6stat.icp6s_inhist[0])) macro
891 for (first = 1, i = 0; i < NELEM; i++)
900 #undef NELEM macro

Completed in 80 milliseconds