HomeSort by relevance Sort by last modified time
    Searched refs:KeepAlivePeriod (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Dispatcher.c 124 Option->KeepAliveInterval = Tcb->KeepAlivePeriod / TCP_TICK_HZ;
445 Tcb->KeepAlivePeriod = TCP_KEEPALIVE_PERIOD;
546 Tcb->KeepAlivePeriod = TCP_COMP_VAL (
Tcp4Proto.h 245 UINT32 KeepAlivePeriod; ///< Interval for subsequent keep alive probe
Tcp4Timer.c 442 TcpSetTimer (Tcb, TCP_TIMER_KEEPALIVE, Tcb->KeepAlivePeriod);
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDispatcher.c 123 Option->KeepAliveInterval = Tcb->KeepAlivePeriod / TCP_TICK_HZ;
201 Option->KeepAliveInterval = Tcb->KeepAlivePeriod / TCP_TICK_HZ;
595 Tcb->KeepAlivePeriod = TCP_KEEPALIVE_PERIOD;
707 Tcb->KeepAlivePeriod = TCP_COMP_VAL (
TcpProto.h 322 UINT32 KeepAlivePeriod; ///< Interval for subsequent keep alive probe.
TcpTimer.c 484 TcpSetTimer (Tcb, TCP_TIMER_KEEPALIVE, Tcb->KeepAlivePeriod);

Completed in 47 milliseconds