Searched refs:endpointAddress (Results 1 – 1 of 1) sorted by relevance
4396 private void checkAndFixupArguments(@NonNull final InetAddress endpointAddress) { in checkAndFixupArguments() argument4397 final String endpointAddressString = endpointAddress.getHostAddress(); in checkAndFixupArguments()4427 final InetAddress endpointAddress = mDeps.resolve(mProfile.server); in bringup() local4431 checkAndFixupArguments(endpointAddress); in bringup()4523 if (endpointAddress instanceof Inet4Address) { in bringup()4525 new IpPrefix(endpointAddress, 32), null /*gateway*/, in bringup()4527 } else if (endpointAddress instanceof Inet6Address) { in bringup()4529 new IpPrefix(endpointAddress, 128), null /*gateway*/, in bringup()4533 + endpointAddress); in bringup()