Home | History | Annotate | Download | only in connectivity

Lines Matching defs:mIface

66     //  - Running: start() called, and interfaceLinkStateChanged() told us that mIface is up.
69 // Once mIface is non-null and isStarted() is true, methods called by ConnectivityService on
73 private String mIface;
104 return mIface != null;
111 mIface = null;
142 mIface = CLAT_PREFIX + mBaseIface;
187 !mNetwork.linkProperties.getAllInterfaceNames().contains(mIface)) {
188 Slog.d(TAG, "clatd running, updating NAI for " + mIface);
190 if (mIface.equals(stacked.getInterfaceName())) {
200 stacked.setInterfaceName(mIface);
210 clatAddress.getAddress(), mIface);
241 if (isStarted() && up && mIface.equals(iface)) {
253 Slog.i(TAG, "Adding stacked link " + mIface + " on top of " + mBaseIface);
261 if (isStarted() && mIface.equals(iface)) {
280 lp.removeStackedLink(mIface);