Home
last modified time | relevance | path

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

12

/netbsd-src/dist/pf/sbin/pflogd/
H A Dprivsep_fdpass.c68 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
116 if (cmsg->cmsg_type != SCM_RIGHTS) in receive_fd()
118 SCM_RIGHTS, cmsg->cmsg_type); in receive_fd()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmonitor_fdpass.c70 cmsg->cmsg_type = SCM_RIGHTS; in mm_send_fd()
151 if (cmsg->cmsg_type != SCM_RIGHTS) { in mm_receive_fd()
152 error_f("expected %d got %d", SCM_RIGHTS, cmsg->cmsg_type); in mm_receive_fd()
/netbsd-src/tests/net/fdpass/
H A Dfdpass.c70 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
145 if (cmsg->cmsg_type != SCM_RIGHTS) in recv_fd()
147 SCM_RIGHTS, cmsg->cmsg_type); in recv_fd()
/netbsd-src/tests/include/sys/
H A Dt_socket.c49 cmp->cmsg_type = SCM_RIGHTS; in ATF_TC_BODY()
138 cmp->cmsg_type = SCM_RIGHTS; in ATF_TC_BODY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dsocket.d186 SCM_RIGHTS = 0x01 in version()
599 SCM_RIGHTS = 0x01
738 SCM_RIGHTS = 0x01
896 SCM_RIGHTS = 0x01
1066 SCM_RIGHTS = 0x01,
1355 SCM_RIGHTS = 0x01
1446 SCM_RIGHTS = 0x1010
/netbsd-src/regress/sys/kern/unfdpass/
H A Dunfdpass.c254 case SCM_RIGHTS:
423 cmp->cmsg_type = SCM_RIGHTS; in child()
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dmsgio.c87 cmsg->cmsg_type = SCM_RIGHTS; in msghdr_add_fd()
100 cmsg->cmsg_type != SCM_RIGHTS || in msghdr_get_fd()
/netbsd-src/sys/compat/common/
H A Duipc_syscalls_43.c253 && cmsg->cmsg_type == SCM_RIGHTS in compat_43_sys_recvmsg()
326 cmsg->cmsg_type = SCM_RIGHTS; in compat43_set_accrights()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dunix_send_fd.c95 cmptr->cmsg_type = SCM_RIGHTS; in unix_send_fd()
H A Dunix_recv_fd.c113 if (cmptr->cmsg_type != SCM_RIGHTS) in unix_recv_fd()
/netbsd-src/sbin/mount_portal/
H A Dactivate.c148 cmsg->cmsg_type = SCM_RIGHTS; in send_reply()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-pipe-sendmsg.c137 cmsg->cmsg_type = SCM_RIGHTS; in TEST_IMPL()
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dgetpeereid.c150 cmsg->cmsg_type == SCM_RIGHTS in lutil_getpeereid()
/netbsd-src/external/bsd/mdocml/dist/
H A Dmandocd.c103 cmsg->cmsg_type != SCM_RIGHTS || in read_fds()
/netbsd-src/tests/lib/libc/sys/
H A Dt_kevent.c122 msg->cmsg_type = SCM_RIGHTS; in ATF_TC_BODY()
/netbsd-src/external/bsd/nvi/dist/ipc/
H A Dipc_method.c109 ch.header.cmsg_type = SCM_RIGHTS; in vi_new_window()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c223 cmsg->cmsg_type = SCM_RIGHTS; in ldap_pvt_connect()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cc324 if (cmsg->cmsg_level != SOL_SOCKET || cmsg->cmsg_type != SCM_RIGHTS) in ExtractRecvmsgFDs()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_linux.cc326 if (cmsg->cmsg_level != SOL_SOCKET || cmsg->cmsg_type != SCM_RIGHTS) in ExtractRecvmsgFDs()
/netbsd-src/sys/sys/
H A Dsocket.h577 #define SCM_RIGHTS 0x01 /* access rights (array of int) */ macro
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dimsg.c99 cmsg->cmsg_type == SCM_RIGHTS) { in imsg_read()
H A Dimsg-buffer.c657 cmsg->cmsg_type = SCM_RIGHTS; in msgbuf_write()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cpp356 if (cmsg->cmsg_level != SOL_SOCKET || cmsg->cmsg_type != SCM_RIGHTS) in ExtractRecvmsgFDs()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dstream.c841 cmsg->cmsg_type = SCM_RIGHTS; in uv__try_write()
1034 if (cmsg->cmsg_type != SCM_RIGHTS) { in uv__stream_recv_cmsg()
/netbsd-src/external/bsd/ipf/dist/FWTK/
H A Dfwtk_transparent.diff1013 ! #ifdef SCM_RIGHTS /* 4.3BSD Reno and later */
1021 ! #if defined(SCM_RIGHTS) && !defined(LINUX)/* 4.3BSD Reno and later */

12