Searched refs:mIface (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Nat464Xlat.java | 76 private String mIface; field in Nat464Xlat 107 return mIface != null; in isStarted() 114 mIface = null; in clear() 145 mIface = CLAT_PREFIX + mBaseIface; in start() 190 !mNetwork.linkProperties.getAllInterfaceNames().contains(mIface)) { in fixupLinkProperties() 191 Slog.d(TAG, "clatd running, updating NAI for " + mIface); in fixupLinkProperties() 193 if (mIface.equals(stacked.getInterfaceName())) { in fixupLinkProperties() 203 stacked.setInterfaceName(mIface); in makeLinkProperties() 213 clatAddress.getAddress(), mIface); in makeLinkProperties() 244 if (isStarted() && up && mIface.equals(iface)) { in interfaceLinkStateChanged() [all …]
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
D | EthernetNetworkFactory.java | 100 private static String mIface = ""; field in EthernetNetworkFactory 148 if (!mIface.equals(iface)) { in updateInterfaceState() 204 Log.e(TAG, "Interface unexpectedly changed from " + iface + " to " + mIface); in setInterfaceUp() 209 Log.e(TAG, "Error upping interface " + mIface + ": " + e); in setInterfaceUp() 225 if (!iface.equals(mIface)) in stopTrackingInterface() 248 Log.i(TAG, "Applying static IPv4 configuration to " + mIface + ": " + staticConfig); in setStaticIpAddress() 249 InterfaceConfiguration config = mNMService.getInterfaceConfig(mIface); in setStaticIpAddress() 251 mNMService.setInterfaceConfig(mIface, config); in setStaticIpAddress() 291 mIface, mNetworkInfo)); in onRequestNetwork() 303 linkProperties = config.getStaticIpConfiguration().toLinkProperties(mIface); in onRequestNetwork() [all …]
|
/frameworks/base/services/net/java/android/net/dhcp/ |
D | DhcpClient.java | 186 private NetworkInterface mIface; field in DhcpClient 265 mIface = NetworkInterface.getByName(mIfaceName); in initInterface() 266 mHwAddr = mIface.getHardwareAddress(); in initInterface() 267 mInterfaceBroadcastAddr = new PacketSocketAddress(mIface.getIndex(), in initInterface() 288 PacketSocketAddress addr = new PacketSocketAddress((short) ETH_P_IP, mIface.getIndex()); in initPacketSocket()
|