Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dutil.hpp78 std::map<std::string, bool> parseLLDPConf();
H A Dutil.cpp231 std::map<std::string, bool> parseLLDPConf() in parseLLDPConf() function
H A Dethernet_interface.cpp105 auto lldpVal = parseLLDPConf(); in EthernetInterface()