Searched refs:ERR_IS_FATAL (Results 1 – 4 of 4) sorted by relevance
63 #define ERR_IS_FATAL(e) ((e) < ERR_ISCONN) macro
205 if (!ERR_IS_FATAL((conn)->last_err)) { \
900 if (ERR_IS_FATAL(msg->conn->last_err)) {1066 if (ERR_IS_FATAL(msg->conn->last_err)) {1122 if (ERR_IS_FATAL(msg->conn->last_err)) {1345 if (ERR_IS_FATAL(msg->conn->last_err)) {1494 if (ERR_IS_FATAL(msg->conn->last_err)) {
292 if (ERR_IS_FATAL(err)) { in netconn_accept()357 if (ERR_IS_FATAL(err)) { in netconn_recv_data()
Completed in 6 milliseconds