Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_table.c49 …const struct snmp_table_node *table_node = (const struct snmp_table_node *)(const void *)instance-… in snmp_table_get_instance() local
58 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() local
112 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 …]