Home
last modified time | relevance | path

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

/external/lib/lwip/core/
A Dtcp_in.c67 static u16_t tcplen; variable
411 tcp_rst(ackno, seqno + tcplen, in tcp_input()
555 if ((tcplen > 0)) { in tcp_timewait_input()
935 if (tcplen == 0) {
1228 tcplen = TCP_TCPLEN(&inseg);
1230 if (tcplen > pcb->rcv_wnd) {
1246 tcplen = TCP_TCPLEN(&inseg);
1286 TCP_SEQ_GT(seqno + tcplen,
1294 tcplen = TCP_TCPLEN(&inseg);
1303 pcb->rcv_nxt = seqno + tcplen;
[all …]

Completed in 4 milliseconds