Home
last modified time | relevance | path

Searched refs:sendSOLPayload (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dmessage_handler.hpp72 void sendSOLPayload(const std::vector<uint8_t>& input);
H A Dmessage_handler.cpp177 void Handler::sendSOLPayload(const std::vector<uint8_t>& input) in sendSOLPayload() function in message::Handler
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp299 msgHandler.sendSOLPayload(out); in sendPayload()