Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/
H A 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),
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-protocols-plugins.h360 extern const struct lws_protocols lws_sshd_demo_protocols[1];
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c720 const struct lws_protocols lws_sshd_demo_protocols[] = { variable
764 info.protocols = lws_sshd_demo_protocols; in main()

Completed in 16 milliseconds