Searched refs:ERR_ISCONN (Results 1 – 5 of 5) sorted by relevance
75 ERR_ISCONN = -10, enumerator
1301 return ERR_ISCONN; in mqtt_client_connect()
1081 …_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN); in tcp_connect()
1379 err = ERR_ISCONN;
940 return ERR_ALREADY/EALRADY during connect, ERR_ISCONN/EISCONN when already1774 "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal.1778 err_to_errno_table (ERR_CLSD: ENOTCONN instead of ESHUTDOWN), ERR_ISCONN:1787 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind