Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DTcpKeepalivePacketDataTest.kt43 tcpWndScale: Int = 2,
47 tcpWnd, tcpWndScale, ipTos, ipTtl)
67 assertNotEquals(makeData(tcpWndScale = 3), makeData())
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DTcpKeepalivePacketData.java193 int tcpWndScale = in.readInt(); in readFromParcel() local
197 tcpAck, tcpWnd, tcpWndScale, ipTos, ipTtl); in readFromParcel()