Home | History | Annotate | Download | only in audio

Lines Matching refs:msgh

126 	struct msghdr msgh;
128 memset(&msgh, 0, sizeof(msgh));
129 msgh.msg_iov = &iov;
130 msgh.msg_iovlen = 1;
131 msgh.msg_control = &cmsg_b;
132 msgh.msg_controllen = CMSG_LEN(sizeof(int));
134 cmsg = CMSG_FIRSTHDR(&msgh);
141 return sendmsg(sock, &msgh, MSG_NOSIGNAL);