Searched refs:mIface (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java69 private String mIface; field in class:Nat464Xlat
141 mIface = CLAT_PREFIX + baseIface;
182 mIface = null;
237 if (lp == null || lp.getAllInterfaceNames().contains(mIface)) {
241 Slog.d(TAG, "clatd running, updating NAI for " + mIface);
243 if (Objects.equals(mIface, stacked.getInterfaceName())) {
252 stacked.setInterfaceName(mIface);
262 clatAddress.getAddress(), mIface);
295 if (!isStarting() || !up || !Objects.equals(mIface, iface)) {
306 mIface, mIfac
[all...]
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java104 private String mIface = ""; field in class:EthernetNetworkFactory
165 if (!mIface.equals(iface)) {
220 Log.e(TAG, "Interface unexpectedly changed from " + iface + " to " + mIface);
226 Log.e(TAG, "Error upping interface " + mIface + ": " + e);
242 if (!iface.equals(mIface))
256 Log.i(TAG, "Applying static IPv4 configuration to " + mIface + ": " + staticConfig);
257 InterfaceConfiguration config = mNMService.getInterfaceConfig(mIface);
259 mNMService.setInterfaceConfig(mIface, config);
331 Log.d(TAG, String.format("starting IpManager(%s): mNetworkInfo=%s", mIface,
344 linkProperties = config.getStaticIpConfiguration().toLinkProperties(mIface);
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackTest.java55 private String mIface = "test_p2p0"; field in class:SupplicantP2pIfaceCallbackTest
78 mDut = new SupplicantP2pIfaceCallbackSpy(mIface, mMonitor);
97 assertEquals(iface, mIface);
198 assertEquals(iface, mIface);
240 assertEquals(iface, mIface);
303 assertEquals(iface, mIface);
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java190 private NetworkInterface mIface; field in class:DhcpClient
273 mIface = NetworkInterface.getByName(mIfaceName);
274 mHwAddr = mIface.getHardwareAddress();
275 mInterfaceBroadcastAddr = new PacketSocketAddress(mIface.getIndex(),
296 PacketSocketAddress addr = new PacketSocketAddress((short) ETH_P_IP, mIface.getIndex());

Completed in 140 milliseconds