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:ip6addr
(Results
1 - 7
of
7
) sorted by relevance
/kernel/liteos_a/net/lwip-2.1/enhancement/include/lwip/
H
A
D
fixme.h
80
#define ip6_addr_isnone_val(
ip6addr
) (((
ip6addr
).addr[0] == 0xffffffffUL) && \
81
((
ip6addr
).addr[1] == 0xffffffffUL) && \
82
((
ip6addr
).addr[2] == 0xffffffffUL) && \
83
((
ip6addr
).addr[3] == 0xffffffffUL))
85
#define ip6_addr_isnone(
ip6addr
) (((
ip6addr
) == NULL) || ip6_addr_isnone_val(*(
ip6addr
)))
/kernel/linux/linux-5.10/drivers/net/ipvlan/
H
A
D
ipvlan.h
81
#define
ip6addr
ipu.ip6
macro
H
A
D
ipvlan_core.c
66
return ipv6_addr_equal(&addr->
ip6addr
, i6addr);
in addr_equal()
93
ipvlan_get_v6_hash(&addr->
ip6addr
) :
in ipvlan_ht_addr_add()
H
A
D
ipvlan_main.c
816
memcpy(&addr->
ip6addr
, iaddr, sizeof(struct in6_addr));
in ipvlan_add_addr()
/kernel/linux/linux-6.6/drivers/net/ipvlan/
H
A
D
ipvlan.h
81
#define
ip6addr
ipu.ip6
macro
H
A
D
ipvlan_core.c
66
return ipv6_addr_equal(&addr->
ip6addr
, i6addr);
in addr_equal()
93
ipvlan_get_v6_hash(&addr->
ip6addr
) :
in ipvlan_ht_addr_add()
H
A
D
ipvlan_main.c
818
memcpy(&addr->
ip6addr
, iaddr, sizeof(struct in6_addr));
in ipvlan_add_addr()
Completed in 7 milliseconds