Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Dispatcher.c124 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()
DTcp4Proto.h245 UINT32 KeepAlivePeriod; ///< Interval for subsequent keep alive probe member
DTcp4Timer.c442 TcpSetTimer (Tcb, TCP_TIMER_KEEPALIVE, Tcb->KeepAlivePeriod); in TcpSetKeepaliveTimer()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpDispatcher.c123 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()
DTcpProto.h322 UINT32 KeepAlivePeriod; ///< Interval for subsequent keep alive probe. member
DTcpTimer.c484 TcpSetTimer (Tcb, TCP_TIMER_KEEPALIVE, Tcb->KeepAlivePeriod); in TcpSetKeepaliveTimer()