Home
last modified time | relevance | path

Searched refs:asn_commit_header (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bsnmp/lib/
H A Dsnmp.c407 if (asn_commit_header(&tb, sptr, &moved) != ASN_ERR_OK) in pdu_encode_secparams()
782 if (asn_commit_header(b, v3_hdr_ptr, NULL) != ASN_ERR_OK) in snmp_pdu_encode_header()
862 if (asn_commit_header(b, pdu->vars_ptr, NULL) != ASN_ERR_OK || in snmp_fix_encoding()
863 asn_commit_header(b, pdu->pdu_ptr, NULL) != ASN_ERR_OK) in snmp_fix_encoding()
867 if (asn_commit_header(b, pdu->scoped_ptr, NULL) != ASN_ERR_OK) in snmp_fix_encoding()
881 asn_commit_header(b, pdu->encrypted_ptr, NULL) != ASN_ERR_OK) in snmp_fix_encoding()
885 if (asn_commit_header(b, pdu->outer_ptr, &moved) != ASN_ERR_OK) in snmp_fix_encoding()
983 err = asn_commit_header(b, ptr, NULL); in snmp_binding_encode()
H A Dasn1.h96 enum asn_err asn_commit_header(struct asn_buf *, u_char *, size_t *);
H A Dasn1.c212 asn_commit_header(struct asn_buf *b, u_char *ptr, size_t *moved) in asn_commit_header() function
/freebsd/lib/libbsnmp/libbsnmp/
H A DMakefile45 MLINKS+= asn1.3 asn_commit_header.3
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc507 OLD_FILES+=usr/share/man/man3/asn_commit_header.3.gz