Searched defs:messagehdr (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 304 struct msghdr messagehdr; member in struct:IoCompletionInfo 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, in 686 internal_sendmsg(isc_socket_t *sock, IoCompletionInfo *lpo, struct msghdr *messagehdr, int flags, int *Error) argument 1345 completeio_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int cc, int send_errno) argument 2314 internal_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int nbytes, int send_errno, IoCompletionInfo *lpo) argument 2479 struct msghdr *messagehdr = NULL; local [all...] |
Completed in 21 milliseconds