Home | History | Annotate | Download | only in connectivity

Lines Matching refs:mIfaceName

780         String mIfaceName;
787 mIfaceName = name;
805 res += mIfaceName + " - ";
959 mNMService.tetherInterface(mIfaceName);
967 if (DBG) Log.d(TAG, "Tethered " + mIfaceName);
986 mNMService.stopInterfaceForwarding(mIfaceName, mMyUpstreamIfaceName);
992 mNMService.disableNat(mIfaceName, mMyUpstreamIfaceName);
1011 mNMService.untetherInterface(mIfaceName);
1030 if (DBG) Log.d(TAG, "Untethered " + mIfaceName);
1043 mNMService.enableNat(mIfaceName, newUpstreamIfaceName);
1044 mNMService.startInterfaceForwarding(mIfaceName,
1049 mNMService.disableNat(mIfaceName, newUpstreamIfaceName);
1052 mNMService.untetherInterface(mIfaceName);
1073 mNMService.untetherInterface(mIfaceName);
1084 if (DBG) Log.d(TAG, "Tether lost upstream connection " + mIfaceName);