err_enum_t::ERR_ISCONN is only used within LwIP.
 
Symbols
loading...
Files
loading...

err_enum_t::ERR_ISCONN

Conn already established.

Syntax

ERR_ISCONN = -10;

References

LocationReferrerText
err.h:75
ERR_ISCONN = -10,
api_msg.c:1376lwip_netconn_do_connect()
err = ERR_ISCONN;
tcp.c:1080tcp_connect()
LWIP_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN);

Data Use

Functions using err_enum_t::ERR_ISCONN
err_enum_t::ERR_ISCONN