/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | cmsg_nxthdr.c | 24 __cmsg_nxthdr (struct msghdr *mhdr, struct cmsghdr *cmsg) in __cmsg_nxthdr()
|
D | tst-socket-timestamp-compat.c | 100 for (struct cmsghdr *cmsg = CMSG_FIRSTHDR (&mmhdr.msg_hdr); in do_test_large_buffer() local 126 for (struct cmsghdr *cmsg = CMSG_FIRSTHDR (&mmhdr.msg_hdr); in do_test_large_buffer() local 169 for (struct cmsghdr *cmsg = CMSG_FIRSTHDR (&mmhdr.msg_hdr); in do_test_small_buffer() local 210 for (struct cmsghdr *cmsg = CMSG_FIRSTHDR (&mmhdr.msg_hdr); in do_test_small_buffer() local
|
D | convert_scm_timestamps.c | 50 struct cmsghdr *cmsg, *last = NULL; in __convert_scm_timestamps() local
|
D | tst-socket-timestamp.c | 58 do_recvmsg_slack_ancillary (bool use_multi_call, int s, void *cmsg, in do_recvmsg_slack_ancillary() 108 for (struct cmsghdr *cmsg = CMSG_FIRSTHDR (&mmhdr.msg_hdr); in do_recvmsg_slack_ancillary() local 197 do_recvmsg_multiple_ancillary (bool use_multi_call, int s, void *cmsg, in do_recvmsg_multiple_ancillary() 237 for (struct cmsghdr *cmsg = CMSG_FIRSTHDR (&mmhdr.msg_hdr); in do_recvmsg_multiple_ancillary() local
|
D | tst-scm_rights.c | 70 struct cmsghdr *cmsg = CMSG_FIRSTHDR (&mmhdr.msg_hdr); in subprocess() local 129 struct cmsghdr *cmsg = CMSG_FIRSTHDR (&mmhdr.msg_hdr); in one_test() local
|
D | tst-getcwd-smallbuff.c | 63 struct cmsghdr *cmsg; in send_fd() local 96 struct cmsghdr *cmsg; in recv_fd() local
|
/glibc-2.36/inet/ |
D | inet6_option.c | 26 add_pad (struct cmsghdr *cmsg, int len) in add_pad() 140 inet6_option_append (struct cmsghdr *cmsg, const uint8_t *typep, int multx, in inet6_option_append() 173 option_alloc (struct cmsghdr *cmsg, int datalen, int multx, int plusy) in option_alloc() 217 inet6_option_alloc (struct cmsghdr *cmsg, int datalen, int multx, int plusy) in inet6_option_alloc() 235 inet6_option_next (const struct cmsghdr *cmsg, uint8_t **tptrp) in inet6_option_next() 291 inet6_option_find (const struct cmsghdr *cmsg, uint8_t **tptrp, int type) in inet6_option_find()
|
/glibc-2.36/sunrpc/ |
D | rpc_cmsg.c | 43 xdr_callmsg (XDR *xdrs, struct rpc_msg *cmsg) in xdr_callmsg()
|
D | svc_unix.c | 312 struct cmsghdr cmsg; member
|
D | clnt_udp.c | 414 struct cmsghdr *cmsg; in clntudp_call() local
|
D | svc_udp.c | 263 struct cmsghdr *cmsg; in svcudp_recv() local
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | sendmsg.c | 36 struct cmsghdr *cmsg; in __libc_sendmsg() local
|
D | recvmsg.c | 38 struct cmsghdr *cmsg; in __libc_recvmsg() local
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | socket.h | 235 # define CMSG_DATA(cmsg) ((cmsg)->__cmsg_data) argument 237 # define CMSG_DATA(cmsg) ((unsigned char *) ((struct cmsghdr *) (cmsg) + 1)) argument 240 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr (mhdr, cmsg) argument
|
/glibc-2.36/bits/ |
D | socket.h | 231 # define CMSG_DATA(cmsg) ((cmsg)->__cmsg_data) argument 233 # define CMSG_DATA(cmsg) ((unsigned char *) ((struct cmsghdr *) (cmsg) + 1)) argument 236 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr (mhdr, cmsg) argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | socket.h | 296 # define CMSG_DATA(cmsg) ((cmsg)->__cmsg_data) argument 298 # define CMSG_DATA(cmsg) ((unsigned char *) ((struct cmsghdr *) (cmsg) + 1)) argument 300 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr (mhdr, cmsg) argument
|
/glibc-2.36/nscd/ |
D | nscd_helper.c | 290 struct cmsghdr *cmsg = CMSG_FIRSTHDR (&msg); in __nscd_get_mapping() local
|
D | connections.c | 1019 struct cmsghdr *cmsg = CMSG_FIRSTHDR (&msg); in send_ro_fd() local
|