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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.h63 #define TCP_OPTION_RCVD_WS 0x02 macro
H A DTcp4Option.c307 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_WS);
H A DTcp4Misc.c139 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_WS) &&
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.h52 #define TCP_OPTION_RCVD_WS 0x02 macro
H A DTcpOption.c302 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_WS);
H A DTcpMisc.c144 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_WS) && !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_WS)) {

Completed in 37 milliseconds