Home
last modified time | relevance | path

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

12

/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A 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;
A 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…
A 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);
A 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…
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A 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 } };
A 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…
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A 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…
A Dsnmp_core.h126 struct snmp_obj_id struct
197 struct snmp_obj_id instance_oid;
292 void snmp_oid_assign(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
293 void snmp_oid_combine(struct snmp_obj_id* target, const u32_t *oid1, u8_t oid1_len, const u32_t *oi…
294 void snmp_oid_prefix(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
295 void snmp_oid_append(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
A 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…
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_msg.h247 struct snmp_obj_id ext_oid;
268 struct snmp_obj_id *enterprise;
296 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len);
305 err_t snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap);
A Dsnmp.h94 struct snmp_obj_id struct
102 void snmp_set_sysobjid(struct snmp_obj_id *oid); argument
103 void snmp_get_sysobjid_ptr(struct snmp_obj_id **oid);
225 void snmp_get_snmpgrpid_ptr(struct snmp_obj_id **oid);
A Dsnmp_structs.h258 … snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret);
260 u8_t snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret);
A Dsnmp_asn1.h81 err_t snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid);
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_core_priv.h63 …solve_next(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, struct snmp_obj_id* oidret);
68 …alidate_node_instance_method, void* validate_node_instance_arg, struct snmp_obj_id* node_oid, stru…
A Dsnmp_core.c190 static const struct snmp_obj_id snmp_device_enterprise_oid_default = {SNMP_DEVICE_ENTERPRISE_OID_L…
191 static const struct snmp_obj_id* snmp_device_enterprise_oid = &snmp_device_enterprise_oid_d…
242 void snmp_set_device_enterprise_oid(const struct snmp_obj_id* device_enterprise_oid) in snmp_set_device_enterprise_oid()
255 const struct snmp_obj_id* snmp_get_device_enterprise_oid(void) in snmp_get_device_enterprise_oid()
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()
572 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()
585 snmp_oid_append(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_append()
806 …alidate_node_instance_method, void* validate_node_instance_arg, struct snmp_obj_id* node_oid, stru… in snmp_get_next_node_instance_from_oid()
1012 …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()
A Dsnmp_traps.c56 const struct snmp_obj_id *enterprise;
166 snmp_send_trap(const struct snmp_obj_id* eoid, s32_t generic_trap, s32_t specific_trap, struct snmp… in snmp_send_trap()
234 static const struct snmp_obj_id oid = { 7, { 1, 3, 6, 1, 2, 1, 11 } }; in snmp_send_trap_generic()
A Dsnmp_mib2_udp.c157 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()
271 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()
A 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()
A Dsnmp_mib2_tcp.c249 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()
367 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()
463 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()

Completed in 29 milliseconds

12