Home
last modified time | relevance | path

Searched refs:msghdr (Results 1 – 25 of 33) sorted by relevance

12

/glibc-2.36/conform/data/sys/
Dsocket.h-data20 type {struct msghdr}
22 element {struct msghdr} {void*} msg_name
23 element {struct msghdr} socklen_t msg_namelen
24 element {struct msghdr} {struct iovec*} msg_iov
26 xfail-element {struct msghdr} int msg_iovlen
27 element {struct msghdr} {void*} msg_control
28 xfail-element {struct msghdr} socklen_t msg_controllen
29 element {struct msghdr} int msg_flags
108 function ssize_t recvmsg (int, struct msghdr*, int)
110 function ssize_t sendmsg (int, const struct msghdr*, int)
/glibc-2.36/include/sys/
Dsocket.h90 extern ssize_t __libc_sendmsg (int __fd, const struct msghdr *__message,
92 extern ssize_t __sendmsg (int __fd, const struct msghdr *__message,
101 extern ssize_t __libc_recvmsg (int __fd, struct msghdr *__message,
103 extern ssize_t __recvmsg (int __fd, struct msghdr *__message,
110 extern ssize_t __libc_recvmsg64 (int __fd, struct msghdr *__message,
112 extern ssize_t __recvmsg64 (int __fd, struct msghdr *__message,
175 extern void __convert_scm_timestamps (struct msghdr *msg, socklen_t msgsize)
/glibc-2.36/socket/sys/
Dsocket.h92 struct msghdr msg_hdr; /* Actual message header. */
174 extern ssize_t sendmsg (int __fd, const struct msghdr *__message,
178 extern ssize_t __REDIRECT (sendmsg, (int __fd, const struct msghdr *__message,
182 extern ssize_t __sendmsg64 (int __fd, const struct msghdr *__message,
216 extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags);
220 (int __fd, struct msghdr *__message, int __flags),
223 extern ssize_t __recvmsg64 (int __fd, struct msghdr *__message, int __flags);
/glibc-2.36/sysdeps/unix/sysv/linux/
Drecvmsg.c24 __recvmsg_syscall (int fd, struct msghdr *msg, int flags) in __recvmsg_syscall()
34 __libc_recvmsg64 (int fd, struct msghdr *msg, int flags) in __libc_recvmsg64()
54 __libc_recvmsg (int fd, struct msghdr *msg, int flags) in weak_alias()
Dtst-getcwd-smallbuff.c57 struct msghdr msg = {0}; in send_fd()
90 struct msghdr msg = {0}; in recv_fd()
Dsendmsg.c25 __libc_sendmsg (int fd, const struct msghdr *msg, int flags) in __libc_sendmsg()
Dcmsg_nxthdr.c24 __cmsg_nxthdr (struct msghdr *mhdr, struct cmsghdr *cmsg) in __cmsg_nxthdr()
Dconvert_scm_timestamps.c38 __convert_scm_timestamps (struct msghdr *msg, socklen_t msgsize) in __convert_scm_timestamps()
Dcheck_native.c114 struct msghdr msg = in __check_native()
Dcheck_pf.c159 struct msghdr msg = in make_request()
Difaddrs.c162 struct msghdr msg = in __netlink_request()
/glibc-2.36/sunrpc/
Dsvc_udp.c178 if ((sizeof (struct iovec) + sizeof (struct msghdr) in svcudp_bufcreate()
239 struct msghdr *mesgp; in svcudp_recv()
247 mesgp = (struct msghdr *) &xprt->xp_pad [sizeof (struct iovec)]; in svcudp_recv()
257 + sizeof (struct msghdr)]; in svcudp_recv()
259 - sizeof (struct iovec) - sizeof (struct msghdr); in svcudp_recv()
335 struct msghdr *mesgp; in svcudp_reply()
345 mesgp = (struct msghdr *) &xprt->xp_pad [sizeof (struct iovec)]; in svcudp_reply()
Dsvc_unix.c328 struct msghdr msg; in __msgread()
375 struct msghdr msg; in __msgwrite()
Dclnt_unix.c439 struct msghdr msg; in __msgread()
489 struct msghdr msg; in __msgwrite()
Dclnt_udp.c413 struct msghdr msg; in clntudp_call()
/glibc-2.36/sysdeps/mach/hurd/
Dsendmsg.c33 __libc_sendmsg (int fd, const struct msghdr *message, int flags) in __libc_sendmsg()
112 for (; cmsg; cmsg = CMSG_NXTHDR ((struct msghdr *) message, cmsg)) in __libc_sendmsg()
123 cmsg = CMSG_NXTHDR ((struct msghdr *) message, cmsg)) in __libc_sendmsg()
Drecvmsg.c30 __libc_recvmsg (int fd, struct msghdr *message, int flags) in __libc_recvmsg()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsocket.h207 struct msghdr struct
252 extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
259 __NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)) in __NTH()
/glibc-2.36/bits/
Dsocket.h203 struct msghdr struct
248 extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
255 __NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)) in __NTH()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h262 struct msghdr struct
310 extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
317 __NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)) in __NTH()
/glibc-2.36/socket/
Dsendmsg.c24 __sendmsg (int fd, const struct msghdr *message, int flags) in __sendmsg()
Drecvmsg.c24 __recvmsg (int fd, struct msghdr *message, int flags) in __recvmsg()
/glibc-2.36/posix/
Dtest-errno.c103 struct msghdr msg; in do_test()
/glibc-2.36/sysdeps/pthread/
Dtst-cancel4.c924 struct msghdr m; in tf_recvmsg()
1359 struct msghdr m; in tf_sendmsg()
/glibc-2.36/nscd/
Dnscd_helper.c287 struct msghdr msg = { .msg_iov = iov, .msg_iovlen = 2, in __nscd_get_mapping()

12