Searched refs:SCM_RIGHTS (Results 1 – 5 of 5) sorted by relevance
280 SCM_RIGHTS = 0x01, /* Access rights (array of int). */ enumerator281 #define SCM_RIGHTS SCM_RIGHTS macro
72 cmsg->cmsg_type = SCM_RIGHTS; in subprocess()131 cmsg->cmsg_type = SCM_RIGHTS; in one_test()
336 SCM_RIGHTS = 0x01 /* Transfer file descriptors. */ enumerator337 #define SCM_RIGHTS SCM_RIGHTS macro
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()
Completed in 8 milliseconds