Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c138 if ((p = asn_build_int(p, &bufsz, id, pdu->version)) == NULL) { in snmp_make_packet()
419 if ((p = asn_build_int(p, bufsz_p, id, pdu->reqid)) == NULL) in snmp_build_pdu()
427 if ((p = asn_build_int(p, bufsz_p, id, pdu->non_repeaters)) == NULL) in snmp_build_pdu()
431 if ((p = asn_build_int(p, bufsz_p, id, pdu->max_repetitions)) == NULL) in snmp_build_pdu()
510 p = asn_build_int(p, bufsz_p, id, *((int *)val)); in snmp_build_variable()
H A Dasn1.h136 uchar_t *asn_build_int(uchar_t *, size_t *, uchar_t, int);
H A Dasn1.c128 asn_build_int(uchar_t *buf, size_t *bufsz_p, uchar_t id, int val) in asn_build_int() function