Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dneighbor.cpp17 static auto makeObjPath(std::string_view root, stdplus::InAnyAddr addr) in makeObjPath() function
29 Neighbor(bus, makeObjPath(objRoot, addr), parent, addr, lladdr, state) in Neighbor()
H A Dipaddress.cpp25 static auto makeObjPath(std::string_view root, stdplus::SubnetAny addr) in makeObjPath() function
52 IPAddress(bus, makeObjPath(objRoot, addr), parent, addr, origin) in IPAddress()
H A Dethernet_interface.cpp69 static std::string makeObjPath(std::string_view root, std::string_view intf) in makeObjPath() function
88 EthernetInterface(bus, manager, info, makeObjPath(objRoot, *info.intf.name), in EthernetInterface()