Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Derr.h61 #define ERR_ISCONN -9 /* Already connected. */ macro
63 #define ERR_IS_FATAL(e) ((e) < ERR_ISCONN)
/external/syslinux/core/lwip/src/core/
Dtcp.c656 …_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN); in tcp_connect()
/external/syslinux/core/lwip/src/api/
Dapi_msg.c993 msg->err = ERR_ISCONN;
/external/syslinux/core/lwip/
DCHANGELOG276 "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