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:clt_loop3
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/
H
A
D
test_connect.c
63
sockaddr_storage_t svr_loop, clt_loop1, clt_loop2,
clt_loop3
;
in main()
local
89
clt_loop3
.v4.sin_family = AF_INET;
in main()
90
clt_loop3
.v4.sin_addr.s_addr = SCTP_IP_LOOPBACK;
in main()
91
clt_loop3
.v4.sin_port = htons(SCTP_TESTPORT_2+2);
in main()
197
error = connect(peeloff_sk, &
clt_loop3
.sa, sizeof(
clt_loop3
));
in main()
H
A
D
test_connectx.c
82
struct sockaddr_in
clt_loop3
[NUMADDR];
in main()
local
121
clt_loop3
[i].sin_family = AF_INET;
in main()
122
clt_loop3
[i].sin_addr.s_addr = SCTP_IP_LOOPBACK_I(i + 0x300);
in main()
123
clt_loop3
[i].sin_port = htons(SCTP_TESTPORT_2+2);
in main()
238
error = sctp_connectx(peeloff_sk, (struct sockaddr *)
clt_loop3
, NUMADDR,
in main()
Completed in 2 milliseconds