Home
last modified time | relevance | path

Searched refs:EALREADY (Results 1 – 8 of 8) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/api/
A Derr.c58 EALREADY, /* ERR_ALREADY -9 Already connecting. */
/components/net/lwip/lwip-2.1.2/src/api/
A Derr.c58 EALREADY, /* ERR_ALREADY -9 Already connecting. */
/components/libc/compilers/common/extension/sys/
A Derrno.h500 #ifndef EALREADY
501 #define EALREADY (ERROR_BASE_NO + 114) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Derrno.h163 #define EALREADY 114 /* Operation already in progress */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Derrno.h163 #define EALREADY 114 /* Operation already in progress */ macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Darch.h194 #define EALREADY 114 /* Operation already in progress */ macro
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c144 fail_unless(errno == EALREADY); in test_sockets_allfunctions_basic_domain()
747 fail_unless(err == EALREADY); in START_TEST()
748 if ((ret != -1) || (err != EALREADY)) { in START_TEST()
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c145 EALREADY, /* ERR_ISCONN -9 Already connected. */

Completed in 13 milliseconds