Searched refs:tcp_ConnTable_oid_ranges (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_mib2_tcp.c | 144 static const struct snmp_oid_range tcp_ConnTable_oid_ranges[] = { variable 206 …f (!snmp_oid_in_range(row_oid, row_oid_len, tcp_ConnTable_oid_ranges, LWIP_ARRAYSIZE(tcp_ConnTable… in tcp_ConnTable_get_cell_value() 254 u32_t result_temp[LWIP_ARRAYSIZE(tcp_ConnTable_oid_ranges)]; in tcp_ConnTable_get_next_cell_instance_and_value() 257 …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() 263 u32_t test_oid[LWIP_ARRAYSIZE(tcp_ConnTable_oid_ranges)]; in tcp_ConnTable_get_next_cell_instance_and_value() 282 snmp_next_oid_check(&state, test_oid, LWIP_ARRAYSIZE(tcp_ConnTable_oid_ranges), pcb); in tcp_ConnTable_get_next_cell_instance_and_value()
|
Completed in 3 milliseconds