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:UDP_SEGMENT
(Results
1 - 13
of
13
) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/netinet/
H
A
D
udp.h
29
#define
UDP_SEGMENT
103
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H
A
D
udp.h
29
#define
UDP_SEGMENT
103
macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H
A
D
udp.h
29
#define
UDP_SEGMENT
103
macro
/third_party/musl/include/netinet/
H
A
D
udp.h
29
#define
UDP_SEGMENT
103
macro
/third_party/curl/lib/vquic/
H
A
D
vquic.c
91
#if defined(__linux__) && defined(
UDP_SEGMENT
) && defined(HAVE_SENDMSG)
in vquic_ctx_init()
137
#if defined(__linux__) && defined(
UDP_SEGMENT
)
in do_sendmsg()
148
#if defined(__linux__) && defined(
UDP_SEGMENT
)
in do_sendmsg()
157
cm->cmsg_type =
UDP_SEGMENT
;
in do_sendmsg()
/third_party/nghttp2/src/
H
A
D
shrpx_quic.cc
70
#ifdef
UDP_SEGMENT
in quic_send_packet()
72
#endif //
UDP_SEGMENT
in quic_send_packet()
115
#ifdef
UDP_SEGMENT
in quic_send_packet()
120
cm->cmsg_type =
UDP_SEGMENT
;
in quic_send_packet()
125
#endif //
UDP_SEGMENT
in quic_send_packet()
H
A
D
h2load_quic.cc
652
#ifdef
UDP_SEGMENT
in write_quic()
655
#endif //
UDP_SEGMENT
in write_quic()
734
#ifdef
UDP_SEGMENT
in write_quic()
736
#endif //
UDP_SEGMENT
in write_quic()
754
#ifdef
UDP_SEGMENT
in write_quic()
757
#endif //
UDP_SEGMENT
in write_quic()
759
#ifdef
UDP_SEGMENT
in write_quic()
797
#endif //
UDP_SEGMENT
in write_quic()
H
A
D
h2load.cc
1462
# ifdef
UDP_SEGMENT
in write_udp()
1470
cm->cmsg_type =
UDP_SEGMENT
;
in write_udp()
1475
# endif //
UDP_SEGMENT
in write_udp()
H
A
D
shrpx_http3_upstream.cc
799
#ifdef
UDP_SEGMENT
in write_streams()
802
#endif //
UDP_SEGMENT
in write_streams()
914
#ifdef
UDP_SEGMENT
in write_streams()
984
#else // !
UDP_SEGMENT
in write_streams()
1010
#endif // !
UDP_SEGMENT
in write_streams()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H
A
D
mod.rs
294
pub const
UDP_SEGMENT
: ::c_int = 103;
consts
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
sockopt.rs
871
libc::
UDP_SEGMENT
,
H
A
D
mod.rs
1399
libc::
UDP_SEGMENT
in cmsg_type()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1913
pub const
UDP_SEGMENT
: ::c_int = 103;
consts
Completed in 28 milliseconds