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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Timer.c 215 Tcb->ProbeTimerOn = FALSE;
391 if (!Tcb->ProbeTimerOn) {
393 Tcb->ProbeTimerOn = TRUE;
Tcp4Proto.h 209 BOOLEAN ProbeTimerOn;///< If TRUE, the probe time is on.
Tcp4Input.c 931 if (Tcb->ProbeTimerOn && (Seg->Wnd != 0)) {
933 Tcb->ProbeTimerOn = FALSE;
    [all...]
Tcp4Misc.c 82 Tcb->ProbeTimerOn = FALSE;
Tcp4Output.c 270 if (!Tcb->ProbeTimerOn) {
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpTimer.c 258 Tcb->ProbeTimerOn = FALSE;
433 if (!Tcb->ProbeTimerOn) {
435 Tcb->ProbeTimerOn = TRUE;
TcpProto.h 286 BOOLEAN ProbeTimerOn;///< If TRUE, the probe time is on.
TcpInput.c 1012 if (Tcb->ProbeTimerOn && (Seg->Wnd != 0)) {
1014 Tcb->ProbeTimerOn = FALSE;
    [all...]
TcpMisc.c 90 Tcb->ProbeTimerOn = FALSE;
TcpOutput.c 264 if (!Tcb->ProbeTimerOn) {

Completed in 81 milliseconds