Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_core.c286 snmp_oid_to_ip4(const u32_t *oid, ip4_addr_t *ip) in snmp_oid_to_ip4()
306 snmp_ip4_to_oid(const ip4_addr_t *ip, u32_t *oid) in snmp_ip4_to_oid()
322 snmp_oid_to_ip6(const u32_t *oid, ip6_addr_t *ip) in snmp_oid_to_ip6()
357 snmp_ip6_to_oid(const ip6_addr_t *ip, u32_t *oid) in snmp_ip6_to_oid()
387 snmp_ip_port_to_oid(const ip_addr_t *ip, u16_t port, u32_t *oid) in snmp_ip_port_to_oid()
405 snmp_ip_to_oid(const ip_addr_t *ip, u32_t *oid) in snmp_ip_to_oid()
440 snmp_oid_to_ip(const u32_t *oid, u8_t oid_len, ip_addr_t *ip) in snmp_oid_to_ip()
516 snmp_oid_to_ip_port(const u32_t *oid, u8_t oid_len, ip_addr_t *ip, u16_t *port) in snmp_oid_to_ip_port()
548 snmp_oid_assign(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_assign()
566 snmp_oid_prefix(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_prefix()
[all …]
H A Dsnmp_msg.c337 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 5, 0 }; in snmp_receive() local
343 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 4, 0 }; in snmp_receive() local
349 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 3, 0 }; in snmp_receive() local
355 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 1, 0 }; in snmp_receive() local
361 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 2, 0 }; in snmp_receive() local
367 static const u32_t oid[] = { 1, 3, 6, 1, 6, 3, 15, 1, 1, 6, 0 }; in snmp_receive() local
H A Dsnmp_mib2_icmp.c49 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
53 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
H A Dsnmp_snmpv2_usm.c33 static void snmp_engineid_to_oid(const char *engineid, u32_t *oid, u32_t len) in snmp_engineid_to_oid()
42 static void snmp_oid_to_name(char *name, const u32_t *oid, size_t len) in snmp_oid_to_name()
51 static void snmp_name_to_oid(const char *name, u32_t *oid, size_t len) in snmp_name_to_oid()
H A Dsnmp_asn1.c206 snmp_asn1_enc_oid(struct snmp_pbuf_stream *pbuf_stream, const u32_t *oid, u16_t oid_len) in snmp_asn1_enc_oid()
323 snmp_asn1_enc_oid_cnt(const u32_t *oid, u16_t oid_len, u16_t *octets_needed) in snmp_asn1_enc_oid_cnt()
498 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()
H A Dsnmp_mib2_interfaces.c51 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
55 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
H A Dsnmp_mib2_system.c50 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
54 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
H A Dsnmp_mib2_udp.c51 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
55 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
H A Dsnmp_traps.c449 snmp_send_trap(const struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct snmp_… in snmp_send_trap()
472 static const struct snmp_obj_id oid = { 7, { 1, 3, 6, 1, 2, 1, 11 } }; in snmp_send_trap_generic() local
891 snmp_send_inform(const struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct snm… in snmp_send_inform()
H A Dsnmp_mib2_tcp.c52 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
56 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
H A Dsnmp_mib2_ip.c51 #define CREATE_LWIP_SYNC_NODE(oid, node_name) \ argument
55 #define CREATE_LWIP_SYNC_NODE(oid, node_name) argument
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H 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
H 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
H A Dsnmp_core.h174 u32_t oid; member
234 #define SNMP_CREATE_TREE_NODE(oid, subnodes) \ argument
238 #define SNMP_CREATE_EMPTY_TREE_NODE(oid) \ argument
H A Dsnmp.h62 struct snmp_obj_id oid; member
H A Dsnmp_threadsync.h98 #define SNMP_CREATE_THREAD_SYNC_NODE(oid, target_leaf_node, threadsync_instance) \ argument