LwIP + 0/6 examples
CodeScope will show references to EAGAIN from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...

EAGAIN macro

Syntax

#define EAGAIN 11

Examples

EAGAIN is referenced by 6 libraries and example projects.

References

LocationText
errno.h:58
#define EAGAIN 11 /* Try again */
errno.h:88
#define EWOULDBLOCK EAGAIN /* Operation would block */
sockets.c:2352
API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(EAGAIN); lwip_poll_dec_sockets_used(fds, nfds); return -1);
sockets.c:2367
set_errno(EAGAIN);