|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
SSH transport callback configuration. More...
#include <common.h>
Data Fields | |
| sys_snode_t | node |
| List node. | |
| ssh_transport_event_callback_t | cb |
| Callback function to be called by the server to retrieve the transport for a client connection. | |
| void * | user_data |
| User data to be passed to the callback function. | |
SSH transport callback configuration.
| ssh_transport_event_callback_t ssh_transport_conf::cb |
Callback function to be called by the server to retrieve the transport for a client connection.
| sys_snode_t ssh_transport_conf::node |
List node.
| void* ssh_transport_conf::user_data |
User data to be passed to the callback function.