Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/shell/
Dwebsocket.c33 net_ctx = zvfs_get_fd_obj(context->real_sock, NULL, 0); in websocket_context_cb()
35 PR_ERROR("Invalid fd %d", context->real_sock); in websocket_context_cb()
/Zephyr-Core-3.7.0/subsys/net/lib/websocket/
Dwebsocket.c129 static struct websocket_context *websocket_find(int real_sock) in websocket_find() argument
141 if (contexts[i].real_sock != real_sock) { in websocket_find()
276 ctx->real_sock = sock; in websocket_connect()
396 (void)sock_obj_core_alloc_find(ctx->real_sock, fd, SOCK_STREAM); in websocket_connect()
479 fds[i].fd = ((struct websocket_context *)ctx)->real_sock; in websocket_poll_offload()
530 ctx->real_sock, in websocket_ioctl_vmeth()
647 return sendmsg_all(ctx->real_sock, &msg, in websocket_prepare_and_send()
995 ret = wait_rx(ctx->real_sock, timeout_to_ms(&tout)); in websocket_recv_msg()
997 ret = zsock_recv(ctx->real_sock, ctx->recv_buf.buf, in websocket_recv_msg()
1185 ctx->real_sock = sock; in websocket_register()
[all …]
Dwebsocket_internal.h94 int real_sock; member