Home
last modified time | relevance | path

Searched refs:SCM_RIGHTS (Results 1 – 25 of 64) sorted by relevance

123

/third_party/alsa-lib/src/
Dsocket.c57 cmsg->cmsg_type = SCM_RIGHTS; in snd_send_fd()
90 cmsg->cmsg_type = SCM_RIGHTS; in snd_receive_fd()
/third_party/python/Lib/multiprocessing/
Dreduction.py149 sock.sendmsg([msg], [(socket.SOL_SOCKET, socket.SCM_RIGHTS, fds)])
168 cmsg_type == socket.SCM_RIGHTS):
/third_party/musl/libc-test/src/api/
Dsys_socket.c41 C(SCM_RIGHTS) in f()
/third_party/libuv/test/
Dtest-pipe-sendmsg.c137 cmsg->cmsg_type = SCM_RIGHTS; in TEST_IMPL()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h312 #define SCM_RIGHTS 0x01 macro
/third_party/pulseaudio/src/pulsecore/
Diochannel.c390 cmsg.hdr.cmsg_type = SCM_RIGHTS; in pa_iochannel_write_with_fds()
469 else if (cmh->cmsg_type == SCM_RIGHTS) { in pa_iochannel_read_with_ancil_data()
/third_party/python/Lib/
Dsocket.py557 _socket.SCM_RIGHTS, array.array("i", fds))])
575 if (cmsg_level == _socket.SOL_SOCKET and cmsg_type == _socket.SCM_RIGHTS):
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h364 #define SCM_RIGHTS 0x01 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h364 #define SCM_RIGHTS 0x01 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h370 #define SCM_RIGHTS 0x01 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h355 #define SCM_RIGHTS 0x01 macro
/third_party/musl/include/sys/
Dsocket.h370 #define SCM_RIGHTS 0x01 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h366 #define SCM_RIGHTS 0x01 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h364 #define SCM_RIGHTS 0x01 macro
/third_party/python/Lib/test/
Dtest_socket.py3411 cmsg_type == socket.SCM_RIGHTS):
3424 socket.SCM_RIGHTS,
3447 self.assertEqual(cmsg_type, socket.SCM_RIGHTS)
3465 socket.SCM_RIGHTS,
3518 socket.SCM_RIGHTS,
3521 socket.SCM_RIGHTS,
3545 socket.SCM_RIGHTS,
3548 socket.SCM_RIGHTS,
3573 socket.SCM_RIGHTS,
3586 self.assertEqual(cmsg_type, socket.SCM_RIGHTS)
[all …]
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c408 control->cmsg_type = SCM_RIGHTS; in sender()
/third_party/libfuse/lib/
Dmount.c255 if (cmsg->cmsg_type != SCM_RIGHTS) { in receive_fd()
/third_party/ntfs-3g/libfuse-lite/
Dmount.c353 if (cmsg->cmsg_type != SCM_RIGHTS) { in receive_fd()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c640 control->cmsg_type = SCM_RIGHTS; in setup4()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_socket.c110 if (cmsgh->cmsg_type != SCM_RIGHTS) { in virgl_vtest_receive_fd()
/third_party/EGL/extensions/KHR/
DEGL_KHR_stream_cross_process_fd.txt332 cmsg->cmsg_type = SCM_RIGHTS;
404 if (cmsg->cmsg_type != SCM_RIGHTS) FATAL_ERROR();
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_stream_cross_process_fd.txt332 cmsg->cmsg_type = SCM_RIGHTS;
404 if (cmsg->cmsg_type != SCM_RIGHTS) FATAL_ERROR();
/third_party/libuv/src/unix/
Dstream.c841 cmsg->cmsg_type = SCM_RIGHTS; in uv__try_write()
1034 if (cmsg->cmsg_type != SCM_RIGHTS) { in uv__stream_recv_cmsg()
/third_party/node/deps/uv/src/unix/
Dstream.c841 cmsg->cmsg_type = SCM_RIGHTS; in uv__try_write()
1034 if (cmsg->cmsg_type != SCM_RIGHTS) { in uv__stream_recv_cmsg()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt748 SCM_RIGHTS

123