Searched refs:SCM_RIGHTS (Results 1 – 10 of 10) sorted by relevance
146 cmsg->cmsg_type = SCM_RIGHTS; in sendtosocket()199 cmsg->cmsg_type = SCM_RIGHTS; in receivefromsocket()
10 It uses unix domain socket (with SCM_RIGHTS) as IPC to transfer an FD to
158 case SCM_RIGHTS: in __scm_send()310 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds()
2135 case SCM_RIGHTS: in __sock_cmsg_send()
118 (cmsg->cmsg_type != SCM_RIGHTS)) { in tuntap_open_tramp()
43 ``setuid(2)`` and receive SCM_RIGHTS datagrams.
150 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
531 (cmsg->cmsg_type != SCM_RIGHTS)) { in os_rcv_fd()
299 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds_compat()
41 of fork() and the SCM_RIGHTS facility of unix domain socket. These