Searched defs:lws_ssh_channel (Results 1 – 1 of 1) sorted by relevance
435 struct lws_ssh_channel { struct436 struct lws_ssh_channel *next; argument438 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 …]