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:FWNET_ALEN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
firewire.h
6
#define
FWNET_ALEN
16
macro
8
u8 u[
FWNET_ALEN
];
22
u8 h_dest[
FWNET_ALEN
]; /* destination address */
/kernel/linux/linux-6.6/include/net/
H
A
D
firewire.h
8
#define
FWNET_ALEN
16
macro
10
u8 u[
FWNET_ALEN
];
23
u8 h_dest[
FWNET_ALEN
]; /* destination address */
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
net.c
271
memcpy(haddr, skb->dev->dev_addr,
FWNET_ALEN
);
in fwnet_header_parse()
273
return
FWNET_ALEN
;
in fwnet_header_parse()
1391
net->addr_len =
FWNET_ALEN
;
in fwnet_init_dev()
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
net.c
262
memcpy(haddr, skb->dev->dev_addr,
FWNET_ALEN
);
in fwnet_header_parse()
264
return
FWNET_ALEN
;
in fwnet_header_parse()
1381
net->addr_len =
FWNET_ALEN
;
in fwnet_init_dev()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
addrconf.c
2241
if (dev->addr_len !=
FWNET_ALEN
)
in addrconf_ifid_ieee1394()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
addrconf.c
2269
if (dev->addr_len !=
FWNET_ALEN
)
in addrconf_ifid_ieee1394()
Completed in 19 milliseconds