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:ip_hl
(Results
1 - 14
of
14
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
traceroute.c
257
ricmp = (struct icmp *) ((char*)rcv_pkt + (rcv_pkt->
ip_hl
<< 2));
in do_trace()
271
hudp = (struct udphdr*) ((char*)hip + (hip->
ip_hl
<< 2));
in do_trace()
272
if ((hip->
ip_hl
<< 2) + 12 <=(rcv_len - (rcv_pkt->
ip_hl
<< 2))
in do_trace()
278
hicmp = (struct icmp *) ((char*)hip + (hip->
ip_hl
<< 2));
in do_trace()
283
else if ((hip->
ip_hl
<< 2) + ICMP_HD_SIZE4
in do_trace()
284
<= (rcv_len - (rcv_pkt->
ip_hl
<< 2))
in do_trace()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H
A
D
ip.h
45
unsigned int
ip_hl
:4;
member
49
unsigned int
ip_hl
:4;
H
A
D
ip_icmp.h
139
#define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.
ip_hl
<< 2) + 8)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H
A
D
ip.h
45
unsigned int
ip_hl
:4;
member
49
unsigned int
ip_hl
:4;
H
A
D
ip_icmp.h
139
#define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.
ip_hl
<< 2) + 8)
/third_party/musl/porting/uniproton/kernel/include/netinet/
H
A
D
ip.h
45
unsigned int
ip_hl
:4;
member
49
unsigned int
ip_hl
:4;
H
A
D
ip_icmp.h
139
#define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.
ip_hl
<< 2) + 8)
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H
A
D
ip.h
45
unsigned int
ip_hl
:4;
member
49
unsigned int
ip_hl
:4;
H
A
D
ip_icmp.h
139
#define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.
ip_hl
<< 2) + 8)
/third_party/musl/include/netinet/
H
A
D
ip.h
45
unsigned int
ip_hl
:4;
member
49
unsigned int
ip_hl
:4;
H
A
D
ip_icmp.h
139
#define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.
ip_hl
<< 2) + 8)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
fils_hlp.c
263
iph->
ip_hl
= sizeof(*iph) / 4;
in fils_dhcp_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_ctrl_iface.c
2040
if (ip.
ip_hl
!= 5 || ip.ip_v != 4 ||
in hostapd_data_test_rx()
2154
ip->
ip_hl
= 5;
in hostapd_ctrl_iface_data_test_tx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ctrl_iface.c
10111
if (ip.
ip_hl
!= 5 || ip.ip_v != 4 || ntohs(ip.ip_len) > HWSIM_IP_LEN) {
10222
ip->
ip_hl
= 5;
Completed in 28 milliseconds