Home
last modified time | relevance | path

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

1234

/external/strace/xlat/
Dscmvals.h6 #if defined(SCM_RIGHTS) || (defined(HAVE_DECL_SCM_RIGHTS) && HAVE_DECL_SCM_RIGHTS)
8 static_assert((SCM_RIGHTS) == (1), "SCM_RIGHTS != 1");
11 # define SCM_RIGHTS 1
92 XLAT(SCM_RIGHTS),
Dscmvals.in1 SCM_RIGHTS 1
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.c11 #if (defined(CMSG_LEN) && defined(SCM_RIGHTS))
130 cmsg->cmsg_type = SCM_RIGHTS; in multiprocessing_sendfd()
169 cmsg->cmsg_type = SCM_RIGHTS; in multiprocessing_recvfd()
183 cmsg->cmsg_type != SCM_RIGHTS || in multiprocessing_recvfd()
/external/openssh/
Dmonitor_fdpass.c79 cmsg->cmsg_type = SCM_RIGHTS; in mm_send_fd()
174 if (cmsg->cmsg_type != SCM_RIGHTS) { in mm_receive_fd()
176 SCM_RIGHTS, cmsg->cmsg_type); in mm_receive_fd()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsockcmsg_unix.go79 h.Type = SCM_RIGHTS
95 if m.Header.Type != SCM_RIGHTS {
/external/adhd/cras/src/common/
Dcras_util.c119 cmsg->cmsg_type = SCM_RIGHTS; in cras_send_with_fds()
160 && cmsg->cmsg_type == SCM_RIGHTS) { in cras_recv_with_fds()
/external/syzkaller/sys/linux/
Dsocket_unix_arm.const5 SCM_RIGHTS = 1
Dsocket_unix_ppc64le.const5 SCM_RIGHTS = 1
Dsocket_unix_arm64.const5 SCM_RIGHTS = 1
Dsocket_unix_amd64.const5 SCM_RIGHTS = 1
Dsocket_unix_386.const5 SCM_RIGHTS = 1
/external/syzkaller/sys/netbsd/
Dsocket_unix_amd64.const9 SCM_RIGHTS = 1
/external/syzkaller/sys/freebsd/
Dsocket_unix_amd64.const12 SCM_RIGHTS = 1
/external/linux-kselftest/tools/testing/selftests/android/ion/
Dipcsocket.c146 cmsg->cmsg_type = SCM_RIGHTS; in sendtosocket()
199 cmsg->cmsg_type = SCM_RIGHTS; in receivefromsocket()
/external/libchrome/mojo/public/cpp/platform/
Dsocket_utils_posix.cc120 cmsg->cmsg_type = SCM_RIGHTS; in SendmsgWithHandles()
154 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) { in SocketRecvmsg()
/external/strace/tests-m32/
Dmsg_control.c111 cmsg->cmsg_type = SCM_RIGHTS; in test_scm_rights1()
166 cmsg[0]->cmsg_type = SCM_RIGHTS; in test_scm_rights2()
176 cmsg[1]->cmsg_type = SCM_RIGHTS; in test_scm_rights2()
214 cmsg->cmsg_type = SCM_RIGHTS; in test_scm_rights3()
812 cmsg->cmsg_type = SCM_RIGHTS; in test_big_len()
/external/strace/tests-mx32/
Dmsg_control.c111 cmsg->cmsg_type = SCM_RIGHTS; in test_scm_rights1()
166 cmsg[0]->cmsg_type = SCM_RIGHTS; in test_scm_rights2()
176 cmsg[1]->cmsg_type = SCM_RIGHTS; in test_scm_rights2()
214 cmsg->cmsg_type = SCM_RIGHTS; in test_scm_rights3()
812 cmsg->cmsg_type = SCM_RIGHTS; in test_big_len()
Dscm_rights.c79 cmsg->cmsg_type = SCM_RIGHTS; in main()
/external/strace/tests/
Dmsg_control.c111 cmsg->cmsg_type = SCM_RIGHTS; in test_scm_rights1()
166 cmsg[0]->cmsg_type = SCM_RIGHTS; in test_scm_rights2()
176 cmsg[1]->cmsg_type = SCM_RIGHTS; in test_scm_rights2()
214 cmsg->cmsg_type = SCM_RIGHTS; in test_scm_rights3()
812 cmsg->cmsg_type = SCM_RIGHTS; in test_big_len()
/external/libchrome/base/posix/
Dunix_domain_socket.cc89 cmsg->cmsg_type = SCM_RIGHTS; in SendMsg()
172 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) { in RecvMsgWithFlags()
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_client.cc70 hdr->cmsg_type = SCM_RIGHTS; in RequestDump()
/external/python/cpython3/Lib/multiprocessing/
Dreduction.py145 sock.sendmsg([msg], [(socket.SOL_SOCKET, socket.SCM_RIGHTS, fds)])
164 cmsg_type == socket.SCM_RIGHTS):
/external/iproute2/include/
Dbpf_scm.h58 cmsg->cmsg_type = SCM_RIGHTS; in bpf_map_set_init()
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py91 SCM_RIGHTS = 0x01 variable
/external/compiler-rt/test/msan/Linux/
Dcmsghdr.cc60 cmsg->cmsg_type = SCM_RIGHTS; in main()

1234