Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.h140 uchar_t *asn_parse_header(uchar_t *, size_t *, uchar_t *);
H A Dasn1.c336 if ((p = asn_parse_header(buf, bufsz_p, &id)) == NULL) in asn_parse_sequence()
348 asn_parse_header(uchar_t *buf, size_t *bufsz_p, uchar_t *id) in asn_parse_header() function
H A Dpdu.c558 if ((p = asn_parse_header(msg, msgsz_p, &id)) == NULL) in snmp_parse_pdu()