Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsocketpair.c65 static const struct socket_op_vtable spair_fd_op_vtable; variable
78 (const struct fd_op_vtable *)&spair_fd_op_vtable, 0); in sock_is_connected()
103 (const struct fd_op_vtable *)&spair_fd_op_vtable, 0); in spair_write_avail()
173 (const struct fd_op_vtable *)&spair_fd_op_vtable, 0); in spair_delete()
268 (const struct fd_op_vtable *)&spair_fd_op_vtable, ZVFS_MODE_IFSOCK); in spair_new()
441 (const struct fd_op_vtable *)&spair_fd_op_vtable, 0); in spair_write()
506 &spair_fd_op_vtable, 0); in spair_write()
793 &spair_fd_op_vtable, 0); in zsock_poll_prepare_ctx()
842 (const struct fd_op_vtable *) &spair_fd_op_vtable, 0); in zsock_poll_update_ctx()
1186 static const struct socket_op_vtable spair_fd_op_vtable = { variable