Searched refs:send_errno (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c1325 struct msghdr *messagehdr, int cc, int send_errno)
1330 if (send_errno != 0) {
1331 if (SOFT_ERROR(send_errno))
1334 return (map_socket_error(sock, send_errno, &dev->result,
1347 isc__strerror(send_errno, strbuf, sizeof(strbuf));
1350 dev->result = isc__errno2result(send_errno);
1371 int *send_errno)
1391 *nbytes = internal_sendmsg(sock, lpo, msghdr, 0, send_errno);
1398 if (PENDING_ERROR(*send_errno)) {
1403 if (SOFT_ERROR(*send_errno)) {
1324 completeio_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int cc, int send_errno) argument
1370 startio_send(isc_socket_t *sock, isc_socketevent_t *dev, int *nbytes, 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
2920 int send_errno = 0; local
[all...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c1667 int send_errno; local
1674 send_errno = errno;
1680 if (send_errno == EINTR && ++attempts < NRETRIES)
1683 if (SOFT_ERROR(send_errno))
1687 if (send_errno == _system) { \
1697 if (send_errno == _system) { \
1731 isc__strerror(send_errno, strbuf, sizeof(strbuf));
1734 dev->result = isc__errno2result(send_errno);

Completed in 33 milliseconds