Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dauthentication.hpp39 const boost::asio::ip::address& clientIp, std::string_view authHeader) in performBasicAuth() argument
71 clientIp.to_string()); in performBasicAuth()
89 if (session->clientIp != redfish::ip_util::toString(clientIp)) in performBasicAuth()
101 user, clientIp, std::nullopt, persistent_data::SessionType::Basic, in performBasicAuth()
H A Dsessions.hpp50 std::string clientIp; member
114 userSession->clientIp = *thisValue; in fromJson()
275 std::string_view username, const boost::asio::ip::address& clientIp, in generateUserSession()
298 redfish::ip_util::toString(clientIp), in generateUserSession()
272 generateUserSession(std::string_view username,const boost::asio::ip::address & clientIp,const std::optional<std::string> & clientId,SessionType sessionType,bool isConfigureSelfOnly=false) generateUserSession() argument
H A Dpersistent_data.hpp297 session["client_ip"] = p.second->clientIp; in writeData()
/openbmc/bmcweb/http/
H A Dmutual_tls.cpp201 const boost::asio::ip::address& clientIp,
264 sslUser, clientIp, unsupportedClientId,
66 verifyMtlsUser(const boost::asio::ip::address & clientIp,boost::asio::ssl::verify_context & ctx) verifyMtlsUser() argument
H A Dmutual_tls.hpp13 const boost::asio::ip::address& clientIp,
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp53 res.jsonValue["ClientOriginIPAddress"] = session.clientIp; in fillSessionObject()
H A Dlog_services.hpp1018 req.session->clientIp); in createDump()