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:link_mtu
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/
H
A
D
d1_lib.c
89
d1->
link_mtu
= 0;
in dtls1_new()
177
size_t
link_mtu
;
in dtls1_clear()
local
187
link_mtu
= s->d1->
link_mtu
;
in dtls1_clear()
202
s->d1->
link_mtu
=
link_mtu
;
in dtls1_clear()
240
s->d1->
link_mtu
= larg;
in dtls1_ctrl()
904
if (s->d1->
link_mtu
) {
in dtls1_query_mtu()
906
s->d1->
link_mtu
- BIO_dgram_get_mtu_overhead(SSL_get_wbio(s));
in dtls1_query_mtu()
907
s->d1->
link_mtu
in dtls1_query_mtu()
[all...]
H
A
D
ssl_local.h
1968
size_t
link_mtu
; /* max on-the-wire DTLS packet size */
member
/third_party/openssl/ssl/
H
A
D
d1_lib.c
89
d1->
link_mtu
= 0;
in dtls1_new()
160
size_t
link_mtu
;
in dtls1_clear()
local
170
link_mtu
= s->d1->
link_mtu
;
in dtls1_clear()
185
s->d1->
link_mtu
=
link_mtu
;
in dtls1_clear()
223
s->d1->
link_mtu
= larg;
in dtls1_ctrl()
887
if (s->d1->
link_mtu
) {
in dtls1_query_mtu()
889
s->d1->
link_mtu
- BIO_dgram_get_mtu_overhead(SSL_get_wbio(s));
in dtls1_query_mtu()
890
s->d1->
link_mtu
in dtls1_query_mtu()
[all...]
H
A
D
ssl_local.h
1912
size_t
link_mtu
; /* max on-the-wire DTLS packet size */
member
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
bt-codec-msbc.c
105
static size_t get_read_block_size(void *codec_info, size_t
link_mtu
) {
in get_read_block_size()
argument
120
if (
link_mtu
<= MSBC_PACKET_SIZE)
in get_read_block_size()
123
return block_size * (1 +
link_mtu
/ MSBC_PACKET_SIZE);
in get_read_block_size()
126
static size_t get_write_block_size(void *codec_info, size_t
link_mtu
) {
in get_write_block_size()
argument
H
A
D
bt-codec-cvsd.c
50
static size_t get_block_size(void *codec_info, size_t
link_mtu
) {
in get_block_size()
argument
52
size_t block_size =
link_mtu
;
in get_block_size()
H
A
D
a2dp-codec-aptx-gst.c
455
static size_t get_block_size(void *codec_info, size_t
link_mtu
) {
in get_block_size()
argument
457
size_t frame_count = (
link_mtu
/ 4);
in get_block_size()
469
static size_t get_block_size_hd(void *codec_info, size_t
link_mtu
) {
in get_block_size_hd()
argument
472
size_t frame_count = (
link_mtu
- rtp_size) / 6;
in get_block_size_hd()
H
A
D
a2dp-codec-sbc.c
725
static size_t get_block_size(void *codec_info, size_t
link_mtu
) {
in get_block_size()
argument
728
size_t frame_count = (
link_mtu
- rtp_size) / sbc_info->frame_length;
in get_block_size()
738
pa_log_warn("SBC packet size %lu is larger than link MTU %lu", sbc_info->frame_length + rtp_size,
link_mtu
);
in get_block_size()
H
A
D
a2dp-codec-ldac-gst.c
388
static size_t get_block_size(void *codec_info, size_t
link_mtu
) {
in get_block_size()
argument
Completed in 19 milliseconds