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:SERVER_IP
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
sctp_vrf.sh
79
until ip netns exec $SERVER_NS ss -lS src $
SERVER_IP
:$SERVER_PORT | \
91
ip netns exec $SERVER_NS ./sctp_hello server $AF $
SERVER_IP
\
96
$
SERVER_IP
$SERVER_PORT $CLIENT_IP $CLIENT_PORT 2>&1 >/dev/null
106
ip netns exec $SERVER_NS ./sctp_hello server $AF $
SERVER_IP
\
110
ip netns exec $SERVER_NS ./sctp_hello server $AF $
SERVER_IP
\
115
$
SERVER_IP
$SERVER_PORT $CLIENT_IP $CLIENT_PORT 2>&1 >/dev/null && \
117
$
SERVER_IP
$SERVER_PORT $CLIENT_IP $CLIENT_PORT 2>&1 >/dev/null
176
CLIENT_IP=$CLIENT_IP4
SERVER_IP
=$SERVER_IP4 AF="-4" testup && echo "***v4 Tests Done***" &&
177
CLIENT_IP=$CLIENT_IP6
SERVER_IP
=$SERVER_IP6 AF="-6" testup && echo "***v6 Tests Done***"
H
A
D
toeplitz.sh
124
SERVER_IP
="${SERVER_IP4}"
128
SERVER_IP
="${SERVER_IP6}"
151
"${SERVER_MAC}" "${
SERVER_IP
}"
189
"${IP_FLAG}" "${
SERVER_IP
%%/*}" "${PORT}" &
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H
A
D
conntrack_sctp_collision.sh
6
# 14:35:47.655279 IP CLIENT_IP.PORT >
SERVER_IP
.PORT: sctp (1) [INIT] [init tag: 2017837359]
7
# 14:35:48.353250 IP
SERVER_IP
.PORT > CLIENT_IP.PORT: sctp (1) [INIT] [init tag: 1187206187]
8
# 14:35:48.353275 IP CLIENT_IP.PORT >
SERVER_IP
.PORT: sctp (1) [INIT ACK] [init tag: 2017837359]
9
# 14:35:48.353283 IP
SERVER_IP
.PORT > CLIENT_IP.PORT: sctp (1) [COOKIE ECHO]
10
# 14:35:48.353977 IP CLIENT_IP.PORT >
SERVER_IP
.PORT: sctp (1) [COOKIE ACK]
11
# 14:35:48.855335 IP
SERVER_IP
.PORT > CLIENT_IP.PORT: sctp (1) [INIT ACK] [init tag: 164579970]
20
SERVER_IP
="198.51.100.1"
36
ip -n $SERVER_NS addr add $
SERVER_IP
/24 dev link0
47
ip -n $CLIENT_NS route add $
SERVER_IP
dev link3 via $CLIENT_GW
76
$
SERVER_IP
[all...]
/kernel/liteos_a/testsuites/unittest/container/smoke/
H
A
D
It_net_container_009.cpp
39
static const char *
SERVER_IP
= "192.168.100.6";
variable
62
server_addr.sin_addr.s_addr = inet_addr(
SERVER_IP
);
in TcpClient()
114
server_addr.sin_addr.s_addr = inet_addr(
SERVER_IP
);
in TcpServer()
185
int ret = NetContainerResetNetAddr(IFNAME,
SERVER_IP
, NETMASK, GW);
in ChildFunc()
195
if (strncmp(
SERVER_IP
, newIp, strlen(
SERVER_IP
)) != 0) {
in ChildFunc()
H
A
D
It_net_container_005.cpp
39
static const char *
SERVER_IP
= "192.168.100.6";
variable
63
server_addr.sin_addr.s_addr = inet_addr(
SERVER_IP
);
in UdpClient()
134
server_addr.sin_addr.s_addr = inet_addr(
SERVER_IP
);
in UdpServer()
167
int ret = NetContainerResetNetAddr(IFNAME,
SERVER_IP
, NETMASK, GW);
in UdpServerThread()
H
A
D
It_net_container_006.cpp
37
static const char *
SERVER_IP
= "127.0.0.1";
variable
Completed in 3 milliseconds