Searched refs:EthernetDevice (Results 1 – 1 of 1) sorted by relevance
32 class EthernetDevice : public Device { class34 explicit EthernetDevice(EthernetRecoveryUI* ui);47 const std::string EthernetDevice::interface = "eth0";49 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice() function in EthernetDevice56 void EthernetDevice::PreRecovery() { in PreRecovery()61 void EthernetDevice::PreFastboot() { in PreFastboot()72 int EthernetDevice::SetInterfaceFlags(const unsigned set, const unsigned clr) { in SetInterfaceFlags()97 void EthernetDevice::SetTitleIPv6LinkLocalAddress(const bool interface_up) { in SetTitleIPv6LinkLocalAddress()135 return new EthernetDevice(new EthernetRecoveryUI); in make_device()