Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/
Dprotocol_lws_sshd_demo.c462 LWS_VISIBLE const struct lws_protocols lws_sshd_demo_protocols[] = { variable
474 .protocols = lws_sshd_demo_protocols,
475 .count_protocols = LWS_ARRAY_SIZE(lws_sshd_demo_protocols),
/external/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h360 extern const struct lws_protocols lws_sshd_demo_protocols[1];
/external/libwebsockets/test-apps/
Dtest-sshd.c720 const struct lws_protocols lws_sshd_demo_protocols[] = { variable
764 info.protocols = lws_sshd_demo_protocols; in main()