Home
last modified time | relevance | path

Searched refs:asn_get_header (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bsnmp/lib/
H A Dasn1.c59 asn_get_header(struct asn_buf *b, u_char *type, asn_len_t *len) in asn_get_header() function
445 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK) in asn_get_integer()
501 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK) in asn_get_octetstring()
554 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK) in asn_get_null()
642 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK) in asn_get_objid()
749 if ((err = asn_get_header(b, &type, len)) != ASN_ERR_OK) in asn_get_sequence()
799 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK) in asn_get_ipaddress()
883 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK) in asn_get_timeticks()
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) { in get_var_binding()
580 if (asn_get_header(b, &type, &len) != ASN_ERR_OK) { in snmp_pdu_decode_scoped()
655 if (pdu->user.priv_proto != SNMP_PRIV_NOPRIV && (asn_get_header(b, &type, in snmp_pdu_decode_secmode()
H A Dsnmpagent.c992 (asn_get_header(pdu_b, &type, &resp.scoped_len) != ASN_ERR_OK in snmp_make_errresp()
1020 if (asn_get_header(pdu_b, &type, &len) != ASN_ERR_OK) { in snmp_make_errresp()
/freebsd/lib/libbsnmp/tests/
H A Dbsnmpd_test.c43 err = asn_get_header(&b, &type, &len); in ATF_TC_BODY()
/freebsd/lib/libbsnmp/libbsnmp/
H A DMakefile48 MLINKS+= asn1.3 asn_get_header.3
/freebsd/contrib/bsnmp/tests/
H A Dasn1.cc120 : buf {mk_asn_buf(ibuf)}, err {asn_get_header(&buf, &type, &alen)} in Asn_value()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc507 OLD_FILES+=usr/share/man/man3/asn_get_header.3.gz