Home
last modified time | relevance | path

Searched defs:lws_ssh_channel (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h444 struct lws_ssh_channel { struct
445 struct lws_ssh_channel *next; argument
447 struct per_session_data__sshd *pss;
449 lws_subprotocol *sub; /* NULL, or allocated subprotocol state */
450 void *priv; /* owned by user code */
451 int type;
452 uint32_t server_ch;
453 uint32_t sender_ch;
454 int32_t window;
455 int32_t peer_window_est;
[all …]