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

/external/syslinux/core/lwip/src/core/
H A Dtcp_in.c67 static u16_t tcplen; variable
175 tcplen = p->tot_len + ((flags & (TCP_FIN | TCP_SYN)) ? 1 : 0);
307 } else if ((err == ERR_ABRT) || (tcplen > 0)) {
418 tcp_rst(ackno, seqno + tcplen,
453 tcp_rst(ackno + 1, seqno + tcplen,
542 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(),
552 if ((tcplen > 0)) {
676 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(),
719 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(),
906 if (tcplen
[all...]
/external/c-ares/
H A Dares_private.h197 int tcplen; member in struct:query

Completed in 138 milliseconds