Home
last modified time | relevance | path

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

/external/lib/lwip/core/
A Dtcp_in.c1018 TCP_TCPLEN(pcb->unacked), ackno)) {
1022 TCP_TCPLEN(pcb->unacked)));
1068 TCP_TCPLEN(pcb->unsent)));
1228 tcplen = TCP_TCPLEN(&inseg);
1246 tcplen = TCP_TCPLEN(&inseg);
1277 tcplen = TCP_TCPLEN(&inseg);
1294 tcplen = TCP_TCPLEN(&inseg);
1341 pcb->rcv_nxt += TCP_TCPLEN(cseg);
1343 pcb->rcv_wnd >= TCP_TCPLEN(cseg));
1344 pcb->rcv_wnd -= TCP_TCPLEN(cseg);
[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()
/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 8 milliseconds