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

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c2062 int send_errno; local
2074 send_errno = errno;
2080 if (send_errno == EINTR && ++attempts < NRETRIES)
2083 if (SOFT_ERROR(send_errno)) {
2090 if (send_errno == _system) { \
2100 if (send_errno == _system) { \
2134 isc__strerror(send_errno, strbuf, sizeof(strbuf));
2137 dev->result = isc__errno2result(send_errno);
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c1346 struct msghdr *messagehdr, int cc, int send_errno)
1350 if (send_errno != 0) {
1351 if (SOFT_ERROR(send_errno))
1354 return (map_socket_error(sock, send_errno, &dev->result,
1375 int *send_errno)
1395 *nbytes = internal_sendmsg(sock, lpo, mh, 0, send_errno);
1402 if (PENDING_ERROR(*send_errno)) {
1407 if (SOFT_ERROR(*send_errno)) {
1416 isc__strerror(*send_errno, strbuf, sizeof(strbuf));
1422 sock->fd, *nbytes, *send_errno, strbu
1345 completeio_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int cc, int send_errno) argument
1374 startio_send(isc_socket_t *sock, isc_socketevent_t *dev, int *nbytes, 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
3015 int send_errno = 0; local
[all...]

Completed in 23 milliseconds