Searched refs:SCM_RIGHTS (Results 1 – 12 of 12) sorted by relevance
155 case SCM_RIGHTS: in __scm_send()326 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds()
2766 case SCM_RIGHTS: in __sock_cmsg_send()
118 (cmsg->cmsg_type != SCM_RIGHTS)) { in tuntap_open_tramp()
536 (cmsg->cmsg_type != SCM_RIGHTS)) { in os_rcv_fd()671 cmsg->cmsg_type = SCM_RIGHTS; in os_sendmsg_fds()
43 ``setuid(2)`` and receive SCM_RIGHTS datagrams.
207 passed around via ``SCM_RIGHTS`` or similar. Note that filter fds correspond to
48 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
305 cmsg->cmsg_type = SCM_RIGHTS; in TEST()
174 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
308 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds_compat()
52 of fork() and the SCM_RIGHTS facility of unix domain socket. These