Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp_in.c1010 TCP_TCPLEN(pcb->unacked), ackno)) { in tcp_receive()
1014 TCP_TCPLEN(pcb->unacked))); 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()
1335 pcb->rcv_wnd >= TCP_TCPLEN(cseg)); in tcp_receive()
1336 pcb->rcv_wnd -= TCP_TCPLEN(cseg); in tcp_receive()
[all …]
A Dtcp_out.c611 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()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp_impl.h184 #define TCP_TCPLEN(seg) ((seg)->len + ((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0)) macro

Completed in 9 milliseconds