Searched refs:asn_get_header (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/bsnmp/lib/
H A Dasn1.c59 asn_get_header(struct asn_buf *b, u_char *type, asn_len_t *len) function
425 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK)
481 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK)
534 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK)
622 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK)
728 if ((err = asn_get_header(b, &type, len)) != ASN_ERR_OK)
778 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK)
865 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK)
H A Dasn1.h92 enum asn_err asn_get_header(struct asn_buf *, u_char *, asn_len_t *);
H A Dsnmp.c93 if (asn_get_header(b, &type, &len) != ASN_ERR_OK) {
580 if (asn_get_header(b, &type, &len) != ASN_ERR_OK) {
655 if (pdu->user.priv_proto != SNMP_PRIV_NOPRIV && (asn_get_header(b, &type,
H A Dsnmpagent.c992 (asn_get_header(pdu_b, &type, &resp.scoped_len) != ASN_ERR_OK
1020 if (asn_get_header(pdu_b, &type, &len) != ASN_ERR_OK) {
/freebsd-12-stable/lib/libbsnmp/libbsnmp/
H A DMakefile47 MLINKS+= asn1.3 asn_get_header.3

Completed in 274 milliseconds