Searched refs:EthernetDevice (Results 1 – 3 of 3) sorted by relevance
33 const std::string EthernetDevice::interface = "eth0";35 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice() function in EthernetDevice42 void EthernetDevice::PreRecovery() { in PreRecovery()47 void EthernetDevice::PreFastboot() { in PreFastboot()58 int EthernetDevice::SetInterfaceFlags(const unsigned set, const unsigned clr) { in SetInterfaceFlags()83 void EthernetDevice::SetTitleIPv6LinkLocalAddress(const bool interface_up) { in SetTitleIPv6LinkLocalAddress()
22 return new EthernetDevice(new EthernetRecoveryUI); in make_device()
27 class EthernetDevice : public Device {29 explicit EthernetDevice(EthernetRecoveryUI* ui);