Searched refs:TCP_TCPLEN (Results 1 – 4 of 4) sorted by relevance
1004 … ntohl(pcb->unacked->tcphdr->seqno) + TCP_TCPLEN(pcb->unacked): 0)); in tcp_receive()1010 TCP_TCPLEN(pcb->unacked), ackno)) { in tcp_receive()1014 TCP_TCPLEN(pcb->unacked))); in tcp_receive()1057 TCP_TCPLEN(pcb->unsent), pcb->snd_nxt)) { in tcp_receive()1060 TCP_TCPLEN(pcb->unsent))); in tcp_receive()1220 tcplen = TCP_TCPLEN(&inseg); in tcp_receive()1238 tcplen = TCP_TCPLEN(&inseg); in tcp_receive()1269 tcplen = TCP_TCPLEN(&inseg); in tcp_receive()1286 tcplen = TCP_TCPLEN(&inseg); in tcp_receive()1333 pcb->rcv_nxt += TCP_TCPLEN(cseg); in tcp_receive()[all …]
611 ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg))); in tcp_write()784 ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg), in tcp_enqueue_flags()994 snd_nxt = ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg); in tcp_output()999 if (TCP_TCPLEN(seg) > 0) { in tcp_output()
90 return TCP_TCPLEN(seg); in tcp_oos_seg_tcplen()112 len += TCP_TCPLEN(seg); in tcp_oos_tcplen()
184 #define TCP_TCPLEN(seg) ((seg)->len + ((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0)) macro