Searched refs:clientIp (Results 1 – 7 of 7) sorted by relevance
/openbmc/bmcweb/include/ |
H A D | authentication.hpp | 23 const boost::asio::ip::address& clientIp, std::string_view authHeader) in performBasicAuth() argument 55 clientIp.to_string()); in performBasicAuth() 73 if (session->clientIp != redfish::ip_util::toString(clientIp)) in performBasicAuth() 85 user, clientIp, std::nullopt, persistent_data::SessionType::Basic, in performBasicAuth()
|
H A D | sessions.hpp | 42 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 D | persistent_data.hpp | 288 session["client_ip"] = p.second->clientIp; in writeData()
|
/openbmc/bmcweb/http/ |
H A D | mutual_tls.cpp | 64 verifyMtlsUser(const boost::asio::ip::address& clientIp, in verifyMtlsUser() argument 142 sslUser, clientIp, unsupportedClientId, in verifyMtlsUser()
|
H A D | mutual_tls.hpp | 14 verifyMtlsUser(const boost::asio::ip::address& clientIp,
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_sessions.hpp | 49 res.jsonValue["ClientOriginIPAddress"] = session.clientIp; in fillSessionObject()
|
H A D | log_services.hpp | 1008 req.session->clientIp); in createDump()
|