Lines Matching full:socketpair
28 * Socketpair endpoint structure
30 * This structure represents one half of a socketpair (an 'endpoint').
32 * The implementation strives for compatibility with socketpair(2).
35 * resources contained within the other half of the socketpair (or other
39 * - each end of a socketpair owns a @a recv_q
136 * This function deletes one endpoint of a socketpair.
139 * - we have a socketpair with two endpoints: A and B
210 * Create a @ref spair (1/2 of a socketpair)
286 SYS_PORT_TRACING_OBJ_FUNC_ENTER(socket, socketpair, family, type, proto, sv); in z_impl_zsock_socketpair()
329 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, socketpair, sv[0], sv[1], 0); in z_impl_zsock_socketpair()
339 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, socketpair, -1, -1, -errno); in z_impl_zsock_socketpair()
372 * Data written on one file descriptor of a socketpair can be read at the
390 * 2) @ref SPAIR_SIG_CANCEL - the @em remote socketpair endpoint was closed
581 * Data written on one file descriptor of a socketpair (with e.g. write(2) or