Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp.c68 #define TCP_KEEP_INTVL(pcb) ((pcb)->keep_intvl) macro
71 #define TCP_KEEP_INTVL(pcb) TCP_KEEPINTVL_DEFAULT macro
909 (pcb->keep_idle + pcb->keep_cnt_sent * TCP_KEEP_INTVL(pcb)) in tcp_slowtmr()