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:TIME_WAIT
(Results
1 - 14
of
14
) sorted by relevance
/third_party/lwip/src/include/lwip/
H
A
D
tcpbase.h
67
TIME_WAIT
= 10
enumerator
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
timex.h
85
#define
TIME_WAIT
4
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
timex.h
85
#define
TIME_WAIT
4
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
timex.h
85
#define
TIME_WAIT
4
macro
/third_party/musl/include/sys/
H
A
D
timex.h
85
#define
TIME_WAIT
4
macro
/third_party/lwip/src/core/
H
A
D
tcp.c
158
"
TIME_WAIT
"
332
* is required to stay in
TIME_WAIT
state for 2MSL of time
in tcp_set_timer_tick_by_tcp_state()
739
if (pcb->state ==
TIME_WAIT
) {
in tcp_abandon()
847
We do not dump
TIME_WAIT
pcb's; they can still be matched by incoming
1394
LWIP_ASSERT("tcp_slowtmr: active pcb->state != TIME-WAIT\n", pcb->state !=
TIME_WAIT
);
1619
LWIP_ASSERT("tcp_slowtmr: TIME-WAIT pcb->state == TIME-WAIT", pcb->state ==
TIME_WAIT
);
1958
* Kills the oldest connection that is in
TIME_WAIT
state.
1969
/* Go through the list of
TIME_WAIT
pcbs and get the oldest pcb. */
2313
pcb->state !=
TIME_WAIT
&&
2368
if ((pcb->state !=
TIME_WAIT
)
[all...]
H
A
D
tcp_in.c
255
LWIP_ASSERT("tcp_input: active pcb->state != TIME-WAIT", pcb->state !=
TIME_WAIT
);
295
LWIP_ASSERT("tcp_input: TIME-WAIT pcb->state == TIME-WAIT", pcb->state ==
TIME_WAIT
);
758
*
TIME_WAIT
.
768
/* RFC 1337: in
TIME_WAIT
, ignore RST and ACK FINs + any 'acceptable' segments */
770
* - first check sequence number - we skip that one in
TIME_WAIT
(always
1033
pcb->state =
TIME_WAIT
;
1051
pcb->state =
TIME_WAIT
;
1061
pcb->state =
TIME_WAIT
;
/third_party/lwip/test/unit/tcp/
H
A
D
tcp_helper.c
171
} else if(state ==
TIME_WAIT
) {
in tcp_set_state()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H
A
D
mod.rs
691
pub const
TIME_WAIT
: ::c_int = 4;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H
A
D
mod.rs
1089
pub const
TIME_WAIT
: ::c_int = 4;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1412
pub const
TIME_WAIT
: ::c_int = 4;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
1854
pub const
TIME_WAIT
: ::c_int = 4;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
2491
pub const
TIME_WAIT
: i32 = 4;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
4659
pub const
TIME_WAIT
: ::c_int = 4;
consts
Completed in 44 milliseconds