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

  /external/syslinux/core/lwip/src/include/lwip/
err.h 67 #define ERR_CLSD -12 /* Connection closed. */
  /external/syslinux/core/lwip/src/api/
api_lib.c 395 NETCONN_SET_SAFE_ERR(conn, ERR_CLSD);
396 return ERR_CLSD;
api_msg.c 976 msg->err = ERR_CLSD;
    [all...]
sockets.c 148 ENOTCONN, /* ERR_CLSD -12 Connection closed. */
611 if (err == ERR_CLSD) {
    [all...]

Completed in 103 milliseconds