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_OFFMASK
(Results
1 - 9
of
9
) sorted by relevance
/third_party/lwip/src/include/lwip/prot/
H
A
D
ip4.h
88
#define
IP_OFFMASK
0x1fffU /* mask for fragmenting bits */
macro
113
#define IPH_OFFSET_BYTES(hdr) ((u16_t)((lwip_ntohs(IPH_OFFSET(hdr)) &
IP_OFFMASK
) * 8U))
/third_party/lwip/src/core/ipv4/
H
A
D
ip4_frag.c
594
if (((lwip_ntohs(IPH_OFFSET(fraghdr)) &
IP_OFFMASK
) == 0) &&
in ip4_reass()
595
((lwip_ntohs(IPH_OFFSET(&ipr->iphdr)) &
IP_OFFMASK
) != 0)) {
in ip4_reass()
788
ofo = tmp &
IP_OFFMASK
;
in ip4_frag()
875
tmp = (
IP_OFFMASK
& (ofo));
in ip4_frag()
H
A
D
ip4.c
678
if ((IPH_OFFSET(iphdr) & PP_HTONS(
IP_OFFMASK
| IP_MF)) != 0) {
681
lwip_ntohs(IPH_ID(iphdr)), p->tot_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (u16_t)((lwip_ntohs(IPH_OFFSET(iphdr)) &
IP_OFFMASK
) * 8)));
1156
(u16_t)(lwip_ntohs(IPH_OFFSET(iphdr)) &
IP_OFFMASK
)));
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H
A
D
ip.h
64
#define
IP_OFFMASK
0x1fff
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H
A
D
ip.h
64
#define
IP_OFFMASK
0x1fff
macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H
A
D
ip.h
64
#define
IP_OFFMASK
0x1fff
macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H
A
D
ip.h
64
#define
IP_OFFMASK
0x1fff
macro
/third_party/musl/include/netinet/
H
A
D
ip.h
64
#define
IP_OFFMASK
0x1fff
macro
/third_party/lwip/src/netif/ppp/
H
A
D
ipcp.c
2373
#define
IP_OFFMASK
0x1fff
macro
2404
if ((get_ipoff(pkt) &
IP_OFFMASK
) != 0)
Completed in 9 milliseconds