Home
last modified time | relevance | path

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

/NextBSD/contrib/bsnmp/lib/
HDsnmp.c405 if (asn_commit_header(&tb, sptr, &moved) != ASN_ERR_OK) in pdu_encode_secparams()
780 if (asn_commit_header(b, v3_hdr_ptr, NULL) != ASN_ERR_OK) in snmp_pdu_encode_header()
860 if (asn_commit_header(b, pdu->vars_ptr, NULL) != ASN_ERR_OK || in snmp_fix_encoding()
861 asn_commit_header(b, pdu->pdu_ptr, NULL) != ASN_ERR_OK) in snmp_fix_encoding()
865 if (asn_commit_header(b, pdu->scoped_ptr, NULL) != ASN_ERR_OK) in snmp_fix_encoding()
879 asn_commit_header(b, pdu->encrypted_ptr, NULL) != ASN_ERR_OK) in snmp_fix_encoding()
883 if (asn_commit_header(b, pdu->outer_ptr, &moved) != ASN_ERR_OK) in snmp_fix_encoding()
981 err = asn_commit_header(b, ptr, NULL); in snmp_binding_encode()
HDasn1.h96 enum asn_err asn_commit_header(struct asn_buf *, u_char *, size_t *);
HDasn1.c199 asn_commit_header(struct asn_buf *b, u_char *ptr, size_t *moved) in asn_commit_header() function