Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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); in spair_new()
435 (const struct fd_op_vtable *)&spair_fd_op_vtable, 0); in spair_write()
500 &spair_fd_op_vtable, 0); in spair_write()
787 &spair_fd_op_vtable, 0); in zsock_poll_prepare_ctx()
836 (const struct fd_op_vtable *) &spair_fd_op_vtable, 0); in zsock_poll_update_ctx()
1180 static const struct socket_op_vtable spair_fd_op_vtable = { variable