Searched refs:TCP_KEEP_DUR (Results 1 – 1 of 1) sorted by relevance
130 #define TCP_KEEP_DUR(pcb) ((pcb)->keep_cnt * (pcb)->keep_intvl) macro133 #define TCP_KEEP_DUR(pcb) TCP_MAXIDLE macro1334 (pcb->keep_idle + TCP_KEEP_DUR(pcb)) / TCP_SLOW_INTERVAL) { in tcp_slowtmr()