Symbol: CMSG_SPACE
crypto/libressl/apps/nc/netcat.c
1395
char buf[CMSG_SPACE(sizeof(int))];
crypto/openssh/defines.h
609
#ifndef CMSG_SPACE
crypto/openssh/monitor_fdpass.c
119
char buf[CMSG_SPACE(sizeof(int))];
crypto/openssh/monitor_fdpass.c
59
char buf[CMSG_SPACE(sizeof(int))];
lib/libc/net/ip6opt.c
239
if (cmsg->cmsg_len < CMSG_SPACE(sizeof(struct ip6_ext)))
lib/libc/net/ip6opt.c
243
if (cmsg->cmsg_len < CMSG_SPACE(hdrlen))
lib/libc/net/ip6opt.c
295
if (cmsg->cmsg_len < CMSG_SPACE(sizeof(struct ip6_ext)))
lib/libc/net/ip6opt.c
299
if (cmsg->cmsg_len < CMSG_SPACE(hdrlen))
lib/libc/net/ip6opt.c
60
return(CMSG_SPACE((nbytes + 7) & ~7));
lib/libc/net/nscachedcli.c
155
char cred[CMSG_SPACE(sizeof(struct cmsgcred))];
lib/libc/net/nscachedcli.c
167
cred_hdr.msg_controllen = CMSG_SPACE(sizeof(struct cmsgcred));
lib/libc/rpc/clnt_vc.c
762
char control[CMSG_SPACE(sizeof(struct cmsgcred))];
lib/libc/rpc/clnt_vc.c
774
msg.msg_controllen = CMSG_SPACE(sizeof(struct cmsgcred));
lib/libc/rpc/clnt_vc.c
787
char control[CMSG_SPACE(sizeof(struct cmsgcred))];
lib/libc/rpc/clnt_vc.c
803
msg.msg_controllen = CMSG_SPACE(sizeof(struct cmsgcred));
lib/libc/sysvipc/sockets.c
138
char buf[CMSG_SPACE(sizeof(int))];
lib/libc/sysvipc/sockets.c
191
char buf[CMSG_SPACE(sizeof(int))];
lib/libc/sysvipc/sockets.c
256
char cred[CMSG_SPACE(sizeof(struct cmsgcred))];
lib/libc/sysvipc/sockets.c
268
msg.msg_controllen = CMSG_SPACE(sizeof(struct cmsgcred));
lib/libc/sysvipc/sockets.c
293
char cred[CMSG_SPACE(sizeof(struct cmsgcred))];
sbin/ping/ping.c
216
char ctrl[CMSG_SPACE(sizeof(struct timeval))];
sbin/ping6/ping6.c
1627
if (bufsize < (extlen + CMSG_SPACE(0))) {
sbin/ping6/ping6.c
1628
extlen = bufsize - CMSG_SPACE(0);
sbin/ping6/ping6.c
729
ip6optlen += CMSG_SPACE(sizeof(struct in6_pktinfo));
sbin/ping6/ping6.c
732
ip6optlen += CMSG_SPACE(sizeof(int));
sys/kern/uipc_sockbuf.c
590
if (CMSG_SPACE(size) > MCLBYTES)
sys/kern/uipc_sockbuf.c
592
m = m_getl(CMSG_SPACE(size), M_NOWAIT, MT_CONTROL, 0, NULL);
sys/kern/uipc_sockbuf.c
595
m->m_len = CMSG_SPACE(size);
test/debug/fdpassing.c
113
char buf[CMSG_SPACE(sizeof(int))];
test/debug/fdpassing.c
81
char buf[CMSG_SPACE(sizeof(int))];
test/illumos/oclo/oclo.c
601
msg.msg_controllen = CMSG_SPACE(sizeof (int));
test/illumos/oclo/oclo.c
642
if (msg.msg_controllen + 4 < CMSG_SPACE(sizeof (int))) {
test/illumos/oclo/oclo.c
645
"0x%x", c->clo_desc, CMSG_SPACE(sizeof (int)),
test/socket/recvmsg/cloexec/recvmsg_cloexec.c
107
char cms[CMSG_SPACE(sizeof(int))];
test/socket/recvmsg/cloexec/recvmsg_cloexec.c
75
char cms[CMSG_SPACE(sizeof(int))];
test/testcases/io/sendfd_1/sendfd_1.c
39
char cms[CMSG_SPACE(sizeof(int))];
test/testcases/io/sendfd_1/sendfd_1.c
71
char cms[CMSG_SPACE(sizeof(int))];
test/udp/sendsrcaddr/udp_sendsrcaddr.c
22
uint8_t data[CMSG_SPACE(sizeof(struct in_addr))];
test/udp/tos/udp_tos.c
32
uint8_t data[CMSG_SPACE(sizeof(u_char))];
test/unix/loopdesc/loopdesc.c
18
uint8_t data[CMSG_SPACE(sizeof(int))];
test/unix/passdesc/passdesc.c
26
uint8_t data[CMSG_SPACE(sizeof(int))];
test/unix/passdesc/passdesc.c
62
uint8_t data[CMSG_SPACE(sizeof(int))];
usr.bin/dsynth/subs.c
649
char cbuf[CMSG_SPACE(sizeof(struct ucred))];
usr.bin/telnet/commands.c
2797
if (*lenp < (int)CMSG_SPACE(sizeof(struct ip6_rthdr) +
usr.sbin/mld6query/mld6query.c
187
cmsglen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
usr.sbin/nscd/query.c
161
char cred[CMSG_SPACE(sizeof(struct cmsgcred))];
usr.sbin/pflogd/privsep_fdpass.c
53
char tmp[CMSG_SPACE(sizeof(int))];
usr.sbin/pflogd/privsep_fdpass.c
89
char tmp[CMSG_SPACE(sizeof(int))];
usr.sbin/ppp/bundle.c
1533
char cmsgbuf[CMSG_SPACE(sizeof(int) * SEND_MAXFD)];
usr.sbin/ppp/bundle.c
1584
msg.msg_controllen = CMSG_SPACE(sizeof(int) * nfd);
usr.sbin/route6d/route6d.c
966
m.msg_controllen = CMSG_SPACE(sizeof(struct in6_pktinfo));
usr.sbin/rrenumd/rrenumd.c
171
rcvcmsglen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
usr.sbin/rrenumd/rrenumd.c
172
CMSG_SPACE(sizeof(int));
usr.sbin/rrenumd/rrenumd.c
184
sndcmsglen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
usr.sbin/rrenumd/rrenumd.c
185
CMSG_SPACE(sizeof(int));
usr.sbin/rtadvd/rtadvd.c
1543
rcvcmsgbuflen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
usr.sbin/rtadvd/rtadvd.c
1544
CMSG_SPACE(sizeof(int));
usr.sbin/rtadvd/rtadvd.c
1551
sndcmsgbuflen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
usr.sbin/rtadvd/rtadvd.c
1552
CMSG_SPACE(sizeof(int));
usr.sbin/rtsold/probe.c
71
int scmsglen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
usr.sbin/rtsold/probe.c
72
CMSG_SPACE(sizeof(int));
usr.sbin/rtsold/rtsol.c
90
sndcmsglen = rcvcmsglen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
usr.sbin/rtsold/rtsol.c
91
CMSG_SPACE(sizeof(int));
usr.sbin/traceroute6/traceroute6.c
620
rcvcmsglen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
usr.sbin/traceroute6/traceroute6.c
621
CMSG_SPACE(sizeof(int));