Home
last modified time | relevance | path

Searched refs:Wnd (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpOutput.c119 UINT32 Wnd; in TcpComputeWnd() local
126 Wnd = GET_RCV_BUFFSIZE (Tcb->Sk); in TcpComputeWnd()
129 Wnd = TcpRcvWinNow (Tcb); in TcpComputeWnd()
131 Tcb->RcvWnd = Wnd; in TcpComputeWnd()
134 Wnd = MIN (Wnd >> Tcb->RcvWndScale, 0xffff); in TcpComputeWnd()
135 return NTOHS ((UINT16) Wnd); in TcpComputeWnd()
330 Head->Wnd = TcpComputeWnd (Tcb, Syn); in TcpTransmitSegment()
383 Tcb->RcvWnd = NTOHS (Head->Wnd); in TcpTransmitSegment()
1150 Nhead->Wnd = HTONS (0xFFFF); in TcpSendReset()
DTcpMisc.c113 Tcb->SndWnd = Seg->Wnd; in TcpInitTcbPeer()
708 Seg->Wnd = (NTOHS (Head->Wnd) << Tcb->SndWndScale); in TcpFormatNetbuf()
718 Seg->Wnd = NTOHS (Head->Wnd); in TcpFormatNetbuf()
960 Nhead->Wnd = HTONS (0xFFFF); in TcpResetConnection()
DTcpInput.c1019 if (Tcb->ProbeTimerOn && (Seg->Wnd != 0)) { in TcpInput()
1127 Tcb->SndWnd = Seg->Wnd; in TcpInput()
1218 (Seg->Wnd == Tcb->SndWnd) && in TcpInput()
1276 Right = Seg->Ack + Seg->Wnd; in TcpInput()
1320 Tcb->SndWnd = Seg->Wnd; in TcpInput()
DTcpProto.h225 UINT32 Wnd; ///< TCP window size field. member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Output.c122 UINT32 Wnd; in TcpComputeWnd() local
129 Wnd = GET_RCV_BUFFSIZE (Tcb->Sk); in TcpComputeWnd()
132 Wnd = TcpRcvWinNow (Tcb); in TcpComputeWnd()
134 Tcb->RcvWnd = Wnd; in TcpComputeWnd()
137 Wnd = MIN (Wnd >> Tcb->RcvWndScale, 0xffff); in TcpComputeWnd()
138 return NTOHS ((UINT16) Wnd); in TcpComputeWnd()
336 Head->Wnd = TcpComputeWnd (Tcb, Syn); in TcpTransmitSegment()
390 Tcb->RcvWnd = NTOHS (Head->Wnd); in TcpTransmitSegment()
1099 Nhead->Wnd = HTONS (0xFFFF); in TcpSendReset()
DTcp4Misc.c107 Tcb->SndWnd = Seg->Wnd; in TcpInitTcbPeer()
601 Seg->Wnd = (NTOHS (Head->Wnd) << Tcb->SndWndScale); in TcpFormatNetbuf()
611 Seg->Wnd = NTOHS (Head->Wnd); in TcpFormatNetbuf()
661 Nhead->Wnd = HTONS (0xFFFF); in TcpResetConnection()
DTcp4Input.c937 if (Tcb->ProbeTimerOn && (Seg->Wnd != 0)) { in TcpInput()
1031 Tcb->SndWnd = Seg->Wnd; in TcpInput()
1109 (Seg->Wnd == Tcb->SndWnd) && in TcpInput()
1163 Right = Seg->Ack + Seg->Wnd; in TcpInput()
1201 Tcb->SndWnd = Seg->Wnd; in TcpInput()
DTcp4Proto.h150 UINT32 Wnd; ///< TCP window size field member
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DNetLib.h205 UINT16 Wnd; member