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

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c1329 struct msghdr *messagehdr, int cc, int send_errno)
1334 if (send_errno != 0) {
1335 if (SOFT_ERROR(send_errno))
1338 return (map_socket_error(sock, send_errno, &dev->result,
1351 isc__strerror(send_errno, strbuf, sizeof(strbuf));
1354 dev->result = isc__errno2result(send_errno);
1375 int *send_errno)
1395 *nbytes = internal_sendmsg(sock, lpo, msghdr, 0, send_errno);
1402 if (PENDING_ERROR(*send_errno)) {
1407 if (SOFT_ERROR(*send_errno)) {
1328 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
2266 internal_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int nbytes, int send_errno, IoCompletionInfo *lpo) argument
2961 int send_errno = 0; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c1850 int send_errno; local
1857 send_errno = errno;
1863 if (send_errno == EINTR && ++attempts < NRETRIES)
1866 if (SOFT_ERROR(send_errno))
1870 if (send_errno == _system) { \
1880 if (send_errno == _system) { \
1914 isc__strerror(send_errno, strbuf, sizeof(strbuf));
1917 dev->result = isc__errno2result(send_errno);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c1836 int send_errno; local
1843 send_errno = errno;
1849 if (send_errno == EINTR && ++attempts < NRETRIES)
1852 if (SOFT_ERROR(send_errno))
1856 if (send_errno == _system) { \
1866 if (send_errno == _system) { \
1900 isc__strerror(send_errno, strbuf, sizeof(strbuf));
1903 dev->result = isc__errno2result(send_errno);

Completed in 187 milliseconds