Lines Matching +full:socket +full:- +full:based
23 constexpr char CONSOLE_SOCKET_PATH[] = "\0obmc-console.default";
24 constexpr size_t CONSOLE_SOCKET_PATH_LEN = sizeof(CONSOLE_SOCKET_PATH) - 1;
139 * Character Accumulate Interval is 5 ms increments, 1-based value. The
161 * 1-based. 0 = no retries after packet is transmitted. Packet will be
174 * is 10 ms increments, 1-based value. The parameter value is
201 * @param[in] payloadInstance - SOL payload instance.
202 * @param[in] sessionID - BMC session ID.
213 * @param[in] payloadInstance - SOL payload instance
222 * @param[in] payloadInstance - SOL payload instance.
232 return *(iter->second); in getContext()
242 * @param[in] sessionID - IPMI Session ID.
250 if (kv.second->sessionID == sessionID) in getContext()
262 * @param[in] payloadInstance - SOL payload instance.
271 /** @brief Write data to the host console unix socket.
273 * @param[in] input - Data from the remote console.
284 /** @brief Local stream socket for the host console. */
285 std::unique_ptr<boost::asio::local::stream_protocol::socket> consoleSocket =
291 /** @brief Handle incoming console data on the console socket */