Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_internal.h85 int sock_obj_core_alloc_find(int sock, int new_sock, int type);
103 static inline int sock_obj_core_alloc_find(int sock, int new_sock, int type) in sock_obj_core_alloc_find() function
Dsocket_obj_core.c161 int sock_obj_core_alloc_find(int sock, int new_sock, int type) in sock_obj_core_alloc_find() function
Dsockets.c307 (void)sock_obj_core_alloc_find(sock, new_sock, SOCK_STREAM); in z_impl_zsock_accept()
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c395 (void)sock_obj_core_alloc_find(ctx->real_sock, fd, SOCK_STREAM); in websocket_connect()
1204 (void)sock_obj_core_alloc_find(ctx->real_sock, fd, SOCK_STREAM); in websocket_register()