Searched refs:next_col_def (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/lwip2/src/apps/snmp/
H A Dsnmp_table.c119 const struct snmp_table_col_def* next_col_def = NULL; local
124 next_col_def = col_def;
126 } else if ((col_def->index > column) && ((next_col_def == NULL) || (col_def->index < next_col_def->index))) {
127 next_col_def = col_def;
132 if (next_col_def == NULL) {
137 instance->asn1_type = next_col_def->asn1_type;
138 instance->access = next_col_def->access;
141 &next_col_def->index,
146 col_def = next_col_def;
254 const struct snmp_table_simple_col_def* next_col_def = NULL; local
[all...]

Completed in 29 milliseconds