Searched refs:ENOTSOCK (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/sys/xen/
H A Derror.h70 [XEN_ENOTSOCK] = ENOTSOCK,
/freebsd-11-stable/sys/xen/interface/
H A Derrno.h71 XEN_ERRNO(ENOTSOCK, 88) /* Socket operation on non-socket */
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h203 #undef ENOTSOCK macro
204 #define ENOTSOCK WSAENOTSOCK macro
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h199 #ifndef ENOTSOCK
200 #define ENOTSOCK 9923 macro
/freebsd-11-stable/sys/sys/
H A Derrno.h99 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d108 inline int ENOTSOCK = 38;
109 #pragma D binding "1.0" ENOTSOCK
284 errno == ENOTSOCK ? "Socket operation on non-socket" :
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c96 [ENOTSOCK] = CLOUDABI_ENOTSOCK,
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_listen.c71 ATF_REQUIRE_ERRNO(ENOTSOCK, listen(fdc, 1) == -1);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dkadmind.c187 rk_SOCK_ERRNO == ENOTSOCK) {
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c89 ENTRY(ENOTSOCK),
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c103 [CLOUDABI_ENOTSOCK] = ENOTSOCK,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c337 #if defined (ENOTSOCK)
338 ENTRY(ENOTSOCK, "ENOTSOCK", "Socket operation on non-socket"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c337 #if defined (ENOTSOCK)
338 ENTRY(ENOTSOCK, "ENOTSOCK", "Socket operation on non-socket"),
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_errno.c562 #ifdef ENOTSOCK
567 atf_tc_fail_nonfatal("ENOTSOCK not defined");
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmpeix.c221 else if (errno == ENOTSOCK)
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmachines.c187 if (errno == ENOTSOCK) /* file or pipe */
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c413 { BSM_ERRNO_ENOTSOCK, ENOTSOCK,
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c415 { BSM_ERRNO_ENOTSOCK, ENOTSOCK,
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c1269 #ifdef ENOTSOCK
1270 case ENOTSOCK:
1271 return ("ENOTSOCK");
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c666 errno = ENOTSOCK;
857 errno = ENOTSOCK;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h741 #ifdef ENOTSOCK
742 #define APR_ENOTSOCK ENOTSOCK
/freebsd-11-stable/lib/libc/tests/sys/
H A Dsendfile_test.c1054 "Verify that a non-socket file descriptor fails with ENOTSOCK");
1068 ATF_REQUIRE_ERRNO(ENOTSOCK, error == -1);
/freebsd-11-stable/sys/kern/
H A Duipc_syscalls.c111 return (ENOTSOCK);
H A Duipc_usrreq.c1375 error = ENOTSOCK;
/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.c3553 ** ENOTSOCK is OK: bail on anything else, but reset
3558 if (errno != ENOTSOCK)

Completed in 150 milliseconds