Searched refs:SCM_RIGHTS (Results 1 – 8 of 8) sorted by relevance
422 cm->cmsg_type = SCM_RIGHTS; in sendtest()585 if (cm->cmsg_type != SCM_RIGHTS) { in recvtest()
971 cmsg->cmsg_type == SCM_RIGHTS) { in so_closefds()1057 cmsg->cmsg_type == SCM_RIGHTS) { in so_getfdopt()1096 cmsg->cmsg_type == SCM_RIGHTS) { in so_optlen()1135 cmsg->cmsg_type == SCM_RIGHTS) in so_cmsg2opt()1281 cmsg->cmsg_type = SCM_RIGHTS; in so_opt2cmsg()
577 cm->cmsg_type = SCM_RIGHTS; in oclo_rights_common()609 if (cm->cmsg_level != SOL_SOCKET || cm->cmsg_type != SCM_RIGHTS) { in oclo_rights_common()612 cm->cmsg_level, cm->cmsg_type, SOL_SOCKET, SCM_RIGHTS); in oclo_rights_common()
196 #define SCM_RIGHTS 0x1010 /* access rights (array of int) */ macro
531 #define SCM_RIGHTS 0x01 /* access rights (array of int) */ macro
79 cmp[0].cmsg_type = SCM_RIGHTS; in sendfd()
905 cmsg->cmsg_type = SCM_RIGHTS; in deliver_request()
4688 …[R%u] Expecting %d %d %d %d", req->request_id, sizeof(cbuf), sizeof(cbuf), SOL_SOCKET, SCM_RIGHTS); in read_msg()4692 if (cmsg && cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) in read_msg()