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:AF_INET6
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H
A
D
address.h
87
case
AF_INET6
:
in _coap_address_isany_impl()
117
if ( src->addr.sa.sa_family ==
AF_INET6
) {
in coap_address_copy()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
sockets.h
287
#define
AF_INET6
10
macro
289
#define
AF_INET6
AF_UNSPEC
macro
292
#define PF_INET6
AF_INET6
366
#define IPV6_V6ONLY 27 /* RFC3493: boolean control to restrict
AF_INET6
sockets to IPv6 communications only. */
793
#define LWIP_IS_VALID_DOMAIN(domain) (((domain) == AF_INET) || ((domain) ==
AF_INET6
) || ((domain) == PF_PACKET))
795
#define LWIP_IS_VALID_DOMAIN(domain) ((domain) == AF_INET) || ((domain) ==
AF_INET6
)
965
* - <b> [EADDRINUSE] </b>: \n For AF_INET/
AF_INET6
socket, the port number was specified
988
* - On AF_INET/
AF_INET6
SOCK_RAW socket, it will update local IP address.
990
* - AF_INET/
AF_INET6
SOCK_RAW bind does not check if socket address is available or not.
1435
* - <b> [EADDRNOTAVAIL] </b>: \n For AF_INET/
AF_INET6
socke
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
190
#define
AF_INET6
AF_UNSPEC
macro
192
#define PF_INET6
AF_INET6
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H
A
D
socket.h
166
#define
AF_INET6
PF_INET6
macro
Completed in 7 milliseconds