Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/snmp/
Dmsg_out.c492 snmp_asn1_enc_type(p, ofs, (SNMP_ASN1_UNIV | SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ)); in snmp_resp_header_enc()
549 snmp_asn1_enc_type(p, ofs, (SNMP_ASN1_UNIV | SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ)); in snmp_trap_header_enc()
622 snmp_asn1_enc_type(p, ofs, (SNMP_ASN1_UNIV | SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ)); in snmp_varbind_list_enc()
630 snmp_asn1_enc_type(p, ofs, (SNMP_ASN1_UNIV | SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ)); in snmp_varbind_list_enc()
Dmsg_in.c916 (type != (SNMP_ASN1_UNIV | SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ))) in snmp_pdu_header_check()
1108 (type != (SNMP_ASN1_UNIV | SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ))) in snmp_pdu_dec_varbindlist()
1128 (type != (SNMP_ASN1_UNIV | SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ)) || in snmp_pdu_dec_varbindlist()
/external/syslinux/core/lwip/src/include/lwip/
Dsnmp_asn1.h61 #define SNMP_ASN1_SEQ 16 macro