Searched refs:AllIntfInfo (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | network_manager.hpp | 147 std::unordered_map<unsigned, AllIntfInfo> intfInfo; 161 void createInterface(const AllIntfInfo& info, bool enabled);
|
H A D | ethernet_interface.hpp | 90 const AllIntfInfo& info, std::string_view objRoot, 278 const AllIntfInfo& info, std::string&& objPath,
|
H A D | types.hpp | 98 struct AllIntfInfo struct
|
H A D | network_manager.cpp | 160 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 D | ethernet_interface.cpp | 86 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 D | test_ethernet_interface.cpp | 45 AllIntfInfo info{InterfaceInfo{ in makeInterface() 84 AllIntfInfo info{InterfaceInfo{ in TEST_F()
|