Home
last modified time | relevance | path

Searched refs:EthernetDevice (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/recovery_ui/
Dethernet_device.cpp32 class EthernetDevice : public Device { class
34 explicit EthernetDevice(EthernetRecoveryUI* ui);
47 const std::string EthernetDevice::interface = "eth0";
49 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice() function in EthernetDevice
56 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()