Searched refs:networkRoot (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | dcmihandler.hpp | 31 static constexpr auto networkRoot = "/xyz/openbmc_project/network"; variable
|
H A D | dcmihandler.cpp | 271 ctx, ethernetIntf, networkRoot, ethdevice, ethernetObj); in getDHCPEnabled() 297 if (ipmi::getAllDbusObjects(ctx, networkRoot, dhcpIntf, objectTree)) in getDHCPOption() 326 if (ipmi::getAllDbusObjects(ctx, networkRoot, dhcpIntf, objectTree)) in setDHCPOption()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 65 static constexpr auto networkRoot = "/xyz/openbmc_project/network"; variable 1204 getDbusObject(*dbus, networkIPIntf, networkRoot, ethIP); in isDHCPEnabled() 1240 getDbusObject(*dbus, networkIPIntf, networkRoot, ethIP); in isDHCPIPv6Enabled()
|