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:sinfo_assoc_id
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/
H
A
D
test_assoc_abort.c
203
sinfo->
sinfo_assoc_id
= svr_associd[i];
in main()
207
status.sstat_assoc_id = sinfo->
sinfo_assoc_id
;
in main()
221
status.sstat_assoc_id = sinfo->
sinfo_assoc_id
;
in main()
H
A
D
test_assoc_shutdown.c
204
sinfo->
sinfo_assoc_id
= svr_associd[i];
in main()
208
status.sstat_assoc_id = sinfo->
sinfo_assoc_id
;
in main()
222
status.sstat_assoc_id = sinfo->
sinfo_assoc_id
;
in main()
H
A
D
test_sockopt.c
813
set_udp_sk_dflt_param.
sinfo_assoc_id
= 1234;
in main()
850
set_udp_assoc_dflt_param.
sinfo_assoc_id
= udp_clt_associd;
in main()
867
set_udp_assoc_dflt_param.
sinfo_assoc_id
= udp_svr_associd;
in main()
879
get_udp_assoc_dflt_param.
sinfo_assoc_id
= udp_svr_associd ;
in main()
898
get_udp_sk_dflt_param.
sinfo_assoc_id
= 0 ;
in main()
920
get_peeloff_assoc_dflt_param.
sinfo_assoc_id
= 0 ;
in main()
938
set_tcp_sk_dflt_param.
sinfo_assoc_id
= 1234;
in main()
947
set_tcp_sk_dflt_param.
sinfo_assoc_id
= 1234;
in main()
990
set_tcp_assoc_dflt_param.
sinfo_assoc_id
= 0;
in main()
H
A
D
test_timetolive.c
294
sinfo->
sinfo_assoc_id
= associd1;
in main()
306
sinfo->
sinfo_assoc_id
= associd1;
in main()
319
sinfo->
sinfo_assoc_id
= associd1;
in main()
334
sinfo->
sinfo_assoc_id
= associd1;
in main()
H
A
D
test_basic.c
316
sinfo->
sinfo_assoc_id
= associd2;
in main()
325
sinfo->
sinfo_assoc_id
= associd1;
in main()
H
A
D
test_sctp_sendrecvmsg.c
350
snd_sinfo.
sinfo_assoc_id
= associd1;
in main()
/third_party/ltp/utils/sctp/testlib/
H
A
D
sctputil.c
84
printf("
sinfo_assoc_id
%u\n", data->sndrcv.
sinfo_assoc_id
);
in test_print_cmsg()
/third_party/ltp/utils/sctp/include/netinet/
H
A
D
sctp.h
156
sctp_assoc_t
sinfo_assoc_id
;
member
Completed in 7 milliseconds