Searched defs:lws_ssh_ops (Results 1 – 1 of 1) sorted by relevance
/external/libwebsockets/plugins/ssh-base/include/ |
D | lws-plugin-ssh.h | 135 struct lws_ssh_ops { struct 151 int (*channel_create)(struct lws *wsi, void **priv); 161 int (*channel_destroy)(void *priv); 173 int (*rx)(void *priv, struct lws *wsi, const uint8_t *buf, uint32_t len); 188 int (*tx_waiting)(void *priv); 206 size_t (*tx)(void *priv, int stdch, uint8_t *buf, size_t len); 220 size_t (*get_server_key)(struct lws *wsi, uint8_t *buf, size_t len); 232 size_t (*set_server_key)(struct lws *wsi, uint8_t *buf, size_t len); 243 int (*set_env)(void *priv, const char *name, const char *value); 256 …void *priv, struct lws *wsi, const char *command, lws_ssh_finish_exec finish, void *finish_handle); [all …]
|