Searched defs:n_subids (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c215 size_t n_subids)
227 if (n_subids < MIN_SUBIDS_IN_OID || n_subids > MAX_SUBIDS_IN_OID)
241 for (i = 0, ndx = 0; i < n_subids; i++, ndx++) {
278 for (i = 0, ndx = 0; i < n_subids; i++, ndx++) {
597 asn_parse_objid(uchar_t *msg, size_t *varsz_p, void *oidp, size_t *n_subids) argument
634 *n_subids = 1;
637 (*n_subids)++;
643 if ((objid = (oid *) calloc(1, (*n_subids) * sizeof (oid))) == NULL)
686 size_t n_subids; local
214 asn_build_objid(uchar_t *buf, size_t *bufsz_p, uchar_t id, void *oidp, size_t n_subids) argument
[all...]
H A Dpdu.c306 snmp_oidstr_to_oid(int cmd, char *oidstr, int row, size_t *n_subids) argument
313 if ((oidstr == NULL) || (n_subids == NULL))
385 *n_subids = count;
H A Dsnmplib.c1297 oid_to_oidstr(oid *objid, size_t n_subids) argument
1307 oidstr_sz = sizeof (subid_str) * n_subids;
1310 for (i = 0; i < n_subids; i++) {
1318 if (i < (n_subids - 1))

Completed in 69 milliseconds