Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c383 asn_parse_length(uchar_t *buf, size_t *asnobj_len_p) in asn_parse_length() argument
394 *asnobj_len_p = (size_t)buf[0]; in asn_parse_length()
411 if (n_length_octets > sizeof (*asnobj_len_p)) in asn_parse_length()
418 *asnobj_len_p = 0; in asn_parse_length()
420 *asnobj_len_p <<= 8; in asn_parse_length()
421 *asnobj_len_p |= *p++; in asn_parse_length()