Searched refs:SCM_RIGHTS (Results 1 – 12 of 12) sorted by relevance
280 SCM_RIGHTS = 0x01, /* Access rights (array of int). */ enumerator281 #define SCM_RIGHTS SCM_RIGHTS macro
276 SCM_RIGHTS = 0x01, /* Access rights (array of int). */ enumerator277 #define SCM_RIGHTS SCM_RIGHTS macro
339 SCM_RIGHTS = 0x01 /* Transfer file descriptors. */ enumerator340 #define SCM_RIGHTS SCM_RIGHTS macro
72 cmsg->cmsg_type = SCM_RIGHTS; in subprocess()131 cmsg->cmsg_type = SCM_RIGHTS; in one_test()
74 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()117 if (cmsg->cmsg_type != SCM_RIGHTS) in recv_fd()
113 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) in __libc_sendmsg()125 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) in __libc_sendmsg()
189 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) in __libc_recvmsg()233 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) in __libc_recvmsg()
261 #ifdef SCM_RIGHTS in __nscd_get_mapping()293 cmsg->cmsg_type = SCM_RIGHTS; in __nscd_get_mapping()
992 #ifdef SCM_RIGHTS1022 cmsg->cmsg_type = SCM_RIGHTS; in send_ro_fd()1272 #ifdef SCM_RIGHTS in handle_request()
43 macro SCM_RIGHTS
693 * sysdeps/unix/sysv/linux/bits/socket.h (SCM_RIGHTS): Avoid
883 * sysdeps/unix/sysv/linux/bits/socket.h: Add SCM_RIGHTS and other