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.hpp14 namespace ip_util namespace
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dip_utils_test.cpp11 namespace redfish::ip_util namespace
/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp573 if (!ip_util::ipv4VerifyIpAndGetBitcount(address)) in handleHypervisorIPv4StaticPatch()
580 if (!ip_util::ipv4VerifyIpAndGetBitcount(subnetMask, &prefixLength)) in handleHypervisorIPv4StaticPatch()
587 if (!ip_util::ipv4VerifyIpAndGetBitcount(gateway)) in handleHypervisorIPv4StaticPatch()
H A Dethernet.hpp1573 if (!ip_util::ipv4VerifyIpAndGetBitcount(*address)) in parseAddresses()
1595 if (!ip_util::ipv4VerifyIpAndGetBitcount(*subnetMask, in parseAddresses()
1615 ip_util::ipv4VerifyIpAndGetBitcount(nicIpEntry->netmask, in parseAddresses()
1622 if (!ip_util::ipv4VerifyIpAndGetBitcount(*gateway)) in parseAddresses()
/openbmc/bmcweb/include/
H A Dauthentication.hpp89 if (session->clientIp != redfish::ip_util::toString(clientIp)) in performBasicAuth()
H A Dsessions.hpp298 redfish::ip_util::toString(clientIp), in generateUserSession()