Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c386 int n_length_octets; in asn_parse_length() local
410 n_length_octets = buf[0] & ~ASN_LONG_LEN; in asn_parse_length()
411 if (n_length_octets > sizeof (*asnobj_len_p)) in asn_parse_length()
419 while (n_length_octets--) { in asn_parse_length()