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

/freebsd-13-stable/contrib/bsnmp/lib/
H A Dasn1.h96 enum asn_err asn_commit_header(struct asn_buf *, u_char *, size_t *);
H A Dsnmp.c407 if (asn_commit_header(&tb, sptr, &moved) != ASN_ERR_OK)
782 if (asn_commit_header(b, v3_hdr_ptr, NULL) != ASN_ERR_OK)
862 if (asn_commit_header(b, pdu->vars_ptr, NULL) != ASN_ERR_OK ||
863 asn_commit_header(b, pdu->pdu_ptr, NULL) != ASN_ERR_OK)
867 if (asn_commit_header(b, pdu->scoped_ptr, NULL) != ASN_ERR_OK)
881 asn_commit_header(b, pdu->encrypted_ptr, NULL) != ASN_ERR_OK)
885 if (asn_commit_header(b, pdu->outer_ptr, &moved) != ASN_ERR_OK)
983 err = asn_commit_header(b, ptr, NULL);
H A Dasn1.c195 * asn_commit_header which will fix-up the length field and move the
212 asn_commit_header(struct asn_buf *b, u_char *ptr, size_t *moved) function
/freebsd-13-stable/lib/libbsnmp/libbsnmp/
H A DMakefile46 MLINKS+= asn1.3 asn_commit_header.3

Completed in 88 milliseconds