Searched refs:ENOTSOCK (Results 1 – 11 of 11) sorted by relevance
59 #undef ENOTSOCK60 #define ENOTSOCK WSAENOTSOCK macro
61 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
69 #define ENOTSOCK 95 /* Socket operation on non-socket */ macro
385 # ifndef ENOTSOCK386 # define ENOTSOCK 128 macro554 not_a_socket = ENOTSOCK,
118 public static final int ENOTSOCK = placeholder(); field in OsConstants650 if (errno == ENOTSOCK) { in errnoName()
294 #define ENOTSOCK WSAENOTSOCK macro
995 if (errno == ENOTSOCK) { in main()
214 and write() though, send() and recv() will return an ENOTSOCK error,
640 #define ENOTSOCK WSAENOTSOCK
560 #define VKI_ENOTSOCK ENOTSOCK
398 #ifdef ENOTSOCK in __xmlIOErr()399 else if (errno == ENOTSOCK) code = XML_IO_ENOTSOCK; in __xmlIOErr()