Lines Matching defs:lws_ssh_channel
444 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;
456 uint32_t max_pkt;
458 uint32_t spawn_pid;
459 int retcode;
461 uint8_t scheduled_close:1;
485 struct lws_ssh_channel *ch_list; argument