Searched refs:send_errno (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | socket.c | 1329 struct msghdr *messagehdr, int cc, int send_errno) in completeio_send() argument 1334 if (send_errno != 0) { in completeio_send() 1335 if (SOFT_ERROR(send_errno)) in completeio_send() 1351 isc__strerror(send_errno, strbuf, sizeof(strbuf)); in completeio_send() 1354 dev->result = isc__errno2result(send_errno); in completeio_send() 1375 int *send_errno) in startio_send() argument 1402 if (PENDING_ERROR(*send_errno)) { in startio_send() 1407 if (SOFT_ERROR(*send_errno)) { in startio_send() 1416 isc__strerror(*send_errno, strbuf, sizeof(strbuf)); in startio_send() 1422 sock->fd, *nbytes, *send_errno, strbuf); in startio_send() [all …]
|
| /freebsd-12.1/contrib/ntp/lib/isc/unix/ |
| H A D | socket.c | 1836 int send_errno; in doio_send() local 1843 send_errno = errno; in doio_send() 1849 if (send_errno == EINTR && ++attempts < NRETRIES) in doio_send() 1852 if (SOFT_ERROR(send_errno)) in doio_send() 1856 if (send_errno == _system) { \ in doio_send() 1866 if (send_errno == _system) { \ in doio_send() 1900 isc__strerror(send_errno, strbuf, sizeof(strbuf)); in doio_send() 1903 dev->result = isc__errno2result(send_errno); in doio_send()
|