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

/freebsd-10-stable/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c873 u_int index_count; local
879 index_count = 0;
880 index_count = SNMP_INDEX(index_count, 1);
881 if (index_decode(oid, sub, index_count, &cname, &cnamelen))
897 u_int index_count; local
906 index_count = 0;
907 index_count = SNMP_INDEX(index_count, 1);
908 if (index_decode(oid, sub, index_count,
[all...]
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dexport.c249 u_int index_count; local
255 index_count = SNMP_INDEX_COUNT(code);
258 for (idx = 0; idx < index_count; idx++) {
/freebsd-10-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c775 u_int index_count; local
821 index_count = 0;
827 if (index_count++ == SNMP_INDEXES_MAX)
830 syntax << (SNMP_INDEX_SHIFT * index_count);
832 node->u.entry.index |= index_count;
833 if (index_count == 0)

Completed in 55 milliseconds