Searched refs:ENOTCONN (Results 1 – 2 of 2) sorted by relevance
193 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
148 ENOTCONN, /* ERR_CLSD -12 Connection closed. */149 ENOTCONN, /* ERR_CONN -13 Not connected. */1386 sock_set_errno(sock, ENOTCONN);1387 return ENOTCONN;
Completed in 7 milliseconds