Home
last modified time | relevance | path

Searched refs:cell_instance (Results 1 – 5 of 5) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_snmpv2_usm.c152 cell_instance->reference.ptr = username; in usmusertable_get_instance()
153 cell_instance->reference_len = name_len; in usmusertable_get_instance()
270 cell_instance->reference.ptr = username; in usmusertable_get_next_instance()
271 cell_instance->reference_len = strlen(username); in usmusertable_get_next_instance()
279 static s16_t usmusertable_get_value(struct snmp_node_instance *cell_instance, void *value) in usmusertable_get_value() argument
283 switch (SNMP_TABLE_GET_COLUMN_FROM_OID(cell_instance->instance_oid.id)) { in usmusertable_get_value()
285 MEMCPY(value, cell_instance->reference.ptr, cell_instance->reference_len); in usmusertable_get_value()
286 return (s16_t)cell_instance->reference_len; in usmusertable_get_value()
293 snmpv3_get_user((const char *)cell_instance->reference.ptr, &auth_algo_val, NULL, NULL, NULL); in usmusertable_get_value()
305 snmpv3_get_user((const char *)cell_instance->reference.ptr, NULL, NULL, &priv_algo_val, NULL); in usmusertable_get_value()
[all …]
A Dsnmp_mib2_interfaces.c95 …st u32_t *column, const u32_t *row_oid, u8_t row_oid_len, struct snmp_node_instance *cell_instance) in interfaces_Table_get_cell_instance() argument
114 cell_instance->reference.ptr = netif; in interfaces_Table_get_cell_instance()
124 …nstance(const u32_t *column, struct snmp_obj_id *row_oid, struct snmp_node_instance *cell_instance) in interfaces_Table_get_next_cell_instance() argument
148 cell_instance->reference.ptr = /* (struct netif*) */state.reference; in interfaces_Table_get_next_cell_instance()
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_mib2_interfaces.c96 …st u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struct snmp_node_instance* cell_instance) in interfaces_Table_get_cell_instance() argument
116 cell_instance->reference.ptr = netif; in interfaces_Table_get_cell_instance()
127 …nstance(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp_node_instance* cell_instance) in interfaces_Table_get_next_cell_instance() argument
154 cell_instance->reference.ptr = /* (struct netif*) */state.reference; in interfaces_Table_get_next_cell_instance()
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dsnmp_table.h65 …t u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struct snmp_node_instance* cell_instance);
66 …tance)(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp_node_instance* cell_instance);
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dsnmp_table.h65 …t u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struct snmp_node_instance* cell_instance);
66 …tance)(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp_node_instance* cell_instance);

Completed in 7 milliseconds