Searched refs:mInterfaceCtrl (Results 1 – 2 of 2) sorted by relevance
261 private final InterfaceController mInterfaceCtrl; field in IpServer336 mInterfaceCtrl = new InterfaceController(ifaceName, mNetd, mLog); in IpServer()660 mInterfaceCtrl.clearIPv4Address(); in stopIPv4()699 if (!mInterfaceCtrl.setInterfaceConfiguration(mIpv4Address, setIfaceUp)) { in configureIPv4()934 if (!mInterfaceCtrl.removeAddress(dns, RFC7421_PREFIX_LENGTH)) { in configureLocalIPv6Dns()950 if (!mInterfaceCtrl.addAddress(dns, RFC7421_PREFIX_LENGTH)) { in configureLocalIPv6Dns()1293 if (!mInterfaceCtrl.addAddress(srvAddr, currentPrefix.getPrefixLength())) { in handleNewPrefixRequest()
711 private final InterfaceController mInterfaceCtrl; field in IpClient965 mInterfaceCtrl = new InterfaceController(mInterfaceName, mNetd, mLog); in IpClient()1779 mInterfaceCtrl.disableIPv6(); in compareProvisioning()2314 mInterfaceCtrl.clearIPv4Address(); in handleIPv4Failure()2356 if (mInterfaceCtrl.setIPv4Address(mConfiguration.mStaticIpConfig.getIpAddress())) { in startIPv4()2389 return mInterfaceCtrl.setIPv6PrivacyExtensions(true) in startIPv6()2390 && mInterfaceCtrl.setIPv6AddrGenModeIfSupported(mConfiguration.mIPv6AddrGenMode) in startIPv6()2391 && mInterfaceCtrl.enableIPv6(); in startIPv6()2408 if (!mInterfaceCtrl.addAddress(addr)) return false; in applyInitialConfig()2456 mInterfaceCtrl.disableIPv6(); in stopAllIP()[all …]