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:PEER_PORT
(Results
1 - 11
of
11
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H
A
D
net_socket_test_002.cpp
43
#define
PEER_PORT
STACK_PORT
macro
73
clnAddr.sin_port = htons(
PEER_PORT
);
in UdpTest()
92
clnAddr.sin_port = htons(
PEER_PORT
);
in UdpTest()
H
A
D
net_socket_test_003.cpp
43
#define
PEER_PORT
STACK_PORT
macro
109
clnAddr.sin_port = htons(
PEER_PORT
);
in SampleTcpServer()
177
srvAddr.sin_port = htons(
PEER_PORT
);
in SampleTcpClient()
224
clnAddr.sin_port = htons(
PEER_PORT
);
in SampleTcpClient()
/kernel/liteos_m/components/net/test/
H
A
D
net_socket_test_002.c
69
clnAddr.sin_port = htons(
PEER_PORT
);
in UdpTestTask()
89
clnAddr.sin_port = htons(
PEER_PORT
);
in UdpTestTask()
H
A
D
net_socket_test_003.c
91
clnAddr.sin_port = htons(
PEER_PORT
);
in SampleTcpServer()
150
srvAddr.sin_port = htons(
PEER_PORT
);
in SampleTcpClient()
190
clnAddr.sin_port = htons(
PEER_PORT
);
in SampleTcpClient()
H
A
D
lwip_test.h
54
#define
PEER_PORT
STACK_PORT
macro
H
A
D
net_socket_test_007.c
73
clnAddr.sin_port = htons(
PEER_PORT
);
in UdpTestMoreTask()
H
A
D
net_socket_test_011.c
345
clnAddr.sin_port = htons(
PEER_PORT
);
in UdpTestNetifTask()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H
A
D
It_net_container_005.cpp
42
static const int
PEER_PORT
= 8001;
variable
69
peer_addr.sin_port = htons(
PEER_PORT
);
in UdpClient()
/kernel/liteos_m/testsuites/unittest/fuzz/src/socket/
H
A
D
net_fuzz.c
196
#define
PEER_PORT
STACK_PORT
macro
251
srvAddr.sin_port = htons(
PEER_PORT
);
in SampleTcpClient()
/kernel/linux/linux-5.10/tools/testing/selftests/ntb/
H
A
D
ntb_test.sh
147
PEER_PORT
=$(read_file "${PEER_DIR}/port")
148
if [[ ${PORT} -eq $
PEER_PORT
]]; then
/kernel/linux/linux-6.6/tools/testing/selftests/ntb/
H
A
D
ntb_test.sh
147
PEER_PORT
=$(read_file "${PEER_DIR}/port")
148
if [[ ${PORT} -eq $
PEER_PORT
]]; then
Completed in 5 milliseconds