Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmpd/
H A Dmain.c2066 u_int ncomm; in comm_define_ordered() local
2068 ncomm = idx->subs[idx->len - 1]; in comm_define_ordered()
2072 if (c->value == ncomm) in comm_define_ordered()
2080 c->value = ncomm; in comm_define_ordered()
2113 u_int ncomm; in comm_define() local
2117 if ((ncomm = next_community_index++) == UINT_MAX) in comm_define()
2120 if (c->value == ncomm) in comm_define()
2132 p->subs[p->len++] = ncomm; in comm_define()
2140 comm_string(u_int ncomm) in comm_string() argument
2145 if (p->value == ncomm) in comm_string()