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:SCTP_SNDRCV
(Results
1 - 21
of
21
) sorted by relevance
/third_party/ltp/utils/sctp/lib/
H
A
D
sendmsg.c
55
cmsg->cmsg_type =
SCTP_SNDRCV
;
in sctp_sendmsg()
98
cmsg->cmsg_type =
SCTP_SNDRCV
;
in sctp_send()
H
A
D
recvmsg.c
92
(
SCTP_SNDRCV
== cmsg->cmsg_type))
in sctp_recvmsg()
/third_party/ltp/utils/sctp/func_tests/
H
A
D
test_assoc_abort.c
131
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
194
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_assoc_shutdown.c
131
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
195
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_inaddr_any.c
163
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
211
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_1_to_1_events.c
123
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_1_to_1_threads.c
109
cmsg->cmsg_type =
SCTP_SNDRCV
;
in t_send()
H
A
D
test_1_to_1_sendmsg.c
141
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
299
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_basic.c
180
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
295
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_timetolive.c
205
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
279
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_1_to_1_addrs.c
162
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_1_to_1_nonblock.c
172
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_fragments.c
155
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_peeloff.c
144
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_tcp_style.c
421
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
H
A
D
test_sockopt.c
192
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
389
cmsg->cmsg_type =
SCTP_SNDRCV
;
in main()
/third_party/ltp/utils/sctp/include/netinet/
H
A
D
sctp.h
136
* 5.2.2 SCTP Header Information Structure (
SCTP_SNDRCV
)
144
* IPPROTO_SCTP
SCTP_SNDRCV
struct sctp_sndrcvinfo
185
SCTP_SNDRCV
, /* 5.2.2 SCTP Header Information Structure */
enumerator
186
#define
SCTP_SNDRCV
SCTP_SNDRCV
macro
/third_party/ffmpeg/libavformat/
H
A
D
sctp.c
105
(
SCTP_SNDRCV
== cmsg->cmsg_type))
in ff_sctp_recvmsg()
140
cmsg->cmsg_type =
SCTP_SNDRCV
;
in ff_sctp_send()
/third_party/ltp/utils/sctp/testlib/
H
A
D
sctputil.c
75
case
SCTP_SNDRCV
:
in test_print_cmsg()
289
SCTP_SNDRCV
== cmsg->cmsg_type)
in test_check_msg_data()
/third_party/node/deps/openssl/openssl/crypto/bio/
H
A
D
bss_dgram.c
1039
# ifdef
SCTP_SNDRCV
in dgram_sctp_read()
1040
if (cmsg->cmsg_type ==
SCTP_SNDRCV
) {
in dgram_sctp_read()
1299
cmsg->cmsg_type =
SCTP_SNDRCV
;
in dgram_sctp_write()
/third_party/openssl/crypto/bio/
H
A
D
bss_dgram.c
1039
# ifdef
SCTP_SNDRCV
in dgram_sctp_read()
1040
if (cmsg->cmsg_type ==
SCTP_SNDRCV
) {
in dgram_sctp_read()
1299
cmsg->cmsg_type =
SCTP_SNDRCV
;
in dgram_sctp_write()
Completed in 16 milliseconds