Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dauthentication.hpp23 performBasicAuth(const boost::asio::ip::address& clientIp, in performBasicAuth() argument
56 clientIp.to_string()); in performBasicAuth()
74 if (session->clientIp != redfish::ip_util::toString(clientIp)) in performBasicAuth()
86 user, clientIp, std::nullopt, persistent_data::SessionType::Basic, in performBasicAuth()
H A Dsessions.hpp42 std::string clientIp; member
106 userSession->clientIp = *thisValue; in fromJson()
264 std::string_view username, const boost::asio::ip::address& clientIp, in generateUserSession() argument
287 redfish::ip_util::toString(clientIp), in generateUserSession()
H A Dpersistent_data.hpp257 session["client_ip"] = p.second->clientIp; in writeData()
/openbmc/bmcweb/http/
H A Dmutual_tls.hpp52 verifyMtlsUser(const boost::asio::ip::address& clientIp, in verifyMtlsUser() argument
130 sslUser, clientIp, unsupportedClientId, in verifyMtlsUser()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp49 res.jsonValue["ClientOriginIPAddress"] = session.clientIp; in fillSessionObject()
H A Dlog_services.hpp1164 req.session->clientIp); in createDump()