Searched refs:ENOTSOCK (Results 1 – 12 of 12) 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,
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
1243 #ifdef ENOTSOCK in g_strerror()1244 case ENOTSOCK: return "socket operation on non-socket"; in g_strerror()
560 #define VKI_ENOTSOCK ENOTSOCK
763 if (errno != ENOTSOCK) in pa_write()
398 #ifdef ENOTSOCK in __xmlIOErr()399 else if (errno == ENOTSOCK) code = XML_IO_ENOTSOCK; in __xmlIOErr()