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:IP6_HLEN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
ip_defrag.c
30
#define
IP6_HLEN
(sizeof(struct ip6_hdr))
macro
140
uint8_t *frag_start = ipv6 ? ip_frame +
IP6_HLEN
+ FRAG_HLEN :
in send_fragment()
158
struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame +
IP6_HLEN
);
in send_fragment()
174
frag_len +=
IP6_HLEN
;
in send_fragment()
220
struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame +
IP6_HLEN
);
in send_udp_frags()
303
struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame +
IP6_HLEN
);
in send_udp_frags()
309
frag_len +=
IP6_HLEN
;
in send_udp_frags()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
ip_defrag.c
30
#define
IP6_HLEN
(sizeof(struct ip6_hdr))
macro
140
uint8_t *frag_start = ipv6 ? ip_frame +
IP6_HLEN
+ FRAG_HLEN :
in send_fragment()
158
struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame +
IP6_HLEN
);
in send_fragment()
174
frag_len +=
IP6_HLEN
;
in send_fragment()
220
struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame +
IP6_HLEN
);
in send_udp_frags()
303
struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame +
IP6_HLEN
);
in send_udp_frags()
309
frag_len +=
IP6_HLEN
;
in send_udp_frags()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ptp_classify.h
41
#define
IP6_HLEN
40
macro
/kernel/linux/linux-5.10/net/core/
H
A
D
ptp_classifier.c
122
ptr +=
IP6_HLEN
+ UDP_HLEN;
in ptp_parse_header()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ptp_classify.h
54
#define
IP6_HLEN
40
macro
/kernel/linux/linux-6.6/net/core/
H
A
D
ptp_classifier.c
122
ptr +=
IP6_HLEN
+ UDP_HLEN;
in ptp_parse_header()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/
H
A
D
bcmasp_intf.c
188
header |= PKT_OFFLOAD_HDR_SIZE_2((
IP6_HLEN
>> 8) & 0xf);
in bcmasp_csum_offload()
189
header2 |= PKT_OFFLOAD_HDR2_SIZE_2(
IP6_HLEN
& 0xff);
in bcmasp_csum_offload()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H
A
D
api_shell.c
2777
len =
IP6_HLEN
;
Completed in 11 milliseconds