Lines Matching defs:send_errno
1325 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)) {
1412 isc__strerror(*send_errno, strbuf, sizeof(strbuf));
1418 sock->fd, *nbytes, *send_errno, strbuf);
2230 struct msghdr *messagehdr, int nbytes, int send_errno, IoCompletionInfo *lpo)
2271 switch (completeio_send(sock, dev, messagehdr, nbytes, send_errno)) {
2920 int send_errno = 0;
2943 io_state = startio_send(sock, dev, &cc, &send_errno);