Searched refs:tcplen (Results 1 – 1 of 1) sorted by relevance
| /lib/liblwip/src/core/ |
| D | tcp_in.c | 67 static u16_t tcplen; variable 163 tcplen = p->tot_len + ((flags & (TCP_FIN | TCP_SYN)) ? 1 : 0); in tcp_input() 295 ((pcb->refused_data != NULL) && (tcplen > 0))) { 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() 555 if ((tcplen > 0)) { in tcp_timewait_input() 679 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(), in tcp_process() 722 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(), in tcp_process() 927 if (tcplen == 0) { in tcp_receive() [all …]
|