/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | uc_common.c | 266 uc_message_send(int fd, const struct msghdr *msghdr) in uc_message_send() 300 uc_message_sendn(int fd, struct msghdr *msghdr) in uc_message_sendn() 313 uc_message_recv(int fd, struct msghdr *msghdr) in uc_message_recv() 399 uc_check_msghdr(const struct msghdr *msghdr, size_t size) in uc_check_msghdr() 448 uc_msghdr_init_generic(struct msghdr *msghdr, struct iovec *iov, void *cmsg_data) in uc_msghdr_init_generic() 467 uc_msghdr_init_server(struct msghdr *msghdr, struct iovec *iov, in uc_msghdr_init_server() 479 uc_msghdr_init_client(struct msghdr *msghdr, struct iovec *iov, in uc_msghdr_init_client()
|
H A D | t_xxxtime.c.in | 65 struct msghdr msghdr; variable 100 struct msghdr msghdr; variable
|
H A D | t_cmsgcred.c | 42 struct msghdr msghdr; in t_cmsgcred_client() local 77 struct msghdr msghdr; in t_cmsgcred_server() local
|
H A D | t_sockcred.c | 42 struct msghdr msghdr; in t_sockcred_client() local 71 struct msghdr msghdr; in t_sockcred_server() local
|
H A D | t_cmsg_len.c | 46 struct msghdr msghdr; in t_cmsg_len_client() local
|
H A D | t_cmsgcred_sockcred.c | 43 struct msghdr msghdr; in t_cmsgcred_sockcred_server() local
|
/freebsd/tests/sys/kern/ |
H A D | unix_passfd_test.c | 167 struct msghdr msghdr; in sendfd_payload() local 216 struct msghdr msghdr; in recvfd_payload() local 477 struct msghdr msghdr; in ATF_TC_BODY() local 596 struct msghdr msghdr = { in ATF_TC_BODY() local 762 struct msghdr msghdr; in send_cmsg() local 787 struct msghdr msghdr; in recv_cmsg() local 907 struct msghdr msghdr; in ATF_TC_BODY() local 949 struct msghdr msghdr; in ATF_TC_BODY() local
|
H A D | unix_dgram.c | 346 struct msghdr msghdr = { in ATF_TC_BODY() local
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken.h.in | 381 struct msghdr { struct 394 sendmsg_w32(rk_socket_t s, const struct msghdr * msg, int flags); argument
|
/freebsd/sys/sys/ |
H A D | socket.h | 440 struct msghdr { struct 441 void *msg_name; /* optional address */ 442 socklen_t msg_namelen; /* size of address */ 443 struct iovec *msg_iov; /* scatter/gather array */ 444 int msg_iovlen; /* # elements in msg_iov */ 445 void *msg_control; /* ancillary data, see below */ 446 socklen_t msg_controllen; /* ancillary data buffer len */ 447 int msg_flags; /* flags on received message */
|
/freebsd/sys/kern/ |
H A D | sysv_msg.c | 384 msg_freehdr(struct msg *msghdr) in msg_freehdr() 412 struct msg *msghdr; in msq_remove() local 549 struct msg *msghdr; in kern_msgctl() local 771 struct msg *msghdr; in kern_msgsnd() local 1141 struct msg *msghdr; in kern_msgrcv() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | changepw.c | 84 struct msghdr msghdr; in chgpw_send_request() local 178 struct msghdr msghdr; in setpw_send_request() local
|
/freebsd/crypto/heimdal/kpasswd/ |
H A D | kpasswdd.c | 75 struct msghdr msghdr; in send_reply() local
|
/freebsd/usr.bin/truss/ |
H A D | syscalls.c | 1466 print_cmsgs(FILE *fp, pid_t pid, bool receive, struct msghdr *msghdr) in print_cmsgs() 2699 struct msghdr msghdr; in print_arg() local
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 1357 linux_sendmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_sendmsg_common() 1775 linux_recvmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_recvmsg_common()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 3399 struct msghdr * msghdr, 3527 struct msghdr msghdr; local
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius_client.c | 1096 struct msghdr msghdr = {0}; in radius_client_receive() local
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_lib.c | 2628 unsigned char msghdr[SSL3_HM_HEADER_LENGTH]; in create_synthetic_message_hash() local
|