| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp_oos.c | 172 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK); in START_TEST() 175 p_8_9 = tcp_create_rx_segment(pcb, &data[8], 8, 8, 0, TCP_ACK|TCP_FIN); 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() 186 p_fin = tcp_create_rx_segment(pcb, NULL, 0,16, 0, TCP_ACK|TCP_FIN); 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() [all …]
|
| 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 …]
|
| /lib/liblwip/src/core/ |
| 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()
|
| 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() 1455 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
|
| D | tcp.c | 1678 if (flags & TCP_ACK) { in tcp_debug_print_flags()
|
| /lib/liblwip/src/netif/ppp/ |
| D | vj.c | 167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()
|
| /lib/liblwip/src/include/lwip/ |
| D | tcp_impl.h | 106 #define TCP_ACK 0x10U macro
|
| /lib/liblwip/ |
| D | CHANGELOG | 1382 * tcp_out.c: set TCP_ACK flag on keepalive and zero window probes
|