Lines Matching defs:msghdr
163 struct msghdr msghdr[1];177 /* populate the msghdr for sendmsg */178 msghdr->msg_name = NULL;179 msghdr->msg_namelen = 0;180 msghdr->msg_iov = msg;181 msghdr->msg_iovlen = iovlen;182 msghdr->msg_accrights = NULL;183 msghdr->msg_accrightslen = 0;196 while (sendmsg(slpdfd, msghdr, 0) == -1) {