Searched refs:mIfaceName (Results 1 – 1 of 1) sorted by relevance
213 private final String mIfaceName; field in DhcpClient247 cmdName = DhcpClient.class.getSimpleName() + "." + mIfaceName + "." + cmdName; in makeWakeupMessage()257 mIfaceName = iface; in DhcpClient()301 if (mIface == null) mIface = InterfaceParams.getByName(mIfaceName); in initInterface()303 Log.e(TAG, "Can't determine InterfaceParams for " + mIfaceName); in initInterface()339 SocketUtils.bindSocketToInterface(mUdpSock, mIfaceName); in initUdpSocket()1060 mMetricsLog.log(mIfaceName, new DhcpErrorEvent(errorCode)); in logError()1068 mMetricsLog.log(mIfaceName, event); in logState()