Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_tcp.c151 static const struct snmp_oid_range tcp_ConnTable_oid_ranges[] = { variable
213 …f (!snmp_oid_in_range(row_oid, row_oid_len, tcp_ConnTable_oid_ranges, LWIP_ARRAYSIZE(tcp_ConnTable… in tcp_ConnTable_get_cell_value()
261 u32_t result_temp[LWIP_ARRAYSIZE(tcp_ConnTable_oid_ranges)]; in tcp_ConnTable_get_next_cell_instance_and_value()
264 …oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(tcp_ConnTable_oid_ranges)); in tcp_ConnTable_get_next_cell_instance_and_value()
270 u32_t test_oid[LWIP_ARRAYSIZE(tcp_ConnTable_oid_ranges)]; in tcp_ConnTable_get_next_cell_instance_and_value()
289 snmp_next_oid_check(&state, test_oid, LWIP_ARRAYSIZE(tcp_ConnTable_oid_ranges), pcb); in tcp_ConnTable_get_next_cell_instance_and_value()