Home
last modified time | relevance | path

Searched refs:EISCONN (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/api/
A Derr.c59 EISCONN, /* ERR_ISCONN -10 Conn already established.*/
/components/net/lwip/lwip-2.1.2/src/api/
A Derr.c59 EISCONN, /* ERR_ISCONN -10 Conn already established.*/
/components/libc/compilers/common/extension/sys/
A Derrno.h468 #ifndef EISCONN
469 #define EISCONN (ERROR_BASE_NO + 106) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Derrno.h155 #define EISCONN 106 /* Transport endpoint is already connected */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Derrno.h155 #define EISCONN 106 /* Transport endpoint is already connected */ macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Darch.h186 #define EISCONN 106 /* Transport endpoint is already connected */ macro
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c153 fail_unless(errno == EISCONN); in test_sockets_allfunctions_basic_domain()
329 fail_unless(errno == EISCONN); in test_sockets_msgapi_tcp()
733 if (err == EISCONN) { in START_TEST()
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG687 return ERR_ALREADY/EALRADY during connect, ERR_ISCONN/EISCONN when already
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG940 return ERR_ALREADY/EALRADY during connect, ERR_ISCONN/EISCONN when already

Completed in 17 milliseconds