Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_mib2_udp.c217 static const struct snmp_oid_range udp_Table_oid_ranges[] = { variable
254 …if (!snmp_oid_in_range(row_oid, row_oid_len, udp_Table_oid_ranges, LWIP_ARRAYSIZE(udp_Table_oid_ra… in udp_Table_get_cell_value()
283 u32_t result_temp[LWIP_ARRAYSIZE(udp_Table_oid_ranges)]; in udp_Table_get_next_cell_instance_and_value()
286 …ext_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(udp_Table_oid_ranges)); in udp_Table_get_next_cell_instance_and_value()
291 u32_t test_oid[LWIP_ARRAYSIZE(udp_Table_oid_ranges)]; in udp_Table_get_next_cell_instance_and_value()
298 snmp_next_oid_check(&state, test_oid, LWIP_ARRAYSIZE(udp_Table_oid_ranges), pcb); in udp_Table_get_next_cell_instance_and_value()