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