| /components/net/lwip/lwip-2.1.2/test/unit/tcp/ |
| A D | test_tcp_oos.c | 183 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK); in START_TEST() 189 p_4_8 = tcp_create_rx_segment(pcb, &data[4], 8, 4, 0, TCP_ACK); in START_TEST() 192 p_4_10 = tcp_create_rx_segment(pcb, &data[4], 10, 4, 0, TCP_ACK); in START_TEST() 195 p_2_14 = tcp_create_rx_segment(pcb, &data[2], 14, 2, 0, TCP_ACK); in START_TEST() 320 p_1_2 = tcp_create_rx_segment(pcb, &data[1], 2, 1, 0, TCP_ACK); in START_TEST() 323 p_4_8 = tcp_create_rx_segment(pcb, &data[4], 8, 4, 0, TCP_ACK); in START_TEST() 326 p_3_11 = tcp_create_rx_segment(pcb, &data[3], 11, 3, 0, TCP_ACK); in START_TEST() 329 p_2_12 = tcp_create_rx_segment(pcb, &data[2], 12, 2, 0, TCP_ACK); in START_TEST() 332 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK); in START_TEST() 335 p_15_1 = tcp_create_rx_segment(pcb, &data[15], 1, 15, 0, TCP_ACK); in START_TEST() [all …]
|
| A D | test_tcp.c | 482 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 4, TCP_ACK); in START_TEST() 496 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 511 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 520 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 573 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 12, TCP_ACK); in START_TEST() 675 p = tcp_create_rx_segment(pcb, NULL, 0, 0, TCP_MSS, TCP_ACK); in START_TEST() 688 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 692 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 697 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 853 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in test_tcp_tx_full_window_lost() [all …]
|
| /components/net/lwip/lwip-1.4.1/test/unit/tcp/ |
| A D | test_tcp_oos.c | 172 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK); in START_TEST() 178 p_4_8 = tcp_create_rx_segment(pcb, &data[4], 8, 4, 0, TCP_ACK); in START_TEST() 181 p_4_10 = tcp_create_rx_segment(pcb, &data[4], 10, 4, 0, TCP_ACK); in START_TEST() 184 p_2_14 = tcp_create_rx_segment(pcb, &data[2], 14, 2, 0, TCP_ACK); in START_TEST() 313 p_1_2 = tcp_create_rx_segment(pcb, &data[1], 2, 1, 0, TCP_ACK); in START_TEST() 316 p_4_8 = tcp_create_rx_segment(pcb, &data[4], 8, 4, 0, TCP_ACK); in START_TEST() 319 p_3_11 = tcp_create_rx_segment(pcb, &data[3], 11, 3, 0, TCP_ACK); in START_TEST() 322 p_2_12 = tcp_create_rx_segment(pcb, &data[2], 12, 2, 0, TCP_ACK); in START_TEST() 325 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK); in START_TEST() 328 p_15_1 = tcp_create_rx_segment(pcb, &data[15], 1, 15, 0, TCP_ACK); in START_TEST() [all …]
|
| A D | test_tcp.c | 165 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 4, TCP_ACK); in START_TEST() 179 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 194 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 203 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 256 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 12, TCP_ACK); in START_TEST() 370 p = tcp_create_rx_segment(pcb, NULL, 0, 0, TCP_MSS, TCP_ACK); in START_TEST() 381 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 385 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 390 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 564 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in test_tcp_tx_full_window_lost() [all …]
|
| /components/net/lwip/lwip-2.0.3/test/unit/tcp/ |
| A D | test_tcp_oos.c | 178 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK); in START_TEST() 184 p_4_8 = tcp_create_rx_segment(pcb, &data[4], 8, 4, 0, TCP_ACK); in START_TEST() 187 p_4_10 = tcp_create_rx_segment(pcb, &data[4], 10, 4, 0, TCP_ACK); in START_TEST() 190 p_2_14 = tcp_create_rx_segment(pcb, &data[2], 14, 2, 0, TCP_ACK); in START_TEST() 321 p_1_2 = tcp_create_rx_segment(pcb, &data[1], 2, 1, 0, TCP_ACK); in START_TEST() 324 p_4_8 = tcp_create_rx_segment(pcb, &data[4], 8, 4, 0, TCP_ACK); in START_TEST() 327 p_3_11 = tcp_create_rx_segment(pcb, &data[3], 11, 3, 0, TCP_ACK); in START_TEST() 330 p_2_12 = tcp_create_rx_segment(pcb, &data[2], 12, 2, 0, TCP_ACK); in START_TEST() 333 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK); in START_TEST() 336 p_15_1 = tcp_create_rx_segment(pcb, &data[15], 1, 15, 0, TCP_ACK); in START_TEST() [all …]
|
| A D | test_tcp.c | 239 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 4, TCP_ACK); in START_TEST() 253 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 268 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 277 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 330 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 12, TCP_ACK); in START_TEST() 445 p = tcp_create_rx_segment(pcb, NULL, 0, 0, TCP_MSS, TCP_ACK); in START_TEST() 458 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 462 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 467 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in START_TEST() 640 p = tcp_create_rx_segment(pcb, NULL, 0, 0, 0, TCP_ACK); in test_tcp_tx_full_window_lost() [all …]
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp_in.c | 452 if (flags & TCP_ACK) { in tcp_listen_input() 509 rc = tcp_enqueue_flags(npcb, TCP_SYN | TCP_ACK); in tcp_listen_input() 632 if ((flags & TCP_ACK) && (flags & TCP_SYN) in tcp_process() 677 else if (flags & TCP_ACK) { in tcp_process() 684 if (flags & TCP_ACK) { in tcp_process() 742 if ((flags & TCP_ACK) && (ackno == pcb->snd_nxt)) { in tcp_process() 754 } else if ((flags & TCP_ACK) && (ackno == pcb->snd_nxt)) { in tcp_process() 771 if (flags & TCP_ACK && ackno == pcb->snd_nxt) { in tcp_process() 781 if (flags & TCP_ACK && ackno == pcb->snd_nxt) { in tcp_process() 866 if (flags & TCP_ACK) { in tcp_receive()
|
| A D | tcp_out.c | 107 TCPH_HDRLEN_FLAGS_SET(tcphdr, (5 + optlen / 4), TCP_ACK); in tcp_output_alloc_header() 989 TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); in tcp_output() 1214 TCPH_HDRLEN_FLAGS_SET(tcphdr, TCP_HLEN/4, TCP_RST | TCP_ACK); in tcp_rst() 1461 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
|
| A D | tcp.c | 1678 if (flags & TCP_ACK) { in tcp_debug_print_flags()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/prot/ |
| A D | tcp.h | 76 #define TCP_ACK 0x10U macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/prot/ |
| A D | tcp.h | 76 #define TCP_ACK 0x10U macro
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_in.c | 577 if (flags & TCP_ACK) { 643 rc = tcp_enqueue_flags(npcb, TCP_SYN | TCP_ACK); 776 if ((flags & TCP_ACK) && (flags & TCP_SYN) 827 else if (flags & TCP_ACK) { 841 if (flags & TCP_ACK) { 910 if ((flags & TCP_ACK) && (ackno == pcb->snd_nxt) && 923 } else if ((flags & TCP_ACK) && (ackno == pcb->snd_nxt) && 941 if ((flags & TCP_ACK) && ackno == pcb->snd_nxt && pcb->unsent == NULL) { 951 if ((flags & TCP_ACK) && ackno == pcb->snd_nxt && pcb->unsent == NULL) { 1034 if (flags & TCP_ACK) {
|
| A D | tcp_out.c | 121 TCPH_HDRLEN_FLAGS_SET(tcphdr, (5 + optlen / 4), TCP_ACK); in tcp_output_alloc_header() 1116 TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); in tcp_output() 1364 TCPH_HDRLEN_FLAGS_SET(tcphdr, TCP_HLEN/4, TCP_RST | TCP_ACK); in tcp_rst() 1629 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
|
| A D | tcp.c | 2103 if (flags & TCP_ACK) { in tcp_debug_print_flags()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_in.c | 645 if (flags & TCP_ACK) { 719 rc = tcp_enqueue_flags(npcb, TCP_SYN | TCP_ACK); 858 if ((flags & TCP_ACK) && (flags & TCP_SYN) 909 else if (flags & TCP_ACK) { 923 if (flags & TCP_ACK) { 991 if ((flags & TCP_ACK) && (ackno == pcb->snd_nxt) && 1004 } else if ((flags & TCP_ACK) && (ackno == pcb->snd_nxt) && 1022 if ((flags & TCP_ACK) && ackno == pcb->snd_nxt && pcb->unsent == NULL) { 1032 if ((flags & TCP_ACK) && ackno == pcb->snd_nxt && pcb->unsent == NULL) { 1150 if (flags & TCP_ACK) {
|
| A D | tcp_out.c | 1357 TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); in tcp_output() 1861 seqno_be, pcb->local_port, pcb->remote_port, TCP_ACK, in tcp_output_alloc_header() 2000 remote_port, TCP_RST | TCP_ACK, wnd); in tcp_rst() 2166 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
|
| A D | tcp.c | 2466 if (flags & TCP_ACK) { in tcp_debug_print_flags()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | vj.c | 167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | vj.c | 191 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | vj.c | 191 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp_impl.h | 106 #define TCP_ACK 0x10U macro
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1372 * tcp_out.c: set TCP_ACK flag on keepalive and zero window probes
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 2328 * tcp_out.c: set TCP_ACK flag on keepalive and zero window probes
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 2581 * tcp_out.c: set TCP_ACK flag on keepalive and zero window probes
|