Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dip_utils.hpp11 namespace ip_util namespace
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dip_utils_test.cpp9 namespace redfish::ip_util namespace
/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp557 if (!ip_util::ipv4VerifyIpAndGetBitcount(address)) in handleHypervisorIPv4StaticPatch()
564 if (!ip_util::ipv4VerifyIpAndGetBitcount(subnetMask, &prefixLength)) in handleHypervisorIPv4StaticPatch()
571 if (!ip_util::ipv4VerifyIpAndGetBitcount(gateway)) in handleHypervisorIPv4StaticPatch()
H A Dethernet.hpp1570 if (!ip_util::ipv4VerifyIpAndGetBitcount(*address)) in handleIPv4StaticPatch()
1591 if (!ip_util::ipv4VerifyIpAndGetBitcount(*subnetMask, in handleIPv4StaticPatch()
1602 if (!ip_util::ipv4VerifyIpAndGetBitcount(nicIpEntry->netmask, in handleIPv4StaticPatch()
1620 if (!ip_util::ipv4VerifyIpAndGetBitcount(*gateway)) in handleIPv4StaticPatch()
/openbmc/bmcweb/include/
H A Dauthentication.hpp73 if (session->clientIp != redfish::ip_util::toString(clientIp)) in performBasicAuth()
H A Dsessions.hpp287 redfish::ip_util::toString(clientIp), in generateUserSession()