Searched refs:ENOTCONN (Results 1 – 14 of 14) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | err.c | 60 ENOTCONN, /* ERR_CONN -11 Not connected. */ 64 ENOTCONN, /* ERR_CLSD -15 Connection closed. */
|
| A D | sockets.c | 1735 sock_set_errno(sock, ENOTCONN); in lwip_shutdown()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | err.c | 60 ENOTCONN, /* ERR_CONN -11 Not connected. */ 64 ENOTCONN, /* ERR_CLSD -15 Connection closed. */
|
| A D | sockets.c | 2697 sock_set_errno(sock, ENOTCONN); in lwip_shutdown()
|
| /components/libc/compilers/common/extension/sys/ |
| A D | errno.h | 472 #ifndef ENOTCONN 473 #define ENOTCONN (ERROR_BASE_NO + 107) macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | errno.h | 156 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | errno.h | 156 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | arch.h | 187 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
| /components/net/lwip/lwip-2.1.2/test/sockets/ |
| A D | sockets_stresstest.c | 168 if (err == ENOTCONN) { in recv_and_check_data_return_offset() 547 if (err == ENOTCONN) { in sockets_stresstest_conn_server()
|
| /components/net/lwip/lwip-2.1.2/test/unit/api/ |
| A D | test_sockets.c | 807 fail_unless(err == ENOTCONN); in START_TEST() 815 fail_unless(err == ENOTCONN); in START_TEST()
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | sockets.c | 148 ENOTCONN, /* ERR_CLSD -12 Connection closed. */ 149 ENOTCONN, /* ERR_CONN -13 Not connected. */ 1399 sock_set_errno(sock, ENOTCONN); 1400 return ENOTCONN;
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 569 err_to_errno_table (ERR_CLSD: ENOTCONN instead of ESHUTDOWN), ERR_ISCONN:
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 1525 err_to_errno_table (ERR_CLSD: ENOTCONN instead of ESHUTDOWN), ERR_ISCONN:
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 1778 err_to_errno_table (ERR_CLSD: ENOTCONN instead of ESHUTDOWN), ERR_ISCONN:
|
Completed in 44 milliseconds