Home | History | Annotate | Download | only in ipc

Lines Matching defs:mh

90 	struct msghdr   mh;
98 memset(&mh, 0, sizeof(mh));
99 mh.msg_namelen = 0;
100 mh.msg_iovlen = 1;
101 mh.msg_iov = &iov;
102 mh.msg_controllen = sizeof(ch);
103 mh.msg_control = (void *)&ch;
113 if (sendmsg(ipvi->ofd, &mh, 0) == -1)
117 sendmsg(sockets[0], &mh, 0);
122 if (sendmsg(sockets[0], &mh, 0) == -1)