Lines Matching defs:lws_ssh_channel
435 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;
447 uint32_t max_pkt;
449 uint32_t spawn_pid;
450 int retcode;
452 uint8_t scheduled_close:1;
476 struct lws_ssh_channel *ch_list; argument