Searched refs:TsRecent (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.c219 TcpPutUint32 (Data + 8, Tcb->TsRecent);
372 if (TCP_TIME_LT (TSVal, Tcb->TsRecent) &&
H A DTcp4Proto.h217 UINT32 TsRecent; ///< TsRecent to echo to the remote peer member in struct:_TCP_CB
218 UINT32 TsRecentAge; ///< When this TsRecent is updated
H A DTcp4Input.c1069 // update TsRecent as specified in page 16 RFC1323.
1076 Tcb->TsRecent = Option.TSVal;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.c219 TcpPutUint32 (Data + 8, Tcb->TsRecent);
365 if (TCP_TIME_LT (TSVal, Tcb->TsRecent) &&
H A DTcpProto.h294 UINT32 TsRecent; ///< TsRecent to echo to the remote peer. member in struct:_TCP_CONTROL_BLOCK
295 UINT32 TsRecentAge; ///< When this TsRecent is updated.
H A DTcpInput.c1175 // update TsRecent as specified in page 16 RFC1323.
1181 Tcb->TsRecent = Option.TSVal;

Completed in 122 milliseconds