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

/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dmain.c2221 u_int ncomm; local
2225 if ((ncomm = next_community_index++) == UINT_MAX)
2228 if (c->value == ncomm)
2237 c->value = ncomm;
2274 comm_string(u_int ncomm) argument
2279 if (p->value == ncomm)

Completed in 58 milliseconds