NETCONN_FLAG_MBOXCLOSED is only used within LwIP.
 
Symbols
loading...
Files
loading...

NETCONN_FLAG_MBOXCLOSED macro

Syntax

#define NETCONN_FLAG_MBOXCLOSED 0x01

References

LocationText
api.h:71
#define NETCONN_FLAG_MBOXCLOSED 0x01
api_lib.c:101
#define NETCONN_ACCEPTMBOX_WAITABLE(conn) (sys_mbox_valid(&(conn)->acceptmbox) && (((conn)->flags & NETCONN_FLAG_MBOXCLOSED) == 0))
api_lib.c:599
(conn->flags & NETCONN_FLAG_MBOXCLOSED) || (conn->pending_err != ERR_OK)) {
api_lib.c:608
if (conn->flags & NETCONN_FLAG_MBOXCLOSED) {
api_msg.c:449
conn->flags |= NETCONN_FLAG_MBOXCLOSED;