Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_snmpv2_usm.c84 …st u32_t *column, const u32_t *row_oid, u8_t row_oid_len, struct snmp_node_instance *cell_instance) in usmusertable_get_instance() argument
152 cell_instance->reference.ptr = username; in usmusertable_get_instance()
153 cell_instance->reference_len = name_len; in usmusertable_get_instance()
170 …nstance(const u32_t *column, struct snmp_obj_id *row_oid, struct snmp_node_instance *cell_instance) in usmusertable_get_next_instance() argument
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()
[all …]
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()
/third_party/lwip/src/include/lwip/apps/
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);