Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dethernet_device.cpp33 const std::string EthernetDevice::interface = "eth0"; member in EthernetDevice
66 strncpy(ifr.ifr_name, interface.c_str(), IFNAMSIZ); in SetInterfaceFlags()
99 if (ifa->ifa_addr->sa_family != AF_INET6 || interface != ifa->ifa_name) { in SetTitleIPv6LinkLocalAddress()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dethernet_device.h39 static const std::string interface; variable
/bootable/recovery/edify/
Dexpr.cpp424 State::State(const std::string& script, UpdaterInterface* interface) in State() argument
425 : script(script), updater(interface), error_code(kNoError), cause_code(kNoCause) {} in State()