Home | History | Annotate | Download | only in audio

Lines Matching refs:msgh

147 	struct msghdr msgh;
149 memset(&msgh, 0, sizeof(msgh));
150 msgh.msg_iov = &iov;
151 msgh.msg_iovlen = 1;
152 msgh.msg_control = &cmsg_b;
153 msgh.msg_controllen = CMSG_LEN(sizeof(int));
155 cmsg = CMSG_FIRSTHDR(&msgh);
162 return sendmsg(sock, &msgh, MSG_NOSIGNAL);