Searched refs:mh (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 1381 struct msghdr *mh; local 1389 mh = &lpo->messagehdr; 1390 memset(mh, 0, sizeof(struct msghdr)); 1393 build_msghdr_send(sock, dev, mh, cmsg, sock->iov, lpo); 1395 *nbytes = internal_sendmsg(sock, lpo, mh, 0, send_errno);
|
Completed in 24 milliseconds