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

/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dmain.c148 static u_int next_community_index = 1; variable
2225 if ((ncomm = next_community_index++) == UINT_MAX)
2226 next_community_index = 1;

Completed in 74 milliseconds