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

/freebsd-current/usr.bin/netstat/
H A Dinet6.c963 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0])) macro
964 for (first = 1, i = 0; i < NELEM; i++)
979 #undef NELEM macro
991 #define NELEM (int)(sizeof(icmp6stat.icp6s_inhist)/sizeof(icmp6stat.icp6s_inhist[0])) macro
992 for (first = 1, i = 0; i < NELEM; i++)
1007 #undef NELEM macro

Completed in 108 milliseconds