Searched refs:asn_commit_header (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/bsnmp/lib/ |
| HD | snmp.c | 405 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()
|
| HD | asn1.h | 96 enum asn_err asn_commit_header(struct asn_buf *, u_char *, size_t *);
|
| HD | asn1.c | 199 asn_commit_header(struct asn_buf *b, u_char *ptr, size_t *moved) in asn_commit_header() function
|