Home
last modified time | relevance | path

Searched refs:SERVER_IP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsctp_vrf.sh79 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 Dtoeplitz.sh124 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 Dconntrack_sctp_collision.sh6 # 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 DIt_net_container_009.cpp39 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 DIt_net_container_005.cpp39 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 DIt_net_container_006.cpp37 static const char *SERVER_IP = "127.0.0.1"; variable

Completed in 3 milliseconds