Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dtcp.h383 u8_t keep_cnt_sent; member
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dtcp.c1345 (pcb->keep_idle + pcb->keep_cnt_sent * TCP_KEEP_INTVL(pcb)) in tcp_slowtmr()
1349 pcb->keep_cnt_sent++; in tcp_slowtmr()
H A Dtcp_out.c2158 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()
2203 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
H A Dtcp_in.c850 pcb->keep_cnt_sent = 0;