Searched refs:TCP_OPTION_TS_LEN (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.h40 #define TCP_OPTION_TS_LEN 10 ///< Length of timestamp option macro
51 (TCP_OPTION_TS_LEN))
H A DTcp4Option.c315 if ((Len != TCP_OPTION_TS_LEN) ||
316 (TotalLen - Cur < TCP_OPTION_TS_LEN)) {
325 Cur += TCP_OPTION_TS_LEN;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.h29 #define TCP_OPTION_TS_LEN 10 ///< Length of timestamp option macro
40 (TCP_OPTION_TS_LEN))
H A DTcpOption.c310 if ((Len != TCP_OPTION_TS_LEN) || (TotalLen - Cur < TCP_OPTION_TS_LEN)) {
319 Cur += TCP_OPTION_TS_LEN;

Completed in 32 milliseconds