Searched refs:ip_AddrTable_oid_ranges (Results 1 – 1 of 1) sorted by relevance
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_mib2_ip.c | 202 static const struct snmp_oid_range ip_AddrTable_oid_ranges[] = { variable 257 …if (!snmp_oid_in_range(row_oid, row_oid_len, ip_AddrTable_oid_ranges, LWIP_ARRAYSIZE(ip_AddrTable_… in ip_AddrTable_get_cell_value() 281 u32_t result_temp[LWIP_ARRAYSIZE(ip_AddrTable_oid_ranges)]; in ip_AddrTable_get_next_cell_instance_and_value() 284 …_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(ip_AddrTable_oid_ranges)); in ip_AddrTable_get_next_cell_instance_and_value() 288 u32_t test_oid[LWIP_ARRAYSIZE(ip_AddrTable_oid_ranges)]; in ip_AddrTable_get_next_cell_instance_and_value() 292 snmp_next_oid_check(&state, test_oid, LWIP_ARRAYSIZE(ip_AddrTable_oid_ranges), netif); in ip_AddrTable_get_next_cell_instance_and_value()
|