Searched refs:ENOTCONN (Results 1 – 8 of 8) sorted by relevance
133 if (status == -ENOTCONN) { in adjustStatus()
165 return -ENOTCONN; in disconnectLocked()
629 if (res == -ENOTCONN) { in tearDown()952 if (res == -ENOTCONN) { in disconnect()
300 public static final int ENOTCONN = placeholder(); field in OsConstants1172 if (errno == ENOTCONN) { in errnoName()
408 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) { in sendMessage()440 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED) { in receiveMessage()
416 reply->setInt32("result", -ENOTCONN); in onSendRequest()
217 initConstant(env, c, "ENOTCONN", ENOTCONN); in OsConstants_initConstants()
27768 field public static final int ENOTCONN;