Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h281 u8_t keep_cnt_sent; member
/lk-master/external/lib/lwip/core/
A Dtcp.c909 (pcb->keep_idle + pcb->keep_cnt_sent * TCP_KEEP_INTVL(pcb)) in tcp_slowtmr()
913 pcb->keep_cnt_sent++; in tcp_slowtmr()
1345 pcb->keep_cnt_sent = 0; in tcp_alloc()
A Dtcp_out.c1374 tcp_ticks, pcb->tmr, pcb->keep_cnt_sent)); in tcp_keepalive()
1431 tcp_ticks, pcb->tmr, pcb->keep_cnt_sent)); in tcp_zero_window_probe()
A Dtcp_in.c622 pcb->keep_cnt_sent = 0; in tcp_process()

Completed in 10 milliseconds