Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Option.h24 UINT8 WndScale; ///< The WndScale received member
DTcp4Option.c306 Option->WndScale = (UINT8) MIN (14, Head[Cur + 2]); in TcpParseOption()
DTcp4Misc.c142 Tcb->SndWndScale = Opt->WndScale; in TcpInitTcbPeer()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpOption.h63 UINT8 WndScale; ///< The WndScale received member
DTcpOption.c301 Option->WndScale = (UINT8) MIN (14, Head[Cur + 2]); in TcpParseOption()
DTcpMisc.c147 Tcb->SndWndScale = Opt->WndScale; in TcpInitTcbPeer()