Home
last modified time | relevance | path

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

/lib/lwip/lwip/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()
/lib/lwip/lwip/contrib/examples/snmp/snmp_private_mib/
A Dlwip_prvmib.c111 …t u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struct snmp_node_instance* cell_instance);
112 …stance(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp_node_instance* cell_instance);
274 …st u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struct snmp_node_instance* cell_instance) in sensor_table_get_cell_instance() argument
294 cell_instance->reference.u32 = (u32_t)i; in sensor_table_get_cell_instance()
305 …nstance(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp_node_instance* cell_instance) in sensor_table_get_next_cell_instance() argument
332 cell_instance->reference.u32 = LWIP_CONST_CAST(u32_t, state.reference); in sensor_table_get_next_cell_instance()
/lib/lwip/lwip/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 10 milliseconds