HomeSort by relevance Sort by last modified time
    Searched refs:ERR_ISCONN (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
err.h 61 #define ERR_ISCONN -9 /* Already connected. */
63 #define ERR_IS_FATAL(e) ((e) < ERR_ISCONN)
  /external/syslinux/core/lwip/src/core/
tcp.c 656 LWIP_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN);
    [all...]
  /external/syslinux/core/lwip/src/api/
api_msg.c 993 msg->err = ERR_ISCONN;
    [all...]

Completed in 120 milliseconds