Lines Matching refs:messagehdr
304 struct msghdr messagehdr;
687 struct msghdr *messagehdr, int flags, int *Error)
695 Result = WSASendTo(sock->fd, messagehdr->msg_iov,
696 messagehdr->msg_iovlen, &BytesSent,
697 Flags, (SOCKADDR *)&messagehdr->to_addr,
698 messagehdr->to_addr_len, (LPWSAOVERLAPPED)lpo,
1346 struct msghdr *messagehdr, int cc, int send_errno)
1362 if (cc != messagehdr->msg_totallen)
1389 mh = &lpo->messagehdr;
2315 struct msghdr *messagehdr, int nbytes, int send_errno, IoCompletionInfo *lpo)
2356 switch (completeio_send(sock, dev, messagehdr, nbytes, send_errno)) {
2479 struct msghdr *messagehdr = NULL;
2621 messagehdr = &lpo->messagehdr;
2628 internal_send(sock, lpo->dev, messagehdr, nbytes, errstatus, lpo);