Home
last modified time | relevance | path

Searched refs:websocket_context (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket_internal.h52 __net_socket struct websocket_context { struct
143 struct websocket_context *ctx; argument
163 typedef void (*websocket_context_cb_t)(struct websocket_context *ctx,
Dwebsocket.c50 static struct websocket_context contexts[CONFIG_WEBSOCKET_MAX_CONTEXTS];
82 static int websocket_context_ref(struct websocket_context *ctx) in websocket_context_ref()
89 static int websocket_context_unref(struct websocket_context *ctx) in websocket_context_unref()
100 static inline bool websocket_context_is_used(struct websocket_context *ctx) in websocket_context_is_used()
105 static struct websocket_context *websocket_get(void) in websocket_get()
107 struct websocket_context *ctx = NULL; in websocket_get()
127 static struct websocket_context *websocket_find(int real_sock) in websocket_find()
129 struct websocket_context *ctx = NULL; in websocket_find()
156 struct websocket_context *ctx = user_data; in response_cb()
175 struct websocket_context *ctx = req->internal.user_data; in on_header_field()
[all …]
/Zephyr-latest/tests/net/socket/websocket/src/
Dmain.c49 struct websocket_context *ctx, in test_recv_buf()
105 struct websocket_context ctx; in test_recv()
226 struct websocket_context ctx; in ZTEST()
248 struct websocket_context ctx; in test_recv_2()
294 static struct websocket_context ctx; in verify_sent_and_received_msg()
361 static struct websocket_context ctx; in ZTEST()
384 static struct websocket_context ctx; in ZTEST()
407 static struct websocket_context ctx; in ZTEST()
428 struct websocket_context ctx; in ZTEST()
/Zephyr-latest/subsys/net/lib/shell/
Dwebsocket.c22 static void websocket_context_cb(struct websocket_context *context, in websocket_context_cb()