Searched refs:received (Results 1 – 17 of 17) sorted by relevance
| /components/net/lwip/lwip-1.4.1/test/unit/tcp/ |
| A D | tcp_helper.c | 179 u32_t i, received; in test_tcp_counters_check_rxdata() local 185 received = counters->recved_bytes; in test_tcp_counters_check_rxdata() 189 EXPECT_RET(data[i] == counters->expected_data[received]); in test_tcp_counters_check_rxdata() 190 received++; in test_tcp_counters_check_rxdata() 193 EXPECT(received == counters->recved_bytes + p->tot_len); in test_tcp_counters_check_rxdata()
|
| /components/net/lwip/lwip-2.1.2/test/unit/tcp/ |
| A D | tcp_helper.c | 195 u32_t i, received; in test_tcp_counters_check_rxdata() local 201 received = counters->recved_bytes; in test_tcp_counters_check_rxdata() 205 EXPECT_RET(data[i] == counters->expected_data[received]); in test_tcp_counters_check_rxdata() 206 received++; in test_tcp_counters_check_rxdata() 209 EXPECT(received == counters->recved_bytes + p->tot_len); in test_tcp_counters_check_rxdata()
|
| /components/net/lwip/lwip-2.0.3/test/unit/tcp/ |
| A D | tcp_helper.c | 190 u32_t i, received; in test_tcp_counters_check_rxdata() local 196 received = counters->recved_bytes; in test_tcp_counters_check_rxdata() 200 EXPECT_RET(data[i] == counters->expected_data[received]); in test_tcp_counters_check_rxdata() 201 received++; in test_tcp_counters_check_rxdata() 204 EXPECT(received == counters->recved_bytes + p->tot_len); in test_tcp_counters_check_rxdata()
|
| /components/net/netdev/src/ |
| A D | netdev.c | 1324 rt_uint32_t index, received, loss, max_time, min_time, avg_time; in netdev_cmd_ping() local 1364 max_time = avg_time = received = 0; in netdev_cmd_ping() 1397 received += 1; in netdev_cmd_ping() 1415 loss = (uint32_t)((1 - ((float)received) / index) * 100); in netdev_cmd_ping() 1416 avg_time = (uint32_t)(avg_time / received); in netdev_cmd_ping() 1431 rt_kprintf("%d packets transmitted, %d received, %d%% packet loss\n", index, received, loss); in netdev_cmd_ping() 1432 if (received > 0) in netdev_cmd_ping()
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 212 data has been successfully received by the other host and try again. 219 successfully been received (i.e., acknowledged) by the remote 245 Must be called when the application has received the data. The len 246 argument indicates the length of the received data. 252 received), lwIP will repeatedly poll the application by calling a 361 datagram is received.
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 233 data has been successfully received by the other host and try again. 240 successfully been received (i.e., acknowledged) by the remote 266 Must be called when the application has received the data. The len 267 argument indicates the length of the received data. 273 received), lwIP will repeatedly poll the application by calling a 371 datagram is received.
|
| A D | mqtt_client.txt | 116 /* Last fragment of payload received (or whole part if payload fits receive buffer
|
| A D | ppp.txt | 407 * Fonction to call for received data
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mqtt_client.txt | 116 /* Last fragment of payload received (or whole part if payload fits receive buffer
|
| A D | ppp.txt | 407 * Fonction to call for received data
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 15 * multiple fixes in IPv4 reassembly (leading to corrupted datagrams received) 146 * tcpi_in.c: fixed bug #49717 (window size in received SYN and SYN-ACK 1777 (recv() makes receive window update for data that wasn't received by 1875 * raw.c: Fixed bug #28506 (raw_bind should filter received packets) 1976 * sockets.c: Fixed bug #28062: Data received directly after accepting 2087 extended info about the currently received packet. 2315 * tcp_in.c: cope with SYN packets received during established states, 3143 sending our configured TCP_MSS instead of the one received). 3249 out of sequence processing of received packets 3784 too little time for ARP responses to be received). [all …]
|
| A D | UPGRADING | 215 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 153 ensure data before RST can be received 399 * tcpi_in.c: fixed bug #49717 (window size in received SYN and SYN-ACK 2030 (recv() makes receive window update for data that wasn't received by 2128 * raw.c: Fixed bug #28506 (raw_bind should filter received packets) 2229 * sockets.c: Fixed bug #28062: Data received directly after accepting 2340 extended info about the currently received packet. 2568 * tcp_in.c: cope with SYN packets received during established states, 3396 sending our configured TCP_MSS instead of the one received). 3502 out of sequence processing of received packets 4037 too little time for ARP responses to be received). [all …]
|
| A D | UPGRADING | 250 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 236 * udp.c: fixed bug #34072: UDP broadcast is received from wrong UDP pcb if 344 new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast 821 (recv() makes receive window update for data that wasn't received by 919 * raw.c: Fixed bug #28506 (raw_bind should filter received packets) 1020 * sockets.c: Fixed bug #28062: Data received directly after accepting 1131 extended info about the currently received packet. 1359 * tcp_in.c: cope with SYN packets received during established states, 2187 sending our configured TCP_MSS instead of the one received). 2293 out of sequence processing of received packets 2828 too little time for ARP responses to be received). [all …]
|
| A D | UPGRADING | 116 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
|
| /components/drivers/usb/cherryusb/ |
| A D | LICENSE | 63 on behalf of whom a Contribution has been received by Licensor and
|
Completed in 33 milliseconds