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:coap_tid_t
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H
A
D
net.h
47
coap_tid_t
id; /**< CoAP transaction id */
103
const
coap_tid_t
id);
118
const
coap_tid_t
id);
131
const
coap_tid_t
id);
144
const
coap_tid_t
id);
489
coap_tid_t
coap_send_error(coap_session_t *session,
505
coap_tid_t
519
coap_tid_t
coap_send_ack(coap_session_t *session, coap_pdu_t *request);
532
COAP_STATIC_INLINE
coap_tid_t
555
coap_tid_t
coap_send_error_lwi
[all...]
H
A
D
async.h
47
coap_tid_t
id; /**< transaction id */
108
coap_tid_t
id,
134
coap_async_state_t *coap_find_async(coap_context_t *context, coap_session_t *session,
coap_tid_t
id);
H
A
D
coap_session.h
90
coap_tid_t
last_ping_mid; /**< the last keepalive message id that was used in this session */
500
coap_tid_t
coap_session_send_ping(coap_session_t *session);
H
A
D
pdu.h
234
*
coap_tid_t
is used to store CoAP transaction id, i.e. a hash value
238
typedef int
coap_tid_t
;
typedef
Completed in 3 milliseconds