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_reass_helper
(Results
1 - 1
of
1
) sorted by relevance
/third_party/lwip/src/core/ipv6/
H
A
D
ip6_frag.c
76
#define IPV6_FRAG_REQROOM ((s16_t)(sizeof(struct
ip6_reass_helper
) - IP6_FRAG_HLEN))
92
struct
ip6_reass_helper
{
struct
118
LWIP_ASSERT("sizeof(struct
ip6_reass_helper
) <= IP6_FRAG_HLEN, set IPV6_FRAG_COPYHEADER to 1",
in ip6_reass_tmr()
119
sizeof(struct
ip6_reass_helper
) <= IP6_FRAG_HLEN);
in ip6_reass_tmr()
174
struct
ip6_reass_helper
*iprh;
in ip6_reass_free_complete_datagram()
177
iprh = (struct
ip6_reass_helper
*)ipr->p->payload;
in ip6_reass_free_complete_datagram()
214
iprh = (struct
ip6_reass_helper
*)p->payload;
in ip6_reass_free_complete_datagram()
295
struct
ip6_reass_helper
*iprh, *iprh_tmp, *iprh_prev=NULL;
in ip6_reass()
431
/* Make room for struct
ip6_reass_helper
(only required if sizeof(void*) > 4).
in ip6_reass()
435
LWIP_ASSERT("no room for struct
ip6_reass_helper
", hdrer
in ip6_reass()
[all...]
Completed in 2 milliseconds