Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h435 struct lws_ssh_channel { struct
436 struct lws_ssh_channel *next; argument
476 struct lws_ssh_channel *ch_list; argument
477 struct lws_ssh_channel *ch_temp;
528 struct lws_ssh_channel *write_channel[8];
/external/libwebsockets/plugins/ssh-base/
Dsshd.c93 write_task(struct per_session_data__sshd *pss, struct lws_ssh_channel *ch, in write_task()
103 write_task_insert(struct per_session_data__sshd *pss, struct lws_ssh_channel *ch, in write_task_insert()
465 static struct lws_ssh_channel *
468 struct lws_ssh_channel *ch = pss->ch_list; in ssh_get_server_ch()
480 static struct lws_ssh_channel *
483 struct lws_ssh_channel *ch = pss->ch_list;
497 struct lws_ssh_channel *ch) in ssh_destroy_channel()
499 lws_start_foreach_llp(struct lws_ssh_channel **, ppch, pss->ch_list) { in ssh_destroy_channel()
520 struct lws_ssh_channel *ch = (struct lws_ssh_channel *)finish_handle; in lws_ssh_exec_finish()
534 struct lws_ssh_channel *ch; in lws_ssh_parse_plaintext()
[all …]