Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.

Detailed Description

SSH transport callback configuration.

Field Documentation

◆ cb

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.

◆ node

sys_snode_t ssh_transport_conf::node

List node.

◆ user_data

void* ssh_transport_conf::user_data

User data to be passed to the callback function.


The documentation for this struct was generated from the following file: