Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c369 size_t asnobj_len, hdrlen; in asn_parse_header() local
380 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_header()
388 if (*bufsz_p < (asnobj_len + hdrlen)) in asn_parse_header()
450 size_t asnobj_len, hdrlen; in asn_parse_int() local
463 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_int()
470 if (*bufsz_p < (hdrlen + asnobj_len)) in asn_parse_int()
476 *bufsz_p -= (hdrlen + asnobj_len); in asn_parse_int()
482 while (asnobj_len--) { in asn_parse_int()
495 size_t asnobj_len, hdrlen; in asn_parse_uint() local
507 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_uint()
[all …]