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:last_rx_tx
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_dtls.c
36
coap_ticks(&session->
last_rx_tx
);
in coap_dtls_establish()
65
coap_ticks(&session->
last_rx_tx
);
in coap_tls_establish()
H
A
D
coap_netif.c
84
coap_ticks(&session->
last_rx_tx
);
in coap_netif_dgrm_read()
144
coap_ticks(&session->
last_rx_tx
);
in coap_netif_dgrm_write()
245
coap_ticks(&session->
last_rx_tx
);
in coap_netif_strm_write()
H
A
D
coap_session.c
1129
session->
last_rx_tx
= now;
in coap_endpoint_get_session()
1137
if (oldest==NULL || session->
last_rx_tx
< oldest->
last_rx_tx
)
in coap_endpoint_get_session()
1144
if ((session->
last_rx_tx
+ COAP_PARTIAL_SESSION_TIMEOUT_TICKS) < now) {
in coap_endpoint_get_session()
1146
session->
last_rx_tx
< oldest_hs->
last_rx_tx
)
in coap_endpoint_get_session()
1154
if ((session->
last_rx_tx
+ COAP_PARTIAL_SESSION_TIMEOUT_TICKS) < now) {
in coap_endpoint_get_session()
1156
session->
last_rx_tx
< oldest_hs->
last_rx_tx
)
in coap_endpoint_get_session()
1229
session->
last_rx_tx
in coap_endpoint_get_session()
[all...]
H
A
D
coap_io.c
1433
(s->
last_rx_tx
+ session_timeout <= now ||
1440
s_timeout = (s->
last_rx_tx
+ session_timeout) - now;
1508
if (s->
last_rx_tx
+ ctx->ping_timeout * COAP_TICKS_PER_SECOND <= now) {
1516
s->
last_rx_tx
= now;
1519
s_timeout = (s->
last_rx_tx
+ ctx->ping_timeout * COAP_TICKS_PER_SECOND) - now;
H
A
D
coap_net.c
1746
session->
last_rx_tx
= now;
in coap_connect_session()
1772
session->
last_rx_tx
= now;
in coap_write_session()
1820
session->
last_rx_tx
= now;
in coap_read_session()
1839
session->
last_rx_tx
= now;
in coap_read_session()
1876
session->
last_rx_tx
= now;
in coap_read_session()
2043
session->
last_rx_tx
= now;
in coap_accept_endpoint()
3483
session->last_pong = session->
last_rx_tx
;
in handle_signaling()
3736
session->last_pong = session->
last_rx_tx
;
in coap_dispatch()
/third_party/libcoap/include/coap3/
H
A
D
coap_session_internal.h
111
coap_tick_t
last_rx_tx
;
member
Completed in 11 milliseconds