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_tmr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lwip/src/core/
H
A
D
timeouts.c
83
{TCP_TMR_INTERVAL, HANDLER(
tcp_tmr
)},
141
* Timer callback function that calls
tcp_tmr
() and reschedules itself.
151
tcp_tmr
();
in tcpip_tcp_timer()
269
/*
tcp_tmr
() at index 0 is started on demand */
in sys_timeouts_init()
H
A
D
tcp.c
190
/** Timer counter to handle calling slow-timer from
tcp_tmr
() */
248
tcp_tmr
(void)
in tcp_tmr()
function
255
tcp_tmr
() is called. */
in tcp_tmr()
608
/* Mark this pcb for closing. Closing is retried from
tcp_tmr
. */
in tcp_close_shutdown_fin()
611
pcb should not be used any more as it will be freed soon via
tcp_tmr
.
in tcp_close_shutdown_fin()
1367
* Automatically called from
tcp_tmr
().
1654
* Automatically called from
tcp_tmr
().
/third_party/lwip/src/include/lwip/priv/
H
A
D
tcp_priv.h
62
void
tcp_tmr
(void); /* Must be called every
66
intervals (instead of calling
tcp_tmr
()). */
Completed in 5 milliseconds