Searched refs:asn_build_int (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | asn1.h | 136 uchar_t *asn_build_int(uchar_t *, size_t *, uchar_t, int);
|
H A D | pdu.c | 138 if ((p = asn_build_int(p, &bufsz, id, pdu->version)) == NULL) { 419 if ((p = asn_build_int(p, bufsz_p, id, pdu->reqid)) == NULL) 427 if ((p = asn_build_int(p, bufsz_p, id, pdu->non_repeaters)) == NULL) 431 if ((p = asn_build_int(p, bufsz_p, id, pdu->max_repetitions)) == NULL) 510 p = asn_build_int(p, bufsz_p, id, *((int *)val));
|
H A D | asn1.c | 128 asn_build_int(uchar_t *buf, size_t *bufsz_p, uchar_t id, int val) function
|
Completed in 76 milliseconds