Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c351 size_t asnobj_len, hdrlen; in asn_parse_header() local
362 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_header()
370 if (*bufsz_p < (asnobj_len + hdrlen)) in asn_parse_header()
432 size_t asnobj_len, hdrlen; in asn_parse_int() local
445 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_int()
452 if (*bufsz_p < (hdrlen + asnobj_len)) in asn_parse_int()
458 *bufsz_p -= (hdrlen + asnobj_len); in asn_parse_int()
464 while (asnobj_len--) { in asn_parse_int()
477 size_t asnobj_len, hdrlen; in asn_parse_uint() local
489 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_uint()
[all …]