Searched defs:messagehdr (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c303 struct msghdr messagehdr; member in struct:IoCompletionInfo
668 struct msghdr *messagehdr, int flags, int *Error)
676 Result = WSASendTo(sock->fd, messagehdr->msg_iov,
677 messagehdr->msg_iovlen, &BytesSent,
678 Flags, (SOCKADDR *)&messagehdr->to_addr,
679 messagehdr->to_addr_len, (LPWSAOVERLAPPED)lpo,
1325 struct msghdr *messagehdr, int cc, int send_errno)
1358 if (cc != messagehdr->msg_totallen)
1385 msghdr = &lpo->messagehdr;
2230 struct msghdr *messagehdr, in
667 internal_sendmsg(isc_socket_t *sock, IoCompletionInfo *lpo, struct msghdr *messagehdr, int flags, int *Error) argument
1324 completeio_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int cc, int send_errno) argument
2229 internal_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int nbytes, int send_errno, IoCompletionInfo *lpo) argument
2389 struct msghdr *messagehdr = NULL; local
[all...]

Completed in 473 milliseconds