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:pbuf_header_force
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lwip/src/core/ipv6/
H
A
D
ip6_frag.c
188
if (
pbuf_header_force
(p, (s16_t)((u8_t*)p->payload - (u8_t*)ipr->iphdr))) {
in ip6_reass_free_complete_datagram()
433
u8_t hdrerr =
pbuf_header_force
(p, IPV6_FRAG_REQROOM);
in ip6_reass()
674
if (
pbuf_header_force
(p, (s16_t)((u8_t*)p->payload - (u8_t*)iphdr_ptr))) {
in ip6_reass()
/third_party/lwip/src/include/lwip/
H
A
D
pbuf.h
287
u8_t
pbuf_header_force
(struct pbuf *p, s16_t header_size);
/third_party/lwip/src/core/ipv4/
H
A
D
ip4.c
775
pbuf_header_force
(p, (s16_t)iphdr_hlen); /* Move to ip header, no check necessary. */
/third_party/lwip/src/core/
H
A
D
pbuf.c
656
pbuf_header_force
(struct pbuf *p, s16_t header_size_increment)
in pbuf_header_force()
function
H
A
D
udp.c
444
pbuf_header_force
(p, (s16_t)(ip_current_header_tot_len() + UDP_HLEN));
Completed in 7 milliseconds