Home
last modified time | relevance | path

Searched refs:pty_req (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/plugins/ssh-base/include/
Dlws-plugin-ssh.h279 int (*pty_req)(void *priv, struct lws_ssh_pty *pty); member
/external/libwebsockets/plugins/
Dprotocol_lws_sshd_demo.c368 .pty_req = NULL,
/external/libwebsockets/test-apps/
Dtest-sshd.c611 .pty_req = ssh_ops_pty_req,
/external/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md149 .pty_req = ssh_ops_pty_req,
/external/libwebsockets/plugins/ssh-base/
Dsshd.c1513 if (pss->vhd->ops && pss->vhd->ops->pty_req) in lws_ssh_parse_plaintext()
1514 n = pss->vhd->ops->pty_req(pss->ch_temp->priv, in lws_ssh_parse_plaintext()