Searched refs:msg_control (Results 1 - 25 of 68) sorted by relevance

123

/openbsd-current/regress/sys/kern/unixsockets/
H A Dunsopassgc.c80 union msg_control { union
97 union msg_control msg_control; local
109 msgh.msg_control = msg_control.control;
110 msgh.msg_controllen = sizeof(msg_control.control);
141 union msg_control msg_control; local
150 msg_control.cmsgh.cmsg_level = SOL_SOCKET;
151 msg_control
203 union msg_control msg_control; local
[all...]
H A Dunfdpassfail.c32 union msg_control{ union
46 union msg_control msg_control; local
74 msgh.msg_control = msg_control.control;
75 msgh.msg_controllen = sizeof(msg_control.control);
H A Dungc.c31 union msg_control{ union
39 union msg_control msg_control; local
61 msgh.msg_control = msg_control.control;
114 msgh.msg_control = msg_control.control;
/openbsd-current/regress/usr.sbin/ospfd/
H A DPassFd.xs42 msg.msg_control = &cmsgbuf.buf;
72 msg.msg_control = &cmsgbuf.buf;
H A Dopentap.c68 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/sbin/isakmpd/
H A Dmonitor_fdpass.c52 msg.msg_control = (caddr_t)&cmsgbuf.buf;
95 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/sbin/pflogd/
H A Dprivsep_fdpass.c65 msg.msg_control = (caddr_t)&cmsgbuf.buf;
107 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/libexec/ftpd/
H A Dmonitor_fdpass.c47 msg.msg_control = (caddr_t)&cmsgbuf.buf;
88 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/usr.sbin/syslogd/
H A Dprivsep_fdpass.c60 msg.msg_control = (caddr_t)&cmsgbuf.buf;
102 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep_fdpass.c48 msg.msg_control = (caddr_t)&cmsgbuf.buf;
89 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/usr.bin/ssh/
H A Dmonitor_fdpass.c55 msg.msg_control = (caddr_t)&cmsgbuf.buf;
108 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/regress/sys/kern/kqueue/
H A Dkqueue-fdpass.c53 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/regress/sys/kern/pledge/sendrecvfd/
H A Dsendrecvfd.c72 msg.msg_control = &cmsgbuf.buf;
125 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/regress/sys/kern/pledge/ioctl/
H A Dunfdpass.c145 msg.msg_control = &cmsgbuf.buf;
220 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/regress/sys/kern/pledge/filedescriptor/
H A Dpass.c45 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/regress/sys/kern/recvwait/
H A Dmcontrol-stream.c70 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/sys/sys/
H A Dsocket.h488 void *msg_control; /* ancillary data, see below */ member in struct:msghdr
515 * Header for ancillary data objects in msg_control buffer.
535 ((char *)(mhdr)->msg_control) + (mhdr)->msg_controllen) ? \
545 (struct cmsghdr *)(mhdr)->msg_control : \
/openbsd-current/regress/sys/kern/cmsgsize/
H A Dcmsgsize.c133 msg.msg_control = cmsgbuf;
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A Dutil.c59 msg.msg_control = &cmsgbuf;
111 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/regress/sys/kern/unfdpass/
H A Dunfdpass.c185 msg.msg_control = &cmsgbuf.buf;
290 msg.msg_control = cmsgbuf;
/openbsd-current/usr.sbin/snmpd/
H A Dutil.c56 msg.msg_control = &cmsgbuf;
108 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/usr.sbin/npppd/common/
H A Drecvfromto.c73 m.msg_control = (caddr_t)cm;
211 msg.msg_control = (caddr_t)&cmsgbuf.buf;
/openbsd-current/usr.bin/sndiod/
H A Dfdpass.c100 msg.msg_control = &cmsgbuf.buf;
160 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc101 void *msg_control;
167 POST_WRITE(msg->msg_control, msg->msg_controllen);
186 POST_WRITE(msg->msg_hdr.msg_control, msg->msg_hdr.msg_controllen);
/openbsd-current/usr.bin/kdump/
H A Dktrstruct.c407 mmsg->msg_hdr.msg_control, mmsg->msg_hdr.msg_controllen);
418 msg->msg_control, msg->msg_controllen);
495 msg.msg_control = data;

Completed in 147 milliseconds

123