Searched refs:msgh (Results 1 – 1 of 1) sorted by relevance
111 struct msghdr msgh; in sendtosocket() local137 memset(&msgh, 0, sizeof(msgh)); in sendtosocket()138 msgh.msg_control = &cmsg_b; in sendtosocket()139 msgh.msg_controllen = CMSG_LEN(len); in sendtosocket()142 msgh.msg_iov = &iov; in sendtosocket()143 msgh.msg_iovlen = 1; in sendtosocket()144 cmsg = CMSG_FIRSTHDR(&msgh); in sendtosocket()150 ret = sendmsg(sockfd, &msgh, MSG_DONTWAIT); in sendtosocket()167 struct msghdr msgh; in receivefromsocket() local190 memset(&msgh, 0, sizeof(msgh)); in receivefromsocket()[all …]