Searched refs:asn_commit_header (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bsnmp/lib/ |
H A D | snmp.c | 407 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 D | asn1.h | 96 enum asn_err asn_commit_header(struct asn_buf *, u_char *, size_t *);
|
H A D | asn1.c | 212 asn_commit_header(struct asn_buf *b, u_char *ptr, size_t *moved) in asn_commit_header() function
|
/freebsd/lib/libbsnmp/libbsnmp/ |
H A D | Makefile | 45 MLINKS+= asn1.3 asn_commit_header.3
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 507 OLD_FILES+=usr/share/man/man3/asn_commit_header.3.gz
|