Home
last modified time | relevance | path

Searched refs:ENOTSOCK (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h74 ENOTSOCK = 0x40000026, /* Socket operation on non-socket */ enumerator
272 #define ENOTSOCK 0x40000026 macro
/glibc-2.36/sysdeps/mach/hurd/
Dsend.c42 err = ENOTSOCK; in __send()
Drecv.c53 err = ENOTSOCK; in __recv()
Dconnect.c55 err = ENOTSOCK; in __connect()
Dsendto.c62 err_port = ENOTSOCK; in __sendto()
Dsendmsg.c169 err = ENOTSOCK; in __libc_sendmsg()
/glibc-2.36/stdio-common/
Dtest-strerr.c188 #ifdef ENOTSOCK in do_test()
189 TEST_COMPARE_STRING (strerrordesc_np (ENOTSOCK), in do_test()
191 TEST_COMPARE_STRING (strerrorname_np (ENOTSOCK), "ENOTSOCK"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h281 #ifdef ENOTSOCK
284 _S(ENOTSOCK, N_("Socket operation on non-socket"))
/glibc-2.36/sysdeps/unix/sysv/linux/
Dnetlink_assert_response.c57 || error_code == ENOTSOCK in __netlink_assert_response()
/glibc-2.36/conform/data/
Derrno.h-data95 macro-int-constant ENOTSOCK {int} > 0
/glibc-2.36/manual/
Dsocket.texi396 @item ENOTSOCK
453 @item ENOTSOCK
2281 @item ENOTSOCK
2423 @item ENOTSOCK
2515 @item ENOTSOCK
2582 @item ENOTSOCK
2625 @item ENOTSOCK
2700 @item ENOTSOCK
2759 @item ENOTSOCK
3367 @item ENOTSOCK
Derrno.texi446 @deftypevr Macro int ENOTSOCK
448 @errno{ENOTSOCK, 38, Socket operation on non-socket}
/glibc-2.36/ChangeLog.old/
DChangeLog.1874034 [POSIX] (ENOTSOCK): Likewise.
83970 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.