Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.hpp147 std::unordered_map<unsigned, AllIntfInfo> intfInfo;
161 void createInterface(const AllIntfInfo& info, bool enabled);
H A Dethernet_interface.hpp90 const AllIntfInfo& info, std::string_view objRoot,
278 const AllIntfInfo& info, std::string&& objPath,
H A Dtypes.hpp98 struct AllIntfInfo struct
H A Dnetwork_manager.cpp160 void Manager::createInterface(const AllIntfInfo& info, bool enabled) in createInterface()
236 infoIt = std::get<0>(intfInfo.emplace(info.idx, AllIntfInfo{info})); in addInterface()
H A Dethernet_interface.cpp86 stdplus::PinnedRef<Manager> manager, const AllIntfInfo& info, in EthernetInterface()
94 stdplus::PinnedRef<Manager> manager, const AllIntfInfo& info, in EthernetInterface()
665 auto info = AllIntfInfo{InterfaceInfo{ in createVLAN()
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp45 AllIntfInfo info{InterfaceInfo{ in makeInterface()
84 AllIntfInfo info{InterfaceInfo{ in TEST_F()