Searched refs:ip_util (Results 1 – 6 of 6) sorted by relevance
11 namespace ip_util namespace
9 namespace redfish::ip_util namespace
557 if (!ip_util::ipv4VerifyIpAndGetBitcount(address)) in handleHypervisorIPv4StaticPatch()564 if (!ip_util::ipv4VerifyIpAndGetBitcount(subnetMask, &prefixLength)) in handleHypervisorIPv4StaticPatch()571 if (!ip_util::ipv4VerifyIpAndGetBitcount(gateway)) in handleHypervisorIPv4StaticPatch()
1570 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()
73 if (session->clientIp != redfish::ip_util::toString(clientIp)) in performBasicAuth()
287 redfish::ip_util::toString(clientIp), in generateUserSession()