Searched refs:SCM_RIGHTS (Results 1 – 6 of 6) sorted by relevance
160 case SCM_RIGHTS: in __scm_send()308 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds()
118 (cmsg->cmsg_type != SCM_RIGHTS)) { in tuntap_open_tramp()
147 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
495 (cmsg->cmsg_type != SCM_RIGHTS)) { in os_rcv_fd()
315 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds_compat()
38 of fork() and the SCM_RIGHTS facility of unix domain socket. These