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:ip6dst
(Results
1 - 1
of
1
) sorted by relevance
/third_party/lwip/src/netif/
H
A
D
lowpan6_common.c
141
ip_addr_t ip6src,
ip6dst
;
in lowpan6_compress_headers()
local
164
ip_addr_copy_from_ip6_packed(
ip6dst
, ip6hdr->dest);
in lowpan6_compress_headers()
165
ip6_addr_assign_zone(ip_2_ip6(&
ip6dst
), IP6_UNKNOWN, netif);
in lowpan6_compress_headers()
186
i = lowpan6_context_lookup(lowpan6_contexts, ip_2_ip6(&
ip6dst
));
in lowpan6_compress_headers()
275
if (ip6_addr_ismulticast(ip_2_ip6(&
ip6dst
))) {
in lowpan6_compress_headers()
280
i = lowpan6_get_address_mode_mc(ip_2_ip6(&
ip6dst
));
in lowpan6_compress_headers()
297
(ip6_addr_islinklocal(ip_2_ip6(&
ip6dst
)))) {
in lowpan6_compress_headers()
299
i = lowpan6_get_address_mode(ip_2_ip6(&
ip6dst
), dst);
in lowpan6_compress_headers()
Completed in 2 milliseconds