Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/snmp/
Dmib2.c2137 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OC_STR); in system_get_object_def()
2143 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID); in system_get_object_def()
2149 od->asn_type = (SNMP_ASN1_APPLIC | SNMP_ASN1_PRIMIT | SNMP_ASN1_TIMETICKS); in system_get_object_def()
2155 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OC_STR); in system_get_object_def()
2161 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OC_STR); in system_get_object_def()
2167 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OC_STR); in system_get_object_def()
2173 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG); in system_get_object_def()
2316 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG); in interfaces_get_object_def()
2376 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG); in ifentry_get_object_def()
2382 od->asn_type = (SNMP_ASN1_UNIV | SNMP_ASN1_PRIMIT | SNMP_ASN1_OC_STR); in ifentry_get_object_def()
[all …]
Dmsg_in.c198 vb->value_type = msg_ps->ext_object_def.asn_type; in snmp_msg_get_event()
313 vb->value_type = object_def.asn_type; in snmp_msg_get_event()
415 msg_ps->ext_object_def.asn_type, in snmp_msg_getnext_event()
489 vb = snmp_varbind_alloc(&oid, object_def.asn_type, (u8_t)object_def.v_len); in snmp_msg_getnext_event()
561 if ((msg_ps->ext_object_def.asn_type == msg_ps->vb_ptr->value_type) && in snmp_msg_set_event()
676 if ((object_def.asn_type == msg_ps->vb_ptr->value_type) && in snmp_msg_set_event()
/external/syslinux/core/lwip/src/include/lwip/
Dsnmp_structs.h79 u8_t asn_type; member