Searched defs:msghdr (Results 1 – 8 of 8) sorted by relevance
| /trueos/tools/regression/sockets/unix_cmsg/ |
| HD | unix_cmsg.c | 762 message_send(int fd, const struct msghdr *msghdr) in message_send() 796 message_sendn(int fd, struct msghdr *msghdr) in message_sendn() 809 message_recv(int fd, struct msghdr *msghdr) in message_recv() 895 check_msghdr(const struct msghdr *msghdr, size_t size) in check_msghdr() 1178 msghdr_init_generic(struct msghdr *msghdr, struct iovec *iov, void *cmsg_data) in msghdr_init_generic() 1197 msghdr_init_server(struct msghdr *msghdr, struct iovec *iov, in msghdr_init_server() 1209 msghdr_init_client(struct msghdr *msghdr, struct iovec *iov, in msghdr_init_client() 1265 struct msghdr msghdr; in t_cmsgcred_client() local 1300 struct msghdr msghdr; in t_cmsgcred_server() local 1364 struct msghdr msghdr; in t_sockcred_client() local [all …]
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | roken.h.in | 381 struct msghdr { struct 394 sendmsg_w32(rk_socket_t s, const struct msghdr * msg, int flags); argument
|
| /trueos/sys/sys/ |
| HD | socket.h | 402 struct msghdr { struct 403 void *msg_name; /* optional address */ 404 socklen_t msg_namelen; /* size of address */ 405 struct iovec *msg_iov; /* scatter/gather array */ 406 int msg_iovlen; /* # elements in msg_iov */ 407 void *msg_control; /* ancillary data, see below */ 408 socklen_t msg_controllen; /* ancillary data buffer len */ 409 int msg_flags; /* flags on received message */
|
| /trueos/tools/regression/sockets/unix_passfd/ |
| HD | unix_passfd.c | 118 struct msghdr msghdr; in sendfd_payload() local 160 struct msghdr msghdr; in recvfd_payload() local
|
| /trueos/sys/kern/ |
| HD | sysv_msg.c | 349 msg_freehdr(msghdr) in msg_freehdr() argument 449 struct msg *msghdr; local 690 register struct msg *msghdr; local 1056 register struct msg *msghdr; local
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | changepw.c | 84 struct msghdr msghdr; in chgpw_send_request() local 178 struct msghdr msghdr; in setpw_send_request() local
|
| /trueos/crypto/heimdal/kpasswd/ |
| HD | kpasswdd.c | 75 struct msghdr msghdr; in send_reply() local
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_io.c | 2927 fetch_timestamp(struct recvbuf *rb, struct msghdr *msghdr, l_fp ts) in fetch_timestamp() 2985 struct msghdr msghdr; in read_network_packet() local
|