Home
last modified time | relevance | path

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

/external/strace/xlat/
Dscmvals.h2 #if !(defined(SCM_RIGHTS) || (defined(HAVE_DECL_SCM_RIGHTS) && HAVE_DECL_SCM_RIGHTS))
3 # define SCM_RIGHTS 1 macro
20 XLAT(SCM_RIGHTS),
Dscmvals.in1 SCM_RIGHTS 1
/external/avahi/avahi-daemon/
Dchroot.c138 cmsg.hdr.cmsg_type = SCM_RIGHTS; in send_fd()
178 cmsg.hdr.cmsg_type = SCM_RIGHTS; in recv_fd()
200 assert(h->cmsg_type == SCM_RIGHTS); in recv_fd()
/external/valgrind/none/tests/
Dfdleak_cmsg.c69 cmsg->cmsg_type = SCM_RIGHTS; in server()
133 cmsg->cmsg_type == SCM_RIGHTS && in client()
/external/libchrome/base/posix/
Dunix_domain_socket_linux.cc69 cmsg->cmsg_type = SCM_RIGHTS; in SendMsg()
142 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()
Dcrash_generation_server.cc233 if (hdr->cmsg_type == SCM_RIGHTS) { in ClientEvent()
/external/iproute2/include/
Dbpf_scm.h57 cmsg->cmsg_type = SCM_RIGHTS; in bpf_map_set_init()
/external/strace/tests/
Dscm_rights.c74 control.cmsg.cmsg_type = SCM_RIGHTS; in main()
/external/iproute2/examples/bpf/
Dbpf_agent.c188 if (!cmsg || cmsg->cmsg_type != SCM_RIGHTS) in bpf_map_set_recv()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc333 if (cmsg->cmsg_level != SOL_SOCKET || cmsg->cmsg_type != SCM_RIGHTS) in ExtractRecvmsgFDs()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc905 hdr->cmsg_type = SCM_RIGHTS; in CrashHandler()
971 if (hdr->cmsg_type == SCM_RIGHTS) { in TEST()
/external/dbus/dbus/
Ddbus-sysdeps-unix.c353 if (cm->cmsg_level == SOL_SOCKET && cm->cmsg_type == SCM_RIGHTS) in _dbus_read_socket_with_unix_fds()
463 cm->cmsg_type = SCM_RIGHTS; in _dbus_write_socket_with_unix_fds_two()
4037 #ifdef SCM_RIGHTS in _dbus_socket_can_pass_unix_fd()
/external/valgrind/include/vki/
Dvki-darwin.h207 #define VKI_SCM_RIGHTS SCM_RIGHTS
Dvki-solaris.h1070 #define VKI_SCM_RIGHTS SCM_RIGHTS
/external/dbus/
Dconfigure.ac1221 # Check for SCM_RIGHTS
1222 AC_MSG_CHECKING([for SCM_RIGHTS])
1227 static int x = SCM_RIGHTS;
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex234 labels, but instead to pass the socket to manager via \verb|SCM_RIGHTS|
/external/strace/
Dnet.c482 case SCM_RIGHTS: in print_cmsg_type_data()
/external/iproute2/tc/
Dtc_bpf.c1795 if (!cmsg || cmsg->cmsg_type != SCM_RIGHTS) in bpf_map_set_recv()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c724 cmsg->cmsg_type = SCM_RIGHTS; in deliver_request()
Duds_daemon.c3625 …Expecting %d %d %d %d", req->sd, sizeof(cbuf), sizeof(cbuf), SOL_SOCKET, SCM_RIGHTS); in read_msg()
3631 cmsg->cmsg_type == SCM_RIGHTS) in read_msg()