Searched refs:EISCONN (Results 1 – 14 of 14) sorted by relevance
176 #ifdef EISCONN in RAND_query_egd_bytes()177 case EISCONN: in RAND_query_egd_bytes()
95 #undef EISCONN96 #define EISCONN WSAEISCONN macro
89 # ifndef EISCONN90 # define EISCONN 10056 macro
99 EE(WSAEISCONN,EISCONN,"socket is already connected") \
79 #define EISCONN 106 /* Transport endpoint is already connected */ macro
244 # ifndef EISCONN245 # define EISCONN 113 macro502 already_connected = EISCONN,
42 #define EISCONN 56 /* Socket has closed */ macro263 case BW_ERR_HANGUP: return EISCONN; in BW_TranslateError()
658 #define EISCONN WSAEISCONN
228 errno == EISCONN || in log_write()
608 return -EISCONN; in gateway_connect_sco()
2471 return -EISCONN; in headset_connect_sco()
1093 #ifdef EISCONN in g_strerror()1094 case EISCONN: return "socket is already connected"; in g_strerror()
578 #define VKI_EISCONN EISCONN
398 #ifdef EISCONN in __xmlIOErr()399 else if (errno == EISCONN) code = XML_IO_EISCONN; in __xmlIOErr()