Searched refs:table_node (Results 1 – 1 of 1) sorted by relevance
49 …const struct snmp_table_node *table_node = (const struct snmp_table_node *)(const void *)instance-… in snmp_table_get_instance() local58 const struct snmp_table_col_def *col_def = table_node->columns; in snmp_table_get_instance()59 u16_t i = table_node->column_count; in snmp_table_get_instance()73 instance->get_value = table_node->get_value; in snmp_table_get_instance()74 instance->set_test = table_node->set_test; in snmp_table_get_instance()75 instance->set_value = table_node->set_value; in snmp_table_get_instance()77 ret = table_node->get_cell_instance( in snmp_table_get_instance()90 …const struct snmp_table_node *table_node = (const struct snmp_table_node *)(const void *)instance-… in snmp_table_get_next_instance() local112 instance->get_value = table_node->get_value; in snmp_table_get_next_instance()113 instance->set_test = table_node->set_test; in snmp_table_get_next_instance()[all …]