Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
H A Dtcp_in.c82 static u16_t tcplen; variable
238 tcplen = p->tot_len;
240 tcplen++;
241 if (tcplen < p->tot_len) {
441 ((pcb->refused_data != NULL) && (tcplen > 0))) {
596 tcp_rst(NULL, ackno, seqno + tcplen, ip_current_dest_addr(),
669 tcp_rst((const struct tcp_pcb *)pcb, ackno, seqno + tcplen, ip_current_dest_addr(),
785 tcp_rst(pcb, ackno, seqno + tcplen, ip_current_dest_addr(),
795 if ((tcplen > 0)) {
946 tcp_rst(pcb, ackno, seqno + tcplen, ip_current_dest_add
[all...]

Completed in 2 milliseconds