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:tcp_close
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
tcp.c
283
static int
tcp_close
(URLContext *h)
in tcp_close()
function
322
.url_close =
tcp_close
,
/third_party/lwip/src/apps/lwiperf/
H
A
D
lwiperf.c
261
err =
tcp_close
(conn->conn_pcb);
in lwiperf_tcp_close()
268
err =
tcp_close
(conn->server_pcb);
in lwiperf_tcp_close()
722
tcp_close
(pcb);
in lwiperf_start_tcp_server_impl()
/third_party/libuv/test/
H
A
D
test-tcp-close.c
101
TEST_IMPL(
tcp_close
) {
in TEST_IMPL()
/third_party/lwip/src/core/
H
A
D
altcp_tcp.c
206
tcp_close
(tpcb);
in altcp_tcp_new_ip_type()
327
err =
tcp_close
(pcb);
in altcp_tcp_close()
335
conn->state = NULL; /* unsafe to reference pcb after
tcp_close
(). */
in altcp_tcp_close()
H
A
D
tcp.c
62
* -
tcp_close
()
491
* For
tcp_close
(), a RST is sent if the application didn't receive all data
517
that might not be expected when calling
tcp_close
*/
in tcp_close_shutdown()
541
* Calling
tcp_close
() with a pcb that has already been closed, (i.e. twice)
in tcp_close_shutdown()
601
/* To ensure all data has been sent when
tcp_close
returns, we have
in tcp_close_shutdown_fin()
603
Since we don't really have to ensure all data has been sent when
tcp_close
in tcp_close_shutdown_fin()
642
tcp_close
(struct tcp_pcb *pcb)
in tcp_close()
function
646
LWIP_ERROR("
tcp_close
: invalid pcb", pcb != NULL, return ERR_ARG);
in tcp_close()
647
LWIP_DEBUGF(TCP_DEBUG, ("
tcp_close
: closing in "));
in tcp_close()
663
* Shutting down both sides is the same as calling
tcp_close
, s
[all...]
/third_party/lwip/src/include/lwip/
H
A
D
altcp.h
183
#define altcp_close
tcp_close
H
A
D
tcp.h
255
#define TF_CLOSEPEND 0x08U /* If this is set,
tcp_close
failed to enqueue the FIN (retried in tcp_tmr) */
479
err_t
tcp_close
(struct tcp_pcb *pcb);
/third_party/lwip/src/api/
H
A
D
api_msg.c
1011
/* some callbacks have to be reset if
tcp_close
is not successful */
1027
/* check linger possibilites before calling
tcp_close
*/
1055
err =
tcp_close
(tpcb);
1561
tcp_close
(lpcb);
/third_party/lwip/test/unit/tcp/
H
A
D
test_tcp.c
154
tcp_close
(pcbl);
in START_TEST()
270
err_t err2 =
tcp_close
(pcb);
in test_tcp_recv_expectclose()
Completed in 11 milliseconds