Home
last modified time | relevance | path

Searched refs:snmp_obj_id (Results 1 – 16 of 16) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dsnmp_snmpv2_framework.h17 extern const struct snmp_obj_id usmNoAuthProtocol;
18 extern const struct snmp_obj_id usmHMACMD5AuthProtocol;
19 extern const struct snmp_obj_id usmHMACSHAAuthProtocol;
21 extern const struct snmp_obj_id usmNoPrivProtocol;
22 extern const struct snmp_obj_id usmDESPrivProtocol;
23 extern const struct snmp_obj_id usmAESPrivProtocol;
Dsnmp.h62 struct snmp_obj_id oid;
79 void snmp_set_device_enterprise_oid(const struct snmp_obj_id* device_enterprise_oid);
80 const struct snmp_obj_id* snmp_get_device_enterprise_oid(void);
102 err_t snmp_send_trap(const struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct…
Dsnmp_core.h128 struct snmp_obj_id struct
202 struct snmp_obj_id instance_oid;
297 void snmp_oid_assign(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
298 void snmp_oid_combine(struct snmp_obj_id* target, const u32_t *oid1, u8_t oid1_len, const u32_t *oi…
299 void snmp_oid_prefix(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
300 void snmp_oid_append(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
Dsnmp_table.h66 …snmp_err_t (*get_next_cell_instance)(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp…
112 …snmp_err_t (*get_next_cell_instance_and_value)(const u32_t* column, struct snmp_obj_id* row_oid, u…
/third_party/lwip/src/apps/snmp/
Dsnmp_snmpv2_framework.c21 const struct snmp_obj_id usmNoAuthProtocol = { 10, { 1, 3, 6, 1, 6, 3, 10, 1, 1, 1 } };
22 const struct snmp_obj_id usmHMACMD5AuthProtocol = { 10, { 1, 3, 6, 1, 6, 3, 10, 1, 1, 2 } };
23 const struct snmp_obj_id usmHMACSHAAuthProtocol = { 10, { 1, 3, 6, 1, 6, 3, 10, 1, 1, 3 } };
30 const struct snmp_obj_id usmNoPrivProtocol = { 10, { 1, 3, 6, 1, 6, 3, 10, 1, 2, 1 } };
31 const struct snmp_obj_id usmDESPrivProtocol = { 10, { 1, 3, 6, 1, 6, 3, 10, 1, 2, 2 } };
33 const struct snmp_obj_id usmAESPrivProtocol = { 10, { 1, 3, 6, 1, 6, 3, 10, 1, 2, 4 } };
Dsnmp_snmpv2_usm.c60 static const struct snmp_obj_id *snmp_auth_algo_to_oid(snmpv3_auth_algo_t algo) in snmp_auth_algo_to_oid()
71 static const struct snmp_obj_id *snmp_priv_algo_to_oid(snmpv3_priv_algo_t algo) in snmp_priv_algo_to_oid()
170 static snmp_err_t usmusertable_get_next_instance(const u32_t *column, struct snmp_obj_id *row_oid, … in usmusertable_get_next_instance()
291 const struct snmp_obj_id *auth_algo; in usmusertable_get_value()
303 const struct snmp_obj_id *priv_algo; in usmusertable_get_value()
Dsnmp_core_priv.h70 …solve_next(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, struct snmp_obj_id *oidret);
75 …alidate_node_instance_method, void *validate_node_instance_arg, struct snmp_obj_id *node_oid, stru…
Dsnmp_core.c201 static const struct snmp_obj_id snmp_device_enterprise_oid_default = {SNMP_DEVICE_ENTERPRISE_OID_L…
202 static const struct snmp_obj_id *snmp_device_enterprise_oid = &snmp_device_enterprise_oid_d…
259 void snmp_set_device_enterprise_oid(const struct snmp_obj_id *device_enterprise_oid) in snmp_set_device_enterprise_oid()
273 const struct snmp_obj_id *snmp_get_device_enterprise_oid(void) in snmp_get_device_enterprise_oid()
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()
591 snmp_oid_combine(struct snmp_obj_id *target, const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u… in snmp_oid_combine()
604 snmp_oid_append(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_append()
811 …alidate_node_instance_method, void *validate_node_instance_arg, struct snmp_obj_id *node_oid, stru… in snmp_get_next_node_instance_from_oid()
1017 …esolve_next(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, struct snmp_obj_id *oidret) in snmp_mib_tree_resolve_next()
Dsnmp_traps.c56 const struct snmp_obj_id *enterprise;
173 snmp_send_trap(const struct snmp_obj_id *eoid, s32_t generic_trap, s32_t specific_trap, struct snmp… in snmp_send_trap()
243 static const struct snmp_obj_id oid = { 7, { 1, 3, 6, 1, 2, 1, 11 } }; in snmp_send_trap_generic()
Dsnmp_table.c92 struct snmp_obj_id row_oid; in snmp_table_get_next_instance()
231 struct snmp_obj_id row_oid; in snmp_table_simple_get_next_instance()
Dsnmp_mib2_udp.c165 udp_endpointTable_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_oid… in udp_endpointTable_get_next_cell_instance_and_value()
279 udp_Table_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union … in udp_Table_get_next_cell_instance_and_value()
Dsnmp_mib2_tcp.c256 tcp_ConnTable_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_oid, un… in tcp_ConnTable_get_next_cell_instance_and_value()
374 tcp_ConnectionTable_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_o… in tcp_ConnectionTable_get_next_cell_instance_and_value()
470 tcp_ListenerTable_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_oid… in tcp_ListenerTable_get_next_cell_instance_and_value()
Dsnmp_mib2_ip.c277 ip_AddrTable_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_oid, uni… in ip_AddrTable_get_next_cell_instance_and_value()
431 ip_RouteTable_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_oid, un… in ip_RouteTable_get_next_cell_instance_and_value()
550 ip_NetToMediaTable_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_oi… in ip_NetToMediaTable_get_next_cell_instance_and_value()
Dsnmp_mib2_system.c242 const struct snmp_obj_id *dev_enterprise_oid = snmp_get_device_enterprise_oid(); in system_get_value()
Dsnmp_mib2_interfaces.c124 interfaces_Table_get_next_cell_instance(const u32_t *column, struct snmp_obj_id *row_oid, struct sn… in interfaces_Table_get_next_cell_instance()
Dsnmp_msg.c410 struct snmp_obj_id result_oid; in snmp_process_varbind()