/glibc-2.36/conform/data/sys/ |
D | socket.h-data | 20 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/ |
D | socket.h | 90 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/ |
D | socket.h | 92 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/ |
D | recvmsg.c | 24 __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()
|
D | tst-getcwd-smallbuff.c | 57 struct msghdr msg = {0}; in send_fd() 90 struct msghdr msg = {0}; in recv_fd()
|
D | sendmsg.c | 25 __libc_sendmsg (int fd, const struct msghdr *msg, int flags) in __libc_sendmsg()
|
D | cmsg_nxthdr.c | 24 __cmsg_nxthdr (struct msghdr *mhdr, struct cmsghdr *cmsg) in __cmsg_nxthdr()
|
D | convert_scm_timestamps.c | 38 __convert_scm_timestamps (struct msghdr *msg, socklen_t msgsize) in __convert_scm_timestamps()
|
D | check_native.c | 114 struct msghdr msg = in __check_native()
|
D | check_pf.c | 159 struct msghdr msg = in make_request()
|
D | ifaddrs.c | 162 struct msghdr msg = in __netlink_request()
|
/glibc-2.36/sunrpc/ |
D | svc_udp.c | 178 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()
|
D | svc_unix.c | 328 struct msghdr msg; in __msgread() 375 struct msghdr msg; in __msgwrite()
|
D | clnt_unix.c | 439 struct msghdr msg; in __msgread() 489 struct msghdr msg; in __msgwrite()
|
D | clnt_udp.c | 413 struct msghdr msg; in clntudp_call()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | sendmsg.c | 33 __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()
|
D | recvmsg.c | 30 __libc_recvmsg (int fd, struct msghdr *message, int flags) in __libc_recvmsg()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | socket.h | 207 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/ |
D | socket.h | 203 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/ |
D | socket.h | 262 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/ |
D | sendmsg.c | 24 __sendmsg (int fd, const struct msghdr *message, int flags) in __sendmsg()
|
D | recvmsg.c | 24 __recvmsg (int fd, struct msghdr *message, int flags) in __recvmsg()
|
/glibc-2.36/posix/ |
D | test-errno.c | 103 struct msghdr msg; in do_test()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel4.c | 924 struct msghdr m; in tf_recvmsg() 1359 struct msghdr m; in tf_sendmsg()
|
/glibc-2.36/nscd/ |
D | nscd_helper.c | 287 struct msghdr msg = { .msg_iov = iov, .msg_iovlen = 2, in __nscd_get_mapping()
|