Searched refs:asn_get_header (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bsnmp/lib/ |
H A D | asn1.c | 59 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 D | asn1.h | 92 enum asn_err asn_get_header(struct asn_buf *, u_char *, asn_len_t *);
|
H A D | snmp.c | 93 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 D | snmpagent.c | 992 (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 D | bsnmpd_test.c | 43 err = asn_get_header(&b, &type, &len); in ATF_TC_BODY()
|
/freebsd/lib/libbsnmp/libbsnmp/ |
H A D | Makefile | 48 MLINKS+= asn1.3 asn_get_header.3
|
/freebsd/contrib/bsnmp/tests/ |
H A D | asn1.cc | 120 : buf {mk_asn_buf(ibuf)}, err {asn_get_header(&buf, &type, &alen)} in Asn_value()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 507 OLD_FILES+=usr/share/man/man3/asn_get_header.3.gz
|