Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h262 u32_t ts_lastacksent; member
/external/syslinux/core/lwip/src/core/
Dtcp_out.c861 pcb->ts_lastacksent = pcb->rcv_nxt; in tcp_send_empty_ack()
1073 pcb->ts_lastacksent = pcb->rcv_nxt; in tcp_output_segment()
Dtcp_in.c1544 } else if (TCP_SEQ_BETWEEN(pcb->ts_lastacksent, seqno, seqno+tcplen)) { in tcp_parseopt()