Searched refs:TCP_TCPLEN (Results 1 – 3 of 3) sorted by relevance
982 … ntohl(pcb->unacked->tcphdr->seqno) + TCP_TCPLEN(pcb->unacked): 0)); in tcp_receive()988 TCP_TCPLEN(pcb->unacked), ackno)) { in tcp_receive()992 TCP_TCPLEN(pcb->unacked))); in tcp_receive()1035 TCP_TCPLEN(pcb->unsent), pcb->snd_nxt)) { in tcp_receive()1038 TCP_TCPLEN(pcb->unsent))); in tcp_receive()1191 tcplen = TCP_TCPLEN(&inseg); in tcp_receive()1209 tcplen = TCP_TCPLEN(&inseg); in tcp_receive()1241 tcplen = TCP_TCPLEN(&inseg); in tcp_receive()1258 tcplen = TCP_TCPLEN(&inseg); in tcp_receive()1305 pcb->rcv_nxt += TCP_TCPLEN(cseg); in tcp_receive()[all …]
606 ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg))); in tcp_write()777 ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg), in tcp_enqueue_flags()984 snd_nxt = ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg); in tcp_output()989 if (TCP_TCPLEN(seg) > 0) { in tcp_output()
185 #define TCP_TCPLEN(seg) ((seg)->len + ((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0)) macro