Searched refs:KeepAlivePeriod (Results 1 – 6 of 6) sorted by relevance
124 Option->KeepAliveInterval = Tcb->KeepAlivePeriod / TCP_TICK_HZ; in Tcp4GetMode()445 Tcb->KeepAlivePeriod = TCP_KEEPALIVE_PERIOD; in Tcp4ConfigurePcb()546 Tcb->KeepAlivePeriod = TCP_COMP_VAL ( in Tcp4ConfigurePcb()
245 UINT32 KeepAlivePeriod; ///< Interval for subsequent keep alive probe member
442 TcpSetTimer (Tcb, TCP_TIMER_KEEPALIVE, Tcb->KeepAlivePeriod); in TcpSetKeepaliveTimer()
123 Option->KeepAliveInterval = Tcb->KeepAlivePeriod / TCP_TICK_HZ; in Tcp4GetMode()201 Option->KeepAliveInterval = Tcb->KeepAlivePeriod / TCP_TICK_HZ; in Tcp6GetMode()595 Tcb->KeepAlivePeriod = TCP_KEEPALIVE_PERIOD; in TcpConfigurePcb()707 Tcb->KeepAlivePeriod = TCP_COMP_VAL ( in TcpConfigurePcb()
322 UINT32 KeepAlivePeriod; ///< Interval for subsequent keep alive probe. member
484 TcpSetTimer (Tcb, TCP_TIMER_KEEPALIVE, Tcb->KeepAlivePeriod); in TcpSetKeepaliveTimer()