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_DF
(Results
1 - 8
of
8
) sorted by relevance
/third_party/lwip/src/include/lwip/prot/
H
A
D
ip4.h
86
#define
IP_DF
0x4000U /* don't fragment flag */
macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H
A
D
ip.h
62
#define
IP_DF
0x4000
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H
A
D
ip.h
62
#define
IP_DF
0x4000
macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H
A
D
ip.h
62
#define
IP_DF
0x4000
macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H
A
D
ip.h
62
#define
IP_DF
0x4000
macro
/third_party/musl/include/netinet/
H
A
D
ip.h
62
#define
IP_DF
0x4000
macro
/third_party/toybox/toys/pending/
H
A
D
ip.c
40
#ifndef
IP_DF
41
#define
IP_DF
0x4000 /* don't fragment flag. */
macro
2480
if (!(ptnl->iph.frag_off & htons(
IP_DF
))) printf(" nopmtudisc");
in display_tunnel()
2551
ptnl->iph.frag_off = htons(
IP_DF
);
in parse_iptunnel_args()
2635
ptnl->iph.frag_off = htons(
IP_DF
);
in parse_iptunnel_args()
/third_party/lwip/src/core/ipv4/
H
A
D
ip4.c
383
if ((IPH_OFFSET(iphdr) & PP_NTOHS(
IP_DF
)) == 0) {
Completed in 9 milliseconds