Home
last modified time | relevance | path

Searched refs:protocols_sshd (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/test-apps/
Dtest-sshd.c680 info.protocols = protocols_sshd; in main()
/external/libwebsockets/plugins/ssh-base/
Dsshd.c2561 const struct lws_protocols protocols_sshd[] = { variable
2578 c->protocols = protocols_sshd; in init_protocol_lws_ssh_base()
2579 c->count_protocols = LWS_ARRAY_SIZE(protocols_sshd); in init_protocol_lws_ssh_base()
/external/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md188 info.protocols = protocols_sshd;