Searched refs:asn_get_integer (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsnmp.c210 if (asn_get_integer(b, &pdu->generic_trap) != ASN_ERR_OK) {
214 if (asn_get_integer(b, &pdu->specific_trap) != ASN_ERR_OK) {
223 if (asn_get_integer(b, &pdu->request_id) != ASN_ERR_OK) {
227 if (asn_get_integer(b, &pdu->error_status) != ASN_ERR_OK) {
231 if (asn_get_integer(b, &pdu->error_index) != ASN_ERR_OK) {
314 if (asn_get_integer(&tb, &pdu->engine.engine_boots) != ASN_ERR_OK) {
319 if (asn_get_integer(&tb, &pdu->engine.engine_time) != ASN_ERR_OK) {
486 if (asn_get_integer(b, &version) != ASN_ERR_OK) {
509 if (asn_get_integer(b, &pdu->identifier) != ASN_ERR_OK) {
514 if (asn_get_integer(
[all...]
H A Dasn1.h99 enum asn_err asn_get_integer(struct asn_buf *, int32_t *);
H A Dasn1.c419 asn_get_integer(struct asn_buf *b, int32_t *vp) function
/freebsd-12-stable/lib/libbsnmp/libbsnmp/
H A DMakefile48 MLINKS+= asn1.3 asn_get_integer.3

Completed in 117 milliseconds