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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.h24 UINT8 WndScale; ///< The WndScale received member in struct:_TCP_OPTION
H A DTcp4Option.c306 Option->WndScale = (UINT8) MIN (14, Head[Cur + 2]);
H A DTcp4Misc.c142 Tcb->SndWndScale = Opt->WndScale;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.h63 UINT8 WndScale; ///< The WndScale received member in struct:_TCP_OPTION
H A DTcpOption.c301 Option->WndScale = (UINT8) MIN (14, Head[Cur + 2]);
H A DTcpMisc.c146 Tcb->SndWndScale = Opt->WndScale;

Completed in 36 milliseconds