Home
last modified time | relevance | path

Searched refs:ERR_ISCONN (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
Derr.h75 ERR_ISCONN = -10, enumerator
/third_party/lwip/src/apps/mqtt/
Dmqtt.c1301 return ERR_ISCONN; in mqtt_client_connect()
/third_party/lwip/src/core/
Dtcp.c1081 …_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN); in tcp_connect()
/third_party/lwip/src/api/
Dapi_msg.c1379 err = ERR_ISCONN;
/third_party/lwip/
DCHANGELOG940 return ERR_ALREADY/EALRADY during connect, ERR_ISCONN/EISCONN when already
1774 "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