Home
last modified time | relevance | path

Searched refs:lws_ssh_ops (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/
Dtelnet.c35 const struct lws_ssh_ops *ops;
141 vhd->ops = (const struct lws_ssh_ops *)pvo->value; in lws_callback_raw_telnet()
Dsshd.c2011 vhd->ops = (const struct lws_ssh_ops *)pvo->value; in lws_callback_raw_sshd()
2021 vhd->ops = (const struct lws_ssh_ops *)prot->user; in lws_callback_raw_sshd()
/third_party/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md133 ### Step 2: define your `struct lws_ssh_ops`
136 `struct lws_ssh_ops` which is used for all customization and integration
140 static const struct lws_ssh_ops ssh_ops = {
166 A pointer to your struct lws_ssh_ops is passed into the vhost instance of the
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-plugin-ssh.h135 struct lws_ssh_ops { struct
Dlws-ssh.h537 const struct lws_ssh_ops *ops;
/third_party/libwebsockets/plugins/
Dprotocol_lws_sshd_demo.c359 static const struct lws_ssh_ops ssh_ops = {
/third_party/libwebsockets/test-apps/
Dtest-sshd.c602 static const struct lws_ssh_ops ssh_ops = {