Lines Matching refs:msghdr
44 TYPE(struct msghdr); in sys_socket_h()
45 STRUCT_MEMBER(struct msghdr, void*, msg_name); in sys_socket_h()
46 STRUCT_MEMBER(struct msghdr, socklen_t, msg_namelen); in sys_socket_h()
47 STRUCT_MEMBER(struct msghdr, struct iovec*, msg_iov); in sys_socket_h()
49 STRUCT_MEMBER(struct msghdr, size_t, msg_iovlen); in sys_socket_h()
51 STRUCT_MEMBER(struct msghdr, int, msg_iovlen); in sys_socket_h()
53 STRUCT_MEMBER(struct msghdr, void*, msg_control); in sys_socket_h()
55 STRUCT_MEMBER(struct msghdr, size_t, msg_controllen); in sys_socket_h()
57 STRUCT_MEMBER(struct msghdr, socklen_t, msg_controllen); in sys_socket_h()
59 STRUCT_MEMBER(struct msghdr, int, msg_flags); in sys_socket_h()
145 FUNCTION(sendmsg, ssize_t (*f)(int, const struct msghdr*, int)); in sys_socket_h()