|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
SSH client/server common API. More...
#include <zephyr/kernel.h>Go to the source code of this file.
Typedefs | |
| typedef void(* | ssh_service_client_cb_t) (struct ssh_client *ssh, int instance, void *user_data) |
| Callback used while iterating over SSH client connections. | |
| typedef void(* | ssh_service_server_cb_t) (struct ssh_server *sshd, int instance, void *user_data) |
| Callback used while iterating over SSH server connections. | |
Functions | |
| void | ssh_client_foreach (ssh_service_client_cb_t cb, void *user_data) |
| Go through all SSH client connections. | |
| void | ssh_server_foreach (ssh_service_server_cb_t cb, void *user_data) |
| Go through all SSH server connections. | |
SSH client/server common API.