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:use_unix_proto
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libcoap/include/coap3/
H
A
D
coap_address.h
162
* @param
use_unix_proto
Set to the appropriate protocol to use for Unix
169
coap_proto_t
use_unix_proto
);
/third_party/libcoap/src/
H
A
D
coap_address.c
338
coap_proto_t
use_unix_proto
) {
in coap_get_available_scheme_hint_bits()
380
switch (
use_unix_proto
) {
in coap_get_available_scheme_hint_bits()
400
case COAP_PROTO_NONE: /* If
use_unix_proto
was not defined */
in coap_get_available_scheme_hint_bits()
337
coap_get_available_scheme_hint_bits(int have_pki_psk, int ws_check, coap_proto_t
use_unix_proto
)
coap_get_available_scheme_hint_bits()
argument
/third_party/libcoap/examples/
H
A
D
coap-server.c
130
static coap_proto_t
use_unix_proto
= COAP_PROTO_NONE;
variable
2327
enable_ws,
use_unix_proto
);
in get_context()
2585
use_unix_proto
= COAP_PROTO_UDP;
in cmdline_unix()
2592
use_unix_proto
= COAP_PROTO_DTLS;
in cmdline_unix()
2599
use_unix_proto
= COAP_PROTO_TCP;
in cmdline_unix()
2606
use_unix_proto
= COAP_PROTO_TLS;
in cmdline_unix()
Completed in 7 milliseconds