Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_tcp.c261 u32_t result_temp[LWIP_ARRAYSIZE(tcp_ConnTable_oid_ranges)]; in tcp_ConnTable_get_next_cell_instance_and_value() local
264 snmp_next_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()
380 u32_t result_temp[38]; in tcp_ConnectionTable_get_next_cell_instance_and_value() local
387 snmp_next_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(result_temp)); in tcp_ConnectionTable_get_next_cell_instance_and_value()
395 u32_t test_oid[LWIP_ARRAYSIZE(result_temp)]; in tcp_ConnectionTable_get_next_cell_instance_and_value()
475 u32_t result_temp[19]; in tcp_ListenerTable_get_next_cell_instance_and_value() local
480 snmp_next_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(result_temp)); in tcp_ListenerTable_get_next_cell_instance_and_value()
486 u32_t test_oid[LWIP_ARRAYSIZE(result_temp)]; in tcp_ListenerTable_get_next_cell_instance_and_value()
[all...]
H A Dsnmp_mib2_udp.c173 u32_t result_temp[39]; in udp_endpointTable_get_next_cell_instance_and_value() local
178 snmp_next_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(result_temp)); in udp_endpointTable_get_next_cell_instance_and_value()
183 u32_t test_oid[LWIP_ARRAYSIZE(result_temp)]; in udp_endpointTable_get_next_cell_instance_and_value()
283 u32_t result_temp[LWIP_ARRAYSIZE(udp_Table_oid_ranges)]; in udp_Table_get_next_cell_instance_and_value() local
286 snmp_next_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()
H A Dsnmp_mib2_ip.c281 u32_t result_temp[LWIP_ARRAYSIZE(ip_AddrTable_oid_ranges)]; in ip_AddrTable_get_next_cell_instance_and_value() local
284 snmp_next_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()
435 u32_t result_temp[LWIP_ARRAYSIZE(ip_RouteTable_oid_ranges)]; in ip_RouteTable_get_next_cell_instance_and_value() local
439 snmp_next_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(ip_RouteTable_oid_ranges)); in ip_RouteTable_get_next_cell_instance_and_value()
462 snmp_oid_to_ip4(&result_temp[0], &dst); in ip_RouteTable_get_next_cell_instance_and_value()
554 u32_t result_temp[LWIP_ARRAYSIZE(ip_NetToMediaTable_oid_ranges)]; in ip_NetToMediaTable_get_next_cell_instance_and_value() local
557 snmp_next_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(ip_NetToMediaTable_oid_ranges)); in ip_NetToMediaTable_get_next_cell_instance_and_value()
H A Dsnmp_mib2_interfaces.c128 u32_t result_temp[LWIP_ARRAYSIZE(interfaces_Table_oid_ranges)]; in interfaces_Table_get_next_cell_instance() local
133 snmp_next_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(interfaces_Table_oid_ranges)); in interfaces_Table_get_next_cell_instance()
H A Dsnmp_snmpv2_usm.c186 u32_t result_temp[LWIP_ARRAYSIZE(usmUserTable_oid_ranges)]; in usmusertable_get_next_instance() local
247 snmp_next_oid_init(&state, row_oid->id, row_oid->len, result_temp, LWIP_ARRAYSIZE(usmUserTable_oid_ranges)); in usmusertable_get_next_instance()

Completed in 5 milliseconds