Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcp.h383 u8_t keep_cnt_sent; member
/third_party/lwip/src/core/
Dtcp.c1342 (pcb->keep_idle + pcb->keep_cnt_sent * TCP_KEEP_INTVL(pcb)) in tcp_slowtmr()
1346 pcb->keep_cnt_sent++; in tcp_slowtmr()
Dtcp_out.c2092 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()
2137 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
Dtcp_in.c847 pcb->keep_cnt_sent = 0;