Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/backends/
Dshell_websocket.c19 LOG_MODULE_REGISTER(shell_websocket, CONFIG_SHELL_WEBSOCKET_INIT_LOG_LEVEL);
32 static void ws_end_client_connection(struct shell_websocket *ws) in ws_end_client_connection()
54 static int ws_send(struct shell_websocket *ws, bool block) in ws_send()
100 struct shell_websocket *ws = CONTAINER_OF(dwork, in ws_send_prematurely()
101 struct shell_websocket, in ws_send_prematurely()
113 static void ws_recv(struct shell_websocket *ws, struct zsock_pollfd *pollfd) in ws_recv()
163 struct shell_websocket *ws; in ws_server_cb()
166 ws = (struct shell_websocket *)evt->user_data; in ws_server_cb()
190 static int shell_ws_init(struct shell_websocket *ctx, int ws_socket) in shell_ws_init()
236 struct shell_websocket *ws; in init()
[all …]
DCMakeLists.txt30 shell_websocket.c
/Zephyr-latest/include/zephyr/shell/
Dshell_websocket.h31 struct shell_websocket { struct
74 static struct shell_websocket GET_WS_NAME(_service); \ argument