Home | History | Annotate | Download | only in net

Lines Matching refs:mIface

59     private static String mIface = "";
78 if (mIface.equals(iface)) {
116 if(!mIface.isEmpty())
118 mIface = iface;
135 NetworkUtils.stopDhcp(mIface);
150 service.clearInterfaceAddresses(mIface);
157 if (!iface.equals(mIface))
162 mIface = "";
169 if (!NetworkUtils.runDhcp(mIface, dhcpResults)) {
222 mIface = iface;
234 NetworkUtils.stopDhcp(mIface);
257 NetworkUtils.stopDhcp(mIface);