Home
last modified time | relevance | path

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

/trueos/contrib/bsnmp/lib/
HDsnmp.c364 if (asn_put_temp_header(&tb, (ASN_TYPE_SEQUENCE|ASN_TYPE_CONSTRUCTED), in pdu_encode_secparams()
413 if ((pdu->flags & SNMP_MSG_PRIV_FLAG) != 0 && asn_put_temp_header(b, in pdu_encode_secparams()
739 if (asn_put_temp_header(b, (ASN_TYPE_SEQUENCE|ASN_TYPE_CONSTRUCTED), in snmp_pdu_encode_header()
755 if (asn_put_temp_header(b, (ASN_TYPE_SEQUENCE | in snmp_pdu_encode_header()
788 if (asn_put_temp_header(b, (ASN_TYPE_SEQUENCE | in snmp_pdu_encode_header()
805 if (asn_put_temp_header(b, (ASN_TYPE_CONSTRUCTED | ASN_CLASS_CONTEXT | in snmp_pdu_encode_header()
830 if (asn_put_temp_header(b, (ASN_TYPE_SEQUENCE|ASN_TYPE_CONSTRUCTED), in snmp_pdu_encode_header()
911 if ((err = asn_put_temp_header(b, (ASN_TYPE_SEQUENCE | in snmp_binding_encode()
HDasn1.h95 enum asn_err asn_put_temp_header(struct asn_buf *, u_char, u_char **);
HDasn1.c187 asn_put_temp_header(struct asn_buf *b, u_char type, u_char **ptr) in asn_put_temp_header() function