Searched refs:msg_control (Results 26 - 50 of 68) sorted by relevance

123

/openbsd-current/regress/sys/netinet/sendsrcaddr/
H A Druntest.c217 msg.msg_control = &cmsgbuf;
/openbsd-current/regress/sys/netinet6/pktinfo_addr/
H A Druntest.c212 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/usr.sbin/hostapd/
H A Diapp.c173 msg.msg_control = 0;
/openbsd-current/usr.sbin/dhcpd/
H A Dudpsock.c114 m.msg_control = cbuf;
/openbsd-current/usr.sbin/ripd/
H A Dpacket.c117 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/libexec/login_skey/
H A Dlogin_skey.c284 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/regress/lib/libc/sys/
H A Dt_kevent.c97 m.msg_control = msg;
/openbsd-current/usr.sbin/rpki-client/
H A Dio.c255 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h203 void *msg_control; member in struct:__sanitizer::__sanitizer_msghdr
H A Dsanitizer_platform_limits_freebsd.h233 void *msg_control; member in struct:__sanitizer::__sanitizer_msghdr
H A Dsanitizer_platform_limits_solaris.cpp238 CHECK_SIZE_AND_OFFSET(msghdr, msg_control);
H A Dsanitizer_platform_limits_posix.h460 void *msg_control; member in struct:__sanitizer::__sanitizer_msghdr
477 void *msg_control; member in struct:__sanitizer::__sanitizer_msghdr
/openbsd-current/usr.sbin/ospf6d/
H A Dpacket.c152 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/sbin/iked/
H A Dutil.c310 msg.msg_control = &cmsgbuf;
362 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/usr.sbin/dhcrelay6/
H A Dbpf.c247 msg.msg_control = cmsgbuf;
/openbsd-current/sbin/isakmpd/
H A Dudp_encap.c448 m.msg_control = 0;
H A Dudp.c469 m.msg_control = 0;
/openbsd-current/usr.sbin/ospfd/
H A Dpacket.c144 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/usr.sbin/tftp-proxy/
H A Dtftp-proxy.c501 msg.msg_control = (caddr_t)&cmsgbuf.buf;
708 msg.msg_control = &cmsgbuf.buf;
804 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/usr.bin/dig/lib/isc/unix/
H A Dsocket.c425 if (msg->msg_controllen == 0U || msg->msg_control == NULL)
565 msg->msg_control = NULL;
578 msg->msg_control = (void *)cmsgbuf;
598 msg->msg_control = (void *)cmsgbuf;
625 msg->msg_control = (void *)cmsgbuf;
649 msg->msg_control = (void *)cmsgbuf;
762 msg->msg_control = cmsgbuf;
/openbsd-current/regress/sys/dev/kcov/
H A Dkcov.c393 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/lib/libutil/
H A Dimsg.c73 msg.msg_control = &cmsgbuf.buf;
/openbsd-current/sbin/slaacd/
H A Dfrontend.c211 sndmhdr.msg_control = (caddr_t)sndcmsgbuf;
1080 if ((icmp6ev->rcvmhdr.msg_control = malloc(icmp6ev->
/openbsd-current/sbin/ping/
H A Dping.c682 smsghdr.msg_control = (caddr_t)scmsg;
831 m.msg_control = (caddr_t)&cmsgbuf.buf;
938 m.msg_control = (caddr_t)&cmsgbuf.buf;
/openbsd-current/usr.sbin/ldpd/
H A Dpacket.c160 m.msg_control = &cmsgbuf.buf;

Completed in 329 milliseconds

123