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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.h39 #define TCP_OPTION_WS_LEN 3 ///< Length of window scale option macro
55 (TCP_OPTION_WS_LEN << 8))
H A DTcp4Option.c300 if ((Len != TCP_OPTION_WS_LEN) ||
301 (TotalLen - Cur < TCP_OPTION_WS_LEN)) {
309 Cur += TCP_OPTION_WS_LEN;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.h28 #define TCP_OPTION_WS_LEN 3 ///< Length of window scale option macro
44 (TCP_OPTION_WS_LEN << 8))
H A DTcpOption.c296 if ((Len != TCP_OPTION_WS_LEN) || (TotalLen - Cur < TCP_OPTION_WS_LEN)) {
304 Cur += TCP_OPTION_WS_LEN;

Completed in 149 milliseconds