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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Option.c 219 TcpPutUint32 (Data + 8, Tcb->TsRecent);
372 if (TCP_TIME_LT (TSVal, Tcb->TsRecent) &&
Tcp4Proto.h 217 UINT32 TsRecent; ///< TsRecent to echo to the remote peer
218 UINT32 TsRecentAge; ///< When this TsRecent is updated
Tcp4Misc.c 160 Tcb->TsRecent = Opt->TSVal;
Tcp4Input.c 1069 // update TsRecent as specified in page 16 RFC1323.
1076 Tcb->TsRecent = Option.TSVal;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOption.c 219 TcpPutUint32 (Data + 8, Tcb->TsRecent);
365 if (TCP_TIME_LT (TSVal, Tcb->TsRecent) &&
TcpProto.h 294 UINT32 TsRecent; ///< TsRecent to echo to the remote peer.
295 UINT32 TsRecentAge; ///< When this TsRecent is updated.
TcpMisc.c 164 Tcb->TsRecent = Opt->TSVal;
TcpInput.c 1176 // update TsRecent as specified in page 16 RFC1323.
1184 Tcb->TsRecent = Option.TSVal;
    [all...]

Completed in 59 milliseconds