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:ETH_P_IPV6
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
bswap-constant-folding.c
12
#define
ETH_P_IPV6
0x86DD
macro
19
case htons(
ETH_P_IPV6
):
in test()
/third_party/ltp/testcases/network/stress/ns-tools/
H
A
D
ns-icmpv6_sender.c
183
lladdr_p->sll_protocol = htons(
ETH_P_IPV6
); /* IPv6 */
in specify_hw_addr()
214
lladdr_p->sll_protocol = htons(
ETH_P_IPV6
); /* IPv6 */
in calc_hd_mcastaddr()
722
sock_fd = socket(AF_PACKET, SOCK_DGRAM, htons(
ETH_P_IPV6
));
in send_packets()
H
A
D
ns-icmp_redirector.c
524
sndeth.hdr.h_proto = htons(
ETH_P_IPV6
);
in return_neigh_adv()
626
sndeth.hdr.h_proto = htons(
ETH_P_IPV6
);
in return_icmp6_redirect()
782
case
ETH_P_IPV6
:
in capture_frames()
H
A
D
ns-common.c
268
ll->sll_protocol = htons(
ETH_P_IPV6
); /* IPv6 */
in eth_pton()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H
A
D
if_ether.h
43
#define
ETH_P_IPV6
0x86DD
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H
A
D
if_ether.h
43
#define
ETH_P_IPV6
0x86DD
macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H
A
D
if_ether.h
43
#define
ETH_P_IPV6
0x86DD
macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H
A
D
if_ether.h
43
#define
ETH_P_IPV6
0x86DD
macro
/third_party/musl/include/netinet/
H
A
D
if_ether.h
43
#define
ETH_P_IPV6
0x86DD
macro
/third_party/toybox/toys/pending/
H
A
D
dhcp6.c
246
TT.sock = xsocket(PF_PACKET, SOCK_DGRAM, htons(
ETH_P_IPV6
));
in mode_raw()
250
sockll.sll_protocol = htons(
ETH_P_IPV6
);
in mode_raw()
H
A
D
dhcpd.c
865
if ((fd = socket(PF_PACKET, SOCK_DGRAM, htons(
ETH_P_IPV6
))) < 0) {
in send_packet6()
871
dest_sll.sll_protocol = htons(
ETH_P_IPV6
);
in send_packet6()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
2476
pub const
ETH_P_IPV6
: ::c_int = 0x86DD;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
2250
pub const
ETH_P_IPV6
: ::c_int = 0x86DD;
consts
Completed in 30 milliseconds