Searched refs:result_temp (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
D | snmp_mib2_tcp.c | 261 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_oi… 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()
|
D | snmp_mib2_udp.c | 173 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_ra… in udp_Table_get_next_cell_instance_and_value()
|
D | snmp_mib2_ip.c | 281 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… 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_oi… 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_NetToMediaTab… in ip_NetToMediaTable_get_next_cell_instance_and_value()
|
D | snmp_mib2_interfaces.c | 128 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… in interfaces_Table_get_next_cell_instance()
|
D | snmp_snmpv2_usm.c | 186 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… in usmusertable_get_next_instance()
|