Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dsystem_queries.hpp20 void setNICUp(std::string_view ifname, bool up);
H A Dsystem_queries.cpp104 void setNICUp(std::string_view ifname, bool up) in setNICUp() function
H A Dethernet_interface.cpp460 [ifname = interfaceName()]() { system::setNICUp(ifname, false); }); in nicEnabled()
869 system::setNICUp(interface, false); in macAddress()