Searched refs:rcvWnd (Results 1 – 8 of 8) sorted by relevance
29 public final int rcvWnd; field in TcpRepairWindow37 final int rcvWnd, final int rcvWup, final int rcvWndScale) { in TcpRepairWindow() argument41 this.rcvWnd = rcvWnd; in TcpRepairWindow()
61 testInfo.rcvWnd = wnd; in testV4TcpKeepalivePacket()77 assertEquals(testInfo.rcvWnd, resultData.tcpWnd); in testV4TcpKeepalivePacket()134 testInfo.rcvWnd = wnd; in testParcel()148 assertEquals(resultData.rcvWnd, wnd); in testParcel()
72 tcpWnd = tcpDetails.rcvWnd; in TcpKeepalivePacketData()124 buf.putShort((short) (tcpDetails.rcvWnd >> tcpDetails.rcvWndScale)); // Window size in buildV4Packet()216 parcel.rcvWnd = tcpWnd; in toStableParcelable()
26 int rcvWnd;
9 int rcvWnd;
197 tcpDetails.rcvWnd = trw.rcvWnd; in switchToRepairMode()