/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
D | TcpOption.c | 288 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_MSS); in TcpParseOption() 302 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_WS); in TcpParseOption() 317 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_TS); in TcpParseOption()
|
D | TcpOutput.c | 343 TCP_SET_FLG (Seg->Flag, TCP_FLG_PSH); in TcpTransmitSegment() 348 TCP_SET_FLG (Seg->Flag, TCP_FLG_PSH); in TcpTransmitSegment() 359 TCP_SET_FLG (Seg->Flag, TCP_FLG_URG); in TcpTransmitSegment() 888 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_FIN_SENT); in TcpToSendData() 912 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_FIN_SENT); in TcpToSendData() 936 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RTT_ON); in TcpToSendData() 1136 TCP_SET_FLG (Nhead->Flag, TCP_FLG_ACK); in TcpSendReset() 1143 TCP_SET_FLG (Nhead->Flag, TCP_FLG_ACK); in TcpSendReset()
|
D | TcpInput.c | 517 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpDeliverData() 527 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpDeliverData() 629 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpQueueData() 979 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpInput() 1046 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpInput() 1338 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_FIN_ACKED); in TcpInput() 1444 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RCVD_URG); in TcpInput() 1479 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpInput()
|
D | TcpDispatcher.c | 580 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_KEEPALIVE); in TcpConfigurePcb() 723 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_NAGLE); in TcpConfigurePcb() 727 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_TS); in TcpConfigurePcb() 731 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_WS); in TcpConfigurePcb() 844 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_SND_PSH); in TcpDispatcher() 850 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_SND_URG); in TcpDispatcher()
|
D | TcpMisc.c | 150 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RCVD_WS); in TcpInitTcbPeer() 161 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_SND_TS); in TcpInitTcbPeer() 162 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RCVD_TS); in TcpInitTcbPeer()
|
D | TcpProto.h | 186 #define TCP_SET_FLG(Value, Flag) ((Value) |= (Flag)) macro
|
D | TcpTimer.c | 364 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_TIMER_ON); in TcpUpdateTimer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
D | Tcp4Option.c | 292 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_MSS); in TcpParseOption() 307 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_WS); in TcpParseOption() 323 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_TS); in TcpParseOption()
|
D | Tcp4Dispatcher.c | 430 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_KEEPALIVE); in Tcp4ConfigurePcb() 562 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_NAGLE); in Tcp4ConfigurePcb() 566 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_TS); in Tcp4ConfigurePcb() 570 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_NO_WS); in Tcp4ConfigurePcb() 670 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_SND_PSH); in Tcp4Dispatcher() 676 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_SND_URG); in Tcp4Dispatcher()
|
D | Tcp4Output.c | 348 TCP_SET_FLG (Seg->Flag, TCP_FLG_PSH); in TcpTransmitSegment() 354 TCP_SET_FLG (Seg->Flag, TCP_FLG_PSH); in TcpTransmitSegment() 366 TCP_SET_FLG (Seg->Flag, TCP_FLG_URG); in TcpTransmitSegment() 844 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_FIN_SENT); in TcpToSendData() 868 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_FIN_SENT); in TcpToSendData() 889 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RTT_ON); in TcpToSendData() 1085 TCP_SET_FLG (Nhead->Flag, TCP_FLG_ACK); in TcpSendReset() 1092 TCP_SET_FLG (Nhead->Flag, TCP_FLG_ACK); in TcpSendReset()
|
D | Tcp4Input.c | 485 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpDeliverData() 495 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpDeliverData() 597 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpQueueData() 903 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpInput() 960 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpInput() 1215 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_FIN_ACKED); in TcpInput() 1314 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RCVD_URG); in TcpInput() 1344 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_ACK_NOW); in TcpInput()
|
D | Tcp4Misc.c | 145 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RCVD_WS); in TcpInitTcbPeer() 157 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_SND_TS); in TcpInitTcbPeer() 158 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_RCVD_TS); in TcpInitTcbPeer()
|
D | Tcp4Proto.h | 318 #define TCP_SET_FLG(Value, Flag) ((Value) |= (Flag)) macro
|
D | Tcp4Timer.c | 318 TCP_SET_FLG (Tcb->CtrlFlag, TCP_CTRL_TIMER_ON); in TcpUpdateTimer()
|