Home | History | Annotate | Download | only in protocol

Lines Matching full:console

15  * UI and core through a console port.
26 // Base console port
35 /* Opens core console socket.
37 * sockaddr Socket address to the core console.
44 /* Creates descriptor for a console client.
46 * console_socket Socket address for the console.
60 /* Opens a socket handle to the console.
62 * desc Console client descriptor. Note that if the descriptor has been already
70 /* Closes a socket handle to the console opened with core_connection_open.
72 * desc Console client descriptor opened with core_connection_open.
76 /* Synchronously writes to the console. See CORE_PORT_TIMEOUT_MS for the timeout
79 * desc Console client descriptor opened with core_connection_open.
92 /* Synchronously reads from the console. See CORE_PORT_TIMEOUT_MS for the
95 * desc Console client descriptor opened with core_connection_open.
108 /* Switches opened console client to a given stream.
110 * desc Console client descriptor opened with core_connection_open. Note
111 * that this descriptor should represent console itself. In other words,
125 /* Creates a console client, and switches it to a given stream.
126 * console_socket Socket address for the console.
139 /* Detaches opened console client from the console.
140 * By console protocol, writing "\r\n" string to the console will destroy the
141 * console client.
143 * desc Console client descriptor opened with core_connection_open.
149 * desc Console client descriptor opened with core_connection_open.