Home
last modified time | relevance | path

Searched refs:isLinkLocalIP (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp32 bool isLinkLocalIP(const std::string& ipaddress);
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp114 bool isLinkLocalIP(const std::string& address) in isLinkLocalIP() function
150 if (isLinkLocalIP(std::get<std::string>(variant))) in getIPObject()