Searched refs:ERR_ISCONN (Results 1 – 3 of 3) sorted by relevance
61 #define ERR_ISCONN -9 /* Already connected. */ macro63 #define ERR_IS_FATAL(e) ((e) < ERR_ISCONN)
691 …_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN); in tcp_connect()
1005 msg->err = ERR_ISCONN;
Completed in 7 milliseconds