Searched refs:asn_parse_string (Results 1 – 6 of 6) sorted by relevance
/onnv-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | asn1.h | 146 uchar_t *asn_parse_string(uchar_t *, size_t *, uchar_t **, size_t *);
|
H A D | asn1.c | 544 asn_parse_string(uchar_t *buf, size_t *bufsz_p, uchar_t **str_p, size_t *slen) in asn_parse_string() function 726 p = asn_parse_string(msg, varsz_p, &vp->val.str, &vp->val_len); in asn_parse_objval()
|
H A D | pdu.c | 223 p = asn_parse_string(p, &msgsz, &reply_pdu->community, in snmp_parse_reply()
|
/onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
H A D | asn1.h | 88 extern u_char *asn_parse_string(u_char *, uint32_t *, u_char *, u_char *, uint32_t *, char *);
|
H A D | pdu.c | 686 data = asn_parse_string(data, (uint32_t *)&length, &type, (u_char *) community, in snmp_pdu_decode() 783 data = asn_parse_string(data, (uint32_t *)&length, &type, in snmp_pdu_decode() 994 d = asn_parse_string(value_start, (uint32_t *)&len, &variable->type, in snmp_pdu_decode_variable()
|
H A D | asn1.c | 301 asn_parse_string( in asn_parse_string() function
|