Home
last modified time | relevance | path

Searched defs:oid (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_core.c267 snmp_oid_to_ip4(const u32_t *oid, ip4_addr_t *ip) in snmp_oid_to_ip4()
287 snmp_ip4_to_oid(const ip4_addr_t *ip, u32_t *oid) in snmp_ip4_to_oid()
303 snmp_oid_to_ip6(const u32_t *oid, ip6_addr_t *ip) in snmp_oid_to_ip6()
338 snmp_ip6_to_oid(const ip6_addr_t *ip, u32_t *oid) in snmp_ip6_to_oid()
368 snmp_ip_port_to_oid(const ip_addr_t *ip, u16_t port, u32_t *oid) in snmp_ip_port_to_oid()
386 snmp_ip_to_oid(const ip_addr_t *ip, u32_t *oid) in snmp_ip_to_oid()
421 snmp_oid_to_ip(const u32_t *oid, u8_t oid_len, ip_addr_t *ip) in snmp_oid_to_ip()
529 snmp_oid_assign(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_assign()
547 snmp_oid_prefix(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_prefix()
676 snmp_get_mib_from_oid(const u32_t *oid, u8_t oid_len) in snmp_get_mib_from_oid()
[all …]
A Dsnmp_mib2_icmp.c49 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
53 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
A Dsnmp_asn1.c248 snmp_asn1_enc_oid(struct snmp_pbuf_stream* pbuf_stream, const u32_t *oid, u16_t oid_len) in snmp_asn1_enc_oid()
390 snmp_asn1_enc_oid_cnt(const u32_t *oid, u16_t oid_len, u16_t *octets_needed) in snmp_asn1_enc_oid_cnt()
641 snmp_asn1_dec_oid(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t* oid, u8_t* oid_len, u8_t … in snmp_asn1_dec_oid()
A Dsnmp_mib2_interfaces.c51 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
55 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
A Dsnmp_mib2_udp.c51 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
55 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
A Dsnmp_mib2_system.c50 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
54 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
A Dsnmp_mib2_tcp.c52 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
56 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
A Dsnmp_mib2_ip.c51 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
55 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsnmp_scalar.h66 #define SNMP_SCALAR_CREATE_NODE(oid, access, asn1_type, get_value_method, set_test_method, set_valu… argument
72 #define SNMP_SCALAR_CREATE_NODE_READONLY(oid, asn1_type, get_value_method) SNMP_SCALAR_CREATE_NODE(… argument
77 u32_t oid; member
101 #define SNMP_SCALAR_CREATE_ARRAY_NODE(oid, array_nodes, get_value_method, set_test_method, set_valu… argument
A Dsnmp_table.h78 #define SNMP_TABLE_CREATE(oid, columns, get_cell_instance_method, get_next_cell_instance_method, ge… argument
86 #define SNMP_TABLE_GET_COLUMN_FROM_OID(oid) ((oid)[1]) /* first array value is (fixed) row entry (f… argument
118 #define SNMP_TABLE_CREATE_SIMPLE(oid, columns, get_cell_value_method, get_next_cell_instance_and_va… argument
A Dsnmp.h62 struct snmp_obj_id oid; member
A Dsnmp_threadsync.h98 #define SNMP_CREATE_THREAD_SYNC_NODE(oid, target_leaf_node, threadsync_instance) \ argument
A Dsnmp_core.h169 u32_t oid; member
229 #define SNMP_CREATE_TREE_NODE(oid, subnodes) \ argument
233 #define SNMP_CREATE_EMPTY_TREE_NODE(oid) \ argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsnmp_scalar.h66 #define SNMP_SCALAR_CREATE_NODE(oid, access, asn1_type, get_value_method, set_test_method, set_valu… argument
72 #define SNMP_SCALAR_CREATE_NODE_READONLY(oid, asn1_type, get_value_method) SNMP_SCALAR_CREATE_NODE(… argument
77 u32_t oid; member
101 #define SNMP_SCALAR_CREATE_ARRAY_NODE(oid, array_nodes, get_value_method, set_test_method, set_valu… argument
A Dsnmp_table.h78 #define SNMP_TABLE_CREATE(oid, columns, get_cell_instance_method, get_next_cell_instance_method, ge… argument
86 #define SNMP_TABLE_GET_COLUMN_FROM_OID(oid) ((oid)[1]) /* first array value is (fixed) row entry (f… argument
118 #define SNMP_TABLE_CREATE_SIMPLE(oid, columns, get_cell_value_method, get_next_cell_instance_and_va… argument
A Dsnmp.h62 struct snmp_obj_id oid; member
A Dsnmp_threadsync.h98 #define SNMP_CREATE_THREAD_SYNC_NODE(oid, target_leaf_node, threadsync_instance) \ argument
A Dsnmp_core.h169 u32_t oid; member
229 #define SNMP_CREATE_TREE_NODE(oid, subnodes) \ argument
233 #define SNMP_CREATE_EMPTY_TREE_NODE(oid) \ argument
/AliOS-Things-master/components/mbedtls/library/
A Dx509_create.c42 const char *oid; /* String representation of OID of AttributeType, member
133 const char *oid = NULL; in mbedtls_x509_string_to_names() local
213 int mbedtls_x509_set_extension( mbedtls_asn1_named_data **head, const char *oid, size_t oid_len, in mbedtls_x509_set_extension()
246 const char *oid = (const char*)cur_name->oid.p; in x509_write_name() local
295 const char *oid, size_t oid_len, in mbedtls_x509_write_sig()
A Dasn1write.c183 const char *oid, size_t oid_len ) in mbedtls_asn1_write_oid()
197 const char *oid, size_t oid_len, in mbedtls_asn1_write_algorithm_identifier()
339 const char *oid, size_t len ) in asn1_find_named_data()
357 const char *oid, size_t oid_len, in mbedtls_asn1_store_named_data()
A Dpkwrite.c143 const char *oid; in pk_write_ec_param() local
186 const char *oid; in mbedtls_pk_write_pubkey_der() local
A Dpkcs11.c176 const char *oid; in mbedtls_pkcs11_sign() local
A Dx509write_csr.c77 const char *oid, size_t oid_len, in mbedtls_x509write_csr_set_extension()
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/
A Dnand_flash.h14 uint8_t oid; member
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dasn1.h168 mbedtls_asn1_buf oid; /**< The object identifier. */ member

Completed in 33 milliseconds

12