Searched refs:lwip_close (Results 1 – 18 of 18) sorted by relevance
/third_party/lwip/test/unit/api/ |
D | test_sockets.c | 82 lwip_close(s); in START_TEST() 93 ret = lwip_close(s2[0]); in START_TEST() 101 ret = lwip_close(s2[i]); in START_TEST() 182 ret = lwip_close(s2); in test_sockets_allfunctions_basic_domain() 199 ret = lwip_close(s); in test_sockets_allfunctions_basic_domain() 201 ret = lwip_close(s3); in test_sockets_allfunctions_basic_domain() 339 ret = lwip_close(listnr); in test_sockets_msgapi_tcp() 436 ret = lwip_close(s1); in test_sockets_msgapi_tcp() 438 ret = lwip_close(s2); in test_sockets_msgapi_tcp() 543 ret = lwip_close(s); in test_sockets_msgapi_udp() [all …]
|
/third_party/lwip/ |
D | 0012-fix-incomplete-resource-release-in-lwip-close.patch | 5 lwip_close 15 @@ -963,18 +963,20 @@ lwip_close(int s) 21 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_close(%d)\n", s)); 39 @@ -1014,7 +1016,7 @@ lwip_close(int s)
|
D | 0033-alloc-socket-fail-clean-sock.patch | 20 + lwip_close(i);
|
D | 0003-fix-the-occasional-coredump-when-the-lwip-exits.patch | 19 -//modify from lwip_close
|
D | 0007-gazelle-fix-epoll_ctl-EPOLLET-mode-error.patch | 27 @@ -1003,13 +1010,6 @@ lwip_close(int s)
|
D | 0013-remove-gazelle-syscall-thread.patch | 40 @@ -977,8 +968,6 @@ lwip_close(int s)
|
D | 0016-lstack-support-mysql-mode.patch | 229 @@ -953,32 +885,13 @@ lwip_close(int s) 235 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_close(%d)\n", s)); 262 @@ -1004,7 +917,7 @@ lwip_close(int s)
|
D | 0073-lstack_lwip-external-api-start-with-do_lwip_-prefix.patch | 63 lwip_close(i);
|
D | 0057-same-node-gazellectl-a.patch | 34 lwip_close(i);
|
D | 0002-adapt-lstack.patch | 893 @@ -776,10 +956,29 @@ lwip_close(int s) 895 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_close(%d)\n", s)); 923 @@ -803,6 +1002,13 @@ lwip_close(int s) 1498 +//modify from lwip_close 4597 #define close(s) lwip_close(s)
|
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 1750 #define close(s) lwip_close(s)
|
D | CHANGELOG | 3818 lwip_close.
|
/third_party/mbedtls/library/ |
D | net_sockets.c | 223 lwip_close(ctx->fd); in mbedtls_net_connect() 274 lwip_close(ctx->fd); in mbedtls_net_bind() 284 lwip_close(ctx->fd); in mbedtls_net_bind() 296 lwip_close(ctx->fd); in mbedtls_net_bind() 742 lwip_close(ctx->fd); 760 lwip_close(ctx->fd);
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 541 #define lwip_close closesocket macro 566 #undef lwip_close 567 #define lwip_close close macro 583 int lwip_close(int s); 647 #define closesocket(s) lwip_close(s) 691 #define close(s) lwip_close(s)
|
/third_party/lwip/test/sockets/ |
D | sockets_stresstest.c | 420 lwip_close(s); in sockets_stresstest_conn_client_r() 502 ret = lwip_close(s); in sockets_stresstest_conn_client() 555 ret = lwip_close(s); in sockets_stresstest_conn_server() 628 ret = lwip_close(slisten); in sockets_stresstest_listener()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 205 # define sclose(x) lwip_close((x))
|
/third_party/NuttX/fs/nfs/ |
D | rpc_clnt.c | 848 (void)lwip_close(rpc->rc_so); in rpcclnt_disconnect()
|
/third_party/lwip/src/api/ |
D | sockets.c | 780 lwip_close(int s) in lwip_close() function
|