Home
last modified time | relevance | path

Searched refs:TCP_CTRL_NO_TS (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpDispatcher.c126 Option->EnableTimeStamp = (BOOLEAN) (!TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_TS)); in Tcp4GetMode()
204 Option->EnableTimeStamp = (BOOLEAN) (!TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_TS)); in Tcp6GetMode()
727 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_TS); in TcpConfigurePcb()
DTcpOption.c127 if (!TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_TS) && in TcpSynBuildOption()
DTcpProto.h70 #define TCP_CTRL_NO_TS 0x0010 ///< Disable Timestamp option. macro
DTcpMisc.c159 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_TS) && !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_TS)) { in TcpInitTcbPeer()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Option.c129 if (!TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_TS) && in TcpSynBuildOption()
DTcp4Dispatcher.c127 Option->EnableTimeStamp = (BOOLEAN) (!TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_TS)); in Tcp4GetMode()
566 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_TS); in Tcp4ConfigurePcb()
DTcp4Proto.h77 #define TCP_CTRL_NO_TS 0x0010 ///< Disable Timestamp option macro
DTcp4Misc.c155 !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_TS)) { in TcpInitTcbPeer()