Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Derr.h61 #define ERR_ISCONN -9 /* Already connected. */ macro
63 #define ERR_IS_FATAL(e) ((e) < ERR_ISCONN)
/lib/liblwip/src/core/
Dtcp.c691 …_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN); in tcp_connect()
/lib/liblwip/src/api/
Dapi_msg.c1005 msg->err = ERR_ISCONN;
/lib/liblwip/
DCHANGELOG575 "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal.
579 err_to_errno_table (ERR_CLSD: ENOTCONN instead of ESHUTDOWN), ERR_ISCONN:
588 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind