Home
last modified time | relevance | path

Searched refs:SCM_RIGHTS (Results 1 – 17 of 17) sorted by relevance

/dragonfly/usr.sbin/pflogd/
H A Dprivsep_fdpass.c67 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
115 if (cmsg->cmsg_type != SCM_RIGHTS) in receive_fd()
117 SCM_RIGHTS, cmsg->cmsg_type); in receive_fd()
/dragonfly/crypto/openssh/
H A Dmonitor_fdpass.c79 cmsg->cmsg_type = SCM_RIGHTS; in mm_send_fd()
173 if (cmsg->cmsg_type != SCM_RIGHTS) { in mm_receive_fd()
174 error_f("expected %d got %d", SCM_RIGHTS, cmsg->cmsg_type); in mm_receive_fd()
/dragonfly/lib/libc/sysvipc/
H A Dsockets.c159 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
225 if (cmsg->cmsg_type != SCM_RIGHTS) in receive_fd()
227 SCM_RIGHTS, cmsg->cmsg_type); in receive_fd()
328 && cmp->cmsg_type == SCM_RIGHTS) { in receive_msg_with_cred()
/dragonfly/test/debug/
H A Dfdpassing.c96 cmsg.cmsg.cmsg_type = SCM_RIGHTS; in sendfd()
131 cmsg.cmsg.cmsg_type = SCM_RIGHTS; in recvfd()
/dragonfly/test/unix/passdesc/
H A Dpassdesc.c44 cm->cmsg_type = SCM_RIGHTS; in test_send_desc()
90 if (cm->cmsg_type != SCM_RIGHTS) in test_recv_desc()
/dragonfly/test/unix/loopdesc/
H A Dloopdesc.c36 cm->cmsg_type = SCM_RIGHTS; in test_sendto_self()
/dragonfly/test/testcases/io/sendfd_1/
H A Dsendfd_1.c54 cmsg->cmsg_type = SCM_RIGHTS; in sendfd()
/dragonfly/test/socket/recvmsg/cloexec/
H A Drecvmsg_cloexec.c90 cmsg->cmsg_type = SCM_RIGHTS; in sendfd()
/dragonfly/contrib/mdocml/
H A Dmandocd.c103 cmsg->cmsg_type != SCM_RIGHTS || in read_fds()
/dragonfly/sys/sys/
H A Dsocket.h518 #define SCM_RIGHTS 0x01 /* access rights (array of int) */ macro
/dragonfly/usr.bin/dsynth/
H A Dsubs.c751 case SCM_RIGHTS: in dexec_logerr_thread()
/dragonfly/sys/netgraph/socket/
H A Dng_socket.c595 if (cm->cmsg_type != SCM_RIGHTS || cm->cmsg_level != SOL_SOCKET || in ng_internalize()
/dragonfly/usr.sbin/ppp/
H A Dbundle.c1433 if (cmsg->cmsg_level != SOL_SOCKET || cmsg->cmsg_type != SCM_RIGHTS) { in bundle_ReceiveDatalink()
1590 cmsg->cmsg_type = SCM_RIGHTS; in bundle_SendDatalink()
/dragonfly/sys/kern/
H A Duipc_usrreq.c1719 if ((cm->cmsg_type != SCM_RIGHTS && cm->cmsg_type != SCM_CREDS) || in unp_internalize()
2346 cm->cmsg_type != SCM_RIGHTS) in unp_scan()
H A Duipc_socket.c1433 cm->cmsg_type == SCM_RIGHTS) { in soreceive()
1441 cm->cmsg_type == SCM_RIGHTS) in soreceive()
/dragonfly/sys/netgraph7/socket/
H A Dng_socket.c703 if (cm->cmsg_type != SCM_RIGHTS || cm->cmsg_level != SOL_SOCKET || in ng_internalize()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1416 cmsg->cmsg_type = SCM_RIGHTS; in fdpass()