Searched refs:shell_websocket (Results 1 – 3 of 3) sorted by relevance
19 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 …]
30 shell_websocket.c
31 struct shell_websocket { struct74 static struct shell_websocket GET_WS_NAME(_service); \ argument