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:MAX_PACKET_SIZE
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/network/stress/interface/
H
A
D
if-mtu-change.sh
18
MAX_PACKET_SIZE
=65507
75
local size=$
MAX_PACKET_SIZE
82
MAX_PACKET_SIZE
=$size
117
tst_ping -s "1 $((mtu / 2)) $mtu $
MAX_PACKET_SIZE
"
/third_party/ffmpeg/libavcodec/
H
A
D
libvo-amrwbenc.c
34
#define
MAX_PACKET_SIZE
(1 + (477 + 7) / 8)
macro
122
if ((ret = ff_alloc_packet(avctx, avpkt,
MAX_PACKET_SIZE
)) < 0)
in amr_wb_encode_frame()
130
if (size <= 0 || size >
MAX_PACKET_SIZE
) {
in amr_wb_encode_frame()
H
A
D
dcadec.c
32
#define
MAX_PACKET_SIZE
0x104000
macro
159
if (input_size < MIN_PACKET_SIZE || input_size >
MAX_PACKET_SIZE
) {
in dcadec_decode_frame()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
cdcacm.h
199
#define
MAX_PACKET_SIZE
0x400
macro
201
#define
MAX_PACKET_SIZE
0x200
macro
H
A
D
f_acm_desc.c
148
HSETW(.wMaxPacketSize,
MAX_PACKET_SIZE
),
165
HSETW(.wMaxPacketSize,
MAX_PACKET_SIZE
),
H
A
D
cdcacm.c
383
if (data_size >
MAX_PACKET_SIZE
)
in cdcacm_sndpacket()
385
data_size =
MAX_PACKET_SIZE
;
in cdcacm_sndpacket()
/third_party/ffmpeg/libavformat/
H
A
D
rmenc.c
50
#define
MAX_PACKET_SIZE
(UINT16_MAX - MAX_HEADER_SIZE)
macro
399
if (size >
MAX_PACKET_SIZE
) {
in rm_write_video()
Completed in 10 milliseconds