Home
last modified time | relevance | path

Searched refs:SNMP_ASN1_OBJ_ID (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/core/snmp/
Dmsg_out.c451 case (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID): in snmp_varbind_list_sum()
573 snmp_asn1_enc_type(p, ofs, (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID)); in snmp_trap_header_enc()
635 snmp_asn1_enc_type(p, ofs, (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID)); in snmp_varbind_list_enc()
667 case (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID): in snmp_varbind_list_enc()
Dmsg_in.c1141 if ((derr != ERR_OK) || (type != (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID))) in snmp_pdu_dec_varbindlist()
1230 case (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID): in snmp_pdu_dec_varbindlist()
Dmib2.c2143 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID); in system_get_object_def()
2436 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID); in ifentry_get_object_def()
3194 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID); in ip_rteentry_get_object_def()
/external/syslinux/core/lwip/src/include/lwip/
Dsnmp_asn1.h60 #define SNMP_ASN1_OBJ_ID 6 macro