Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h435 struct lws_ssh_channel { struct
436 struct lws_ssh_channel *next; argument
438 struct per_session_data__sshd *pss;
440 lws_subprotocol *sub; /* NULL, or allocated subprotocol state */
441 void *priv; /* owned by user code */
442 int type;
443 uint32_t server_ch;
444 uint32_t sender_ch;
445 int32_t window;
446 int32_t peer_window_est;
[all …]