Home
last modified time | relevance | path

Searched refs:msg_control (Results 1 – 24 of 24) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-socket-timestamp.c68 char *msg_control = cmsg - msg_controllen; in do_recvmsg_slack_ancillary() local
69 memset (msg_control, 0x55, msg_controllen); in do_recvmsg_slack_ancillary()
78 .msg_control = msg_control, in do_recvmsg_slack_ancillary()
216 .msg_control = cmsg, in do_recvmsg_multiple_ancillary()
Dcmsg_nxthdr.c32 if ((unsigned char *) (cmsg + 1) > ((unsigned char *) mhdr->msg_control in __cmsg_nxthdr()
35 > ((unsigned char *) mhdr->msg_control + mhdr->msg_controllen))) in __cmsg_nxthdr()
Dconvert_scm_timestamps.c40 if (msg->msg_control == NULL || msg->msg_controllen == 0) in __convert_scm_timestamps()
93 memset (msg->msg_control + msg->msg_controllen, 0, in __convert_scm_timestamps()
Dtst-scm_rights.c64 .msg_control = cmsg_storage.bytes, in subprocess()
123 .msg_control = cmsg_storage.bytes, in one_test()
Dtst-getcwd-smallbuff.c68 msg.msg_control = &cmsgbuf.buf; in send_fd()
107 msg.msg_control = &cmsgbuf.buf; in recv_fd()
Dcheck_native.c120 .msg_control = NULL, in __check_native()
Dtst-socket-timestamp-compat.c58 mmhdr->msg_hdr.msg_control = msgbuf; in do_recvmsg_ancillary()
Dcheck_pf.c165 .msg_control = NULL, in make_request()
Difaddrs.c168 .msg_control = NULL, in __netlink_request()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsocket.h215 void *msg_control; /* Ancillary data (eg BSD filedesc passing). */ member
244 ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
267 if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control in __NTH()
270 > ((unsigned char *) __mhdr->msg_control + __mhdr->msg_controllen))) in __NTH()
/glibc-2.36/bits/
Dsocket.h211 void *msg_control; /* Ancillary data (eg BSD filedesc passing). */ member
240 ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
263 if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control in __NTH()
266 > ((unsigned char *) __mhdr->msg_control + __mhdr->msg_controllen))) in __NTH()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h270 void *msg_control; /* Ancillary data (eg BSD filedesc passing). */ member
303 ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
325 if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control in __NTH()
328 > ((unsigned char *) __mhdr->msg_control + __mhdr->msg_controllen))) in __NTH()
/glibc-2.36/nptl/
Dtst-cancel4_1.c91 mm.msg_hdr.msg_control = NULL; in tf_sendmmsg()
Dtst-cancel4_2.c89 mm.msg_hdr.msg_control = NULL; in tf_recvmmsg()
/glibc-2.36/sunrpc/
Dsvc_unix.c339 msg.msg_control = (caddr_t) &cm; in __msgread()
399 msg.msg_control = cmsg; in __msgwrite()
Dclnt_unix.c453 msg.msg_control = (caddr_t) &cm; in __msgread()
513 msg.msg_control = cmsg; in __msgwrite()
Dsvc_udp.c256 mesgp->msg_control = &xprt->xp_pad [sizeof (struct iovec) in svcudp_recv()
274 mesgp->msg_control = NULL; in svcudp_recv()
Dclnt_udp.c434 msg.msg_control = cbuf; in clntudp_call()
/glibc-2.36/sysdeps/mach/hurd/
Dsendmsg.c194 message->msg_control, in __libc_sendmsg()
Drecvmsg.c172 memcpy (message->msg_control, cdata, message->msg_controllen); in __libc_recvmsg()
/glibc-2.36/conform/data/sys/
Dsocket.h-data27 element {struct msghdr} {void*} msg_control
/glibc-2.36/sysdeps/pthread/
Dtst-cancel4.c929 m.msg_control = NULL; in tf_recvmsg()
1365 m.msg_control = NULL; in tf_sendmsg()
/glibc-2.36/nscd/
Dnscd_helper.c288 .msg_control = buf.bytes, in __nscd_get_mapping()
Dconnections.c1017 .msg_control = buf.bytes, in send_ro_fd()