Searched refs:V4_SRC_ADDR (Results 1 – 1 of 1) sorted by relevance
114 private static final byte[] V4_SRC_ADDR = new byte[] { (byte) 192, 0, 0, (byte) 129 }; field in AutomaticOnOffKeepaliveTrackerTest436 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()