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_POOL_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lwip/src/core/
H
A
D
init.c
318
#if !MEMP_MEM_MALLOC &&
PBUF_POOL_SIZE
&& (PBUF_POOL_BUFSIZE <= (PBUF_LINK_ENCAPSULATION_HLEN + PBUF_LINK_HLEN + PBUF_IP_HLEN + PBUF_TRANSPORT_HLEN))
321
#if !MEMP_MEM_MALLOC &&
PBUF_POOL_SIZE
&& (TCP_WND > (
PBUF_POOL_SIZE
* (PBUF_POOL_BUFSIZE - (PBUF_LINK_ENCAPSULATION_HLEN + PBUF_LINK_HLEN + PBUF_IP_HLEN + PBUF_TRANSPORT_HLEN))))
322
#error "lwip_sanity_check: WARNING: TCP_WND is larger than space provided by
PBUF_POOL_SIZE
* (PBUF_POOL_BUFSIZE - protocol headers). If you know what you are doing, define LWIP_DISABLE_TCP_SANITY_CHECKS to 1 to disable this error."
/third_party/lwip/test/fuzz/
H
A
D
lwipopts.h
70
#define
PBUF_POOL_SIZE
400 /* pbuf tests need ~200KByte */
macro
/third_party/lwip/test/unit/
H
A
D
lwipopts.h
65
#define
PBUF_POOL_SIZE
400 /* pbuf tests need ~200KByte */
macro
/third_party/lwip/src/include/lwip/priv/
H
A
D
memp_std.h
139
LWIP_PBUF_MEMPOOL(PBUF_POOL,
PBUF_POOL_SIZE
, PBUF_POOL_BUFSIZE, "PBUF_POOL")
/third_party/lwip/src/include/lwip/
H
A
D
opt.h
579
*
PBUF_POOL_SIZE
: the number of buffers in the pbuf pool.
581
#if !defined
PBUF_POOL_SIZE
|| defined __DOXYGEN__
582
#define
PBUF_POOL_SIZE
16
macro
788
*
PBUF_POOL_SIZE
> IP_REASS_MAX_PBUFS so that the stack is still able to receive
791
* (
PBUF_POOL_SIZE
> 2 * IP_REASS_MAX_PBUFS)!
Completed in 6 milliseconds