Home
last modified time | relevance | path

Searched refs:tcpWindow (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DTcpKeepalivePacketData.java51 public final int tcpWindow; field in TcpKeepalivePacketData
72 int tcpSeq, int tcpAck, int tcpWindow, int tcpWindowScale, int ipTos, int ipTtl) in TcpKeepalivePacketData() argument
77 this.tcpWindow = tcpWindow; in TcpKeepalivePacketData()
107 return tcpWindow; in getTcpWindow()
145 && this.tcpWindow == other.tcpWindow in equals()
154 tcpAck, tcpSeq, tcpWindow, tcpWindowScale, ipTos, ipTtl); in hashCode()
178 out.writeInt(tcpWindow); in writeToParcel()
225 + " window: " + tcpWindow in toString()
/packages/modules/Connectivity/tests/unit/java/android/net/
DKeepalivePacketDataUtilTest.java96 assertEquals(testInfo.rcvWnd, resultData.tcpWindow); in testFromTcpKeepaliveStableParcelable()