Lines Matching defs:msgh
43 struct msghdr msgh;49 memset(&msgh, 0, sizeof(msgh));55 msgh.msg_iov = &iov;56 msgh.msg_iovlen = 1;59 msgh.msg_control = control;60 msgh.msg_controllen = sizeof(control);61 cmsg = CMSG_FIRSTHDR(&msgh);71 msgh.msg_control = NULL;72 msgh.msg_controllen = 0;76 r = sendmsg(fd, &msgh, 0);