Home
last modified time | relevance | path

Searched refs:TCP_TCPLEN (Results 1 – 4 of 4) sorted by relevance

/lib/lwip/lwip/src/core/
A Dtcp_in.c1112 TCP_TCPLEN(seg_list), ackno)) {
1115 lwip_ntohl(seg_list->tcphdr->seqno) + TCP_TCPLEN(seg_list),
1286 … lwip_ntohl(pcb->unacked->tcphdr->seqno) + TCP_TCPLEN(pcb->unacked) : 0));
1469 tcplen = TCP_TCPLEN(&inseg);
1488 tcplen = TCP_TCPLEN(&inseg);
1520 tcplen = TCP_TCPLEN(&inseg);
1537 tcplen = TCP_TCPLEN(&inseg);
1584 pcb->rcv_nxt += TCP_TCPLEN(cseg);
1586 pcb->rcv_wnd >= TCP_TCPLEN(cseg));
1587 pcb->rcv_wnd -= TCP_TCPLEN(cseg);
[all …]
A Dtcp_out.c694 lwip_ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg))); in tcp_write()
1100 lwip_ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg), in tcp_enqueue_flags()
1369 snd_nxt = lwip_ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg); in tcp_output()
1374 if (TCP_TCPLEN(seg) > 0) { in tcp_output()
1667 pcb->rto_end = lwip_ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg); in tcp_rexmit_rto_prepare()
/lib/lwip/lwip/test/unit/tcp/
A Dtest_tcp_oos.c92 return TCP_TCPLEN(seg); in tcp_oos_seg_tcplen()
114 len += TCP_TCPLEN(seg); in tcp_oos_tcplen()
/lib/lwip/lwip/src/include/lwip/priv/
A Dtcp_priv.h152 #define TCP_TCPLEN(seg) ((seg)->len + (((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0) ? 1… macro

Completed in 20 milliseconds