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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.c154 TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_RCVD_WS))) {
H A DTcp4Proto.h76 #define TCP_CTRL_RCVD_WS 0x0008 ///< Received a wnd scale option in syn macro
H A DTcp4Misc.c145 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RCVD_WS);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.c153 TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_RCVD_WS))
H A DTcpProto.h69 #define TCP_CTRL_RCVD_WS 0x0008 ///< Received a wnd scale option in syn. macro
H A DTcpMisc.c149 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RCVD_WS);

Completed in 4297 milliseconds