Searched refs:ERR_ISCONN (Results 1 – 4 of 4) sorted by relevance
61 #define ERR_ISCONN -9 /* Already connected. */ macro63 #define ERR_IS_FATAL(e) ((e) < ERR_ISCONN)
656 …_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN); in tcp_connect()
993 msg->err = ERR_ISCONN;
276 "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal.280 err_to_errno_table (ERR_CLSD: ENOTCONN instead of ESHUTDOWN), ERR_ISCONN:289 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind