Home
last modified time | relevance | path

Searched refs:msg_accrights (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/compat/common/
H A Duipc_syscalls_43.c227 if (omsg.msg_accrights == NULL) in compat_43_sys_recvmsg()
240 omsg.msg_accrights != NULL ? &control : NULL, retval); in compat_43_sys_recvmsg()
249 if (omsg.msg_accrights && control != NULL) { in compat_43_sys_recvmsg()
255 && copyout(CMSG_DATA(cmsg), omsg.msg_accrights, in compat_43_sys_recvmsg()
380 error = compat43_set_accrights(&msg, omsg.msg_accrights, in compat_43_sys_sendmsg()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_compat_43.c440 if (NETBSD32PTR64(omsg.msg_accrights) == NULL) in compat_43_netbsd32_orecvmsg()
458 NETBSD32PTR64(omsg.msg_accrights) != NULL ? &control : NULL, in compat_43_netbsd32_orecvmsg()
468 if (NETBSD32PTR64(omsg.msg_accrights) != NULL && control != NULL) { in compat_43_netbsd32_orecvmsg()
475 NETBSD32PTR64(omsg.msg_accrights), in compat_43_netbsd32_orecvmsg()
546 error = compat43_set_accrights(&msg, NETBSD32PTR64(omsg.msg_accrights), in compat_43_netbsd32_osendmsg()
H A Dnetbsd32.h760 netbsd32_caddr_t msg_accrights; /* access rights sent/recvd */ member
/netbsd/sys/compat/sys/
H A Dsocket.h69 void * msg_accrights; /* access rights sent/received */ member
/netbsd/external/bsd/libbind/dist/bsd/
H A Dwritev.c41 mesg.msg_accrights = 0; in __writev()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dunix_send_fd.c92 msg.msg_accrights = (char *) &sendfd; in unix_send_fd()
H A Dunix_recv_fd.c85 msg.msg_accrights = (char *) &newfd; in unix_recv_fd()
/netbsd/external/bsd/openldap/dist/libraries/liblutil/
H A Dgetpeereid.c136 msg.msg_accrights = (char *)&fd; in lutil_getpeereid()
/netbsd/regress/sys/compat/
H A Duipc_syscalls_43.c205 msg.msg_accrights = (caddr_t) &descr; in main()
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c227 msg.msg_accrights = (char *)fds; in ldap_pvt_connect()
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c1421 msg->msg_accrights = NULL; in build_msghdr_send()
1554 msg->msg_accrights = NULL; in build_msghdr_recv()