Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dmutual_tls.hpp20 verifyMtlsUser(const boost::asio::ip::address& clientIp, in verifyMtlsUser() argument
110 sslUser, clientIp, unsupportedClientId, in verifyMtlsUser()
/openbmc/bmcweb/include/
H A Dsessions.hpp37 std::string clientIp; member
101 userSession->clientIp = *thisValue; in fromJson()
183 std::string_view username, const boost::asio::ip::address& clientIp, in generateUserSession() argument
207 redfish::ip_util::toString(clientIp), in generateUserSession()
H A Dauthentication.hpp36 performBasicAuth(const boost::asio::ip::address& clientIp, in performBasicAuth() argument
69 clientIp.to_string()); in performBasicAuth()
85 user, clientIp, std::nullopt, in performBasicAuth()
H A Dpersistent_data.hpp252 session["client_ip"] = p.second->clientIp; in writeData()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp45 res.jsonValue["ClientOriginIPAddress"] = session.clientIp; in fillSessionObject()
H A Dlog_services.hpp1164 req.session->clientIp); in createDump()