Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:lwip_close
(Results
1 - 7
of
7
) sorted by relevance
/third_party/lwip/test/unit/api/
H
A
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
(
in test_sockets_msgapi_udp()
[all...]
/third_party/mbedtls/library/
H
A
D
net_sockets.c
207
lwip_close
(ctx->fd);
in mbedtls_net_connect()
258
lwip_close
(ctx->fd);
in mbedtls_net_bind()
268
lwip_close
(ctx->fd);
in mbedtls_net_bind()
280
lwip_close
(ctx->fd);
in mbedtls_net_bind()
726
lwip_close
(ctx->fd);
744
lwip_close
(ctx->fd);
/third_party/lwip/src/include/lwip/
H
A
D
sockets.h
541
#define
lwip_close
closesocket
macro
566
#undef
lwip_close
macro
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/
H
A
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/
H
A
D
curl_setup_once.h
205
# define sclose(x)
lwip_close
((x))
/third_party/NuttX/fs/nfs/
H
A
D
rpc_clnt.c
848
(void)
lwip_close
(rpc->rc_so);
in rpcclnt_disconnect()
/third_party/lwip/src/api/
H
A
D
sockets.c
780
lwip_close
(int s)
in lwip_close()
function
797
LWIP_DEBUGF(SOCKETS_DEBUG, ("
lwip_close
(%d)\n", s));
in lwip_close_internal()
Completed in 11 milliseconds