Searched refs:ackno (Results 1 – 7 of 7) sorted by relevance
| /lib/liblwip/src/core/ |
| D | tcp_in.c | 65 static u32_t seqno, ackno; variable 159 ackno = tcphdr->ackno = ntohl(tcphdr->ackno); in tcp_input() 411 tcp_rst(ackno, seqno + tcplen, in tcp_input() 456 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), in tcp_listen_input() 545 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(), in tcp_timewait_input() 587 if (ackno == pcb->snd_nxt) { in tcp_process() 629 …EBUGF(TCP_INPUT_DEBUG, ("SYN-SENT: ackno %"U32_F" pcb->snd_nxt %"U32_F" unacked %"U32_F"\n", ackno, in tcp_process() 633 && ackno == ntohl(pcb->unacked->tcphdr->seqno) + 1) { in tcp_process() 637 pcb->lastack = ackno; in tcp_process() 679 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(), in tcp_process() [all …]
|
| D | tcp_out.c | 106 tcphdr->ackno = htonl(pcb->rcv_nxt); in tcp_output_alloc_header() 1060 seg->tcphdr->ackno = htonl(pcb->rcv_nxt); in tcp_output_segment() 1195 tcp_rst(u32_t seqno, u32_t ackno, in tcp_rst() argument 1213 tcphdr->ackno = htonl(ackno); in tcp_rst() 1228 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst()
|
| D | tcp.c | 359 u32_t seqno, ackno; in tcp_abandon() local 376 ackno = pcb->rcv_nxt; in tcp_abandon() 395 tcp_rst(seqno, ackno, &pcb->local_ip, &pcb->remote_ip, pcb->local_port, pcb->remote_port); in tcp_abandon() 1628 ntohl(tcphdr->ackno))); in tcp_debug_print()
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 43 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd() argument 79 tcphdr->ackno = htonl(ackno); in tcp_create_segment_wnd() 107 u32_t seqno, u32_t ackno, u8_t headerflags) in tcp_create_segment() argument 110 data_len, seqno, ackno, headerflags, TCP_WND); in tcp_create_segment()
|
| D | tcp_helper.h | 34 u32_t seqno, u32_t ackno, u8_t headerflags);
|
| /lib/liblwip/src/netif/ppp/ |
| D | vj.c | 290 if ((deltaL = ntohl(th->ackno) - ntohl(oth->ackno)) != 0) { in vj_compress_tcp() 517 tmp = ntohl(th->ackno) + i; in vj_uncompress_tcp() 518 th->ackno = htonl(tmp); in vj_uncompress_tcp() 541 DECODEL(th->ackno); in vj_uncompress_tcp()
|
| /lib/liblwip/src/include/lwip/ |
| D | tcp_impl.h | 163 PACK_STRUCT_FIELD(u32_t ackno); 444 void tcp_rst(u32_t seqno, u32_t ackno,
|