Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTrackerTest.java114 private static final byte[] V4_SRC_ADDR = new byte[] { (byte) 192, 0, 0, (byte) 129 }; field in AutomaticOnOffKeepaliveTrackerTest
436 final InetAddress srcAddress = InetAddress.getByAddress(V4_SRC_ADDR); in doStartNattKeepalive()
615 doReturn(InetAddress.getByAddress(V4_SRC_ADDR)).when(mNai).getClatv4SrcAddress(); in setupTestNaiForClat()
650 final InetAddress srcAddr = InetAddress.getByAddress(V4_SRC_ADDR); in testStartTcpKeepalive_addressTranslationOnClat()
962 doStartTcpKeepalive(InetAddress.getByAddress(V4_SRC_ADDR)); in testStartTcpKeepalive_fdInitiatedStop()