Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmpd/
H A Dmain.c154 static u_int next_community_index = 1; variable
2114 if ((ncomm = next_community_index++) == UINT_MAX) in comm_define()
2115 next_community_index = 1; in comm_define()