Home
last modified time | relevance | path

Searched +full:- +full:lnet (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dxfrm_policy.sh2 # SPDX-License-Identifier: GPL-2.0
8 # ns1 ---- ns3 ----- ns4 ---- ns2
21 # Kselftest framework requirement - SKIP code is 4.
35 local lnet=$4
39 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu…
41 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu…
48 local lnet=$4
53 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
54 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
56 do_esp_policy $ns $me $remote $lnet $rnet
[all …]
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dnft_flowtable.sh2 # SPDX-License-Identifier: GPL-2.0
7 # Originator (MTU 9000) <-Router1-> MTU 1500 <-Router2-> Responder (MTU 2000)
14 # nft_flowtable.sh -o8000 -l1500 -r2000
17 sfx=$(mktemp -u "XXXXXXXX")
18 ns1="ns1-$sfx"
19 ns2="ns2-$sfx"
20 nsr1="nsr1-$sfx"
21 nsr2="nsr2-$sfx"
23 # Kselftest framework requirement - SKIP code is 4.
31 log_netns=$(sysctl -n net.netfilter.nf_log_all_netns)
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
Dconfigure.ac3 AC_INIT([c-ares], [1.19.1],
4 [c-ares mailing list: http://lists.haxx.se/listinfo/c-ares])
8 dnl passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
57 if test -z "$SED" || test "$SED" = "not_found"; then
66 if test -z "$GREP" || test "$GREP" = "not_found"; then
73 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
75 EGREP="$GREP -E"
81 if test -z "$EGREP" || test "$EGREP" = "not_found"; then
88 if test -z "$AR"; then
92 if test -z "$AR" || test "$AR" = "not_found"; then
[all …]
/external/curl/docs/
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
72 ./configure --with-openssl
[all …]
/external/curl/.github/workflows/
Dnon-native.yml3 # SPDX-License-Identifier: curl
5 name: non-native
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
[all …]
/external/curl/
Dconfigure.ac21 # SPDX-License-Identifier: curl
29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])
69 if test -z "$SED"; then
73 if test -z "$SED" || test "$SED" = "not_found"; then
81 if test -z "$GREP"; then
85 if test -z "$GREP" || test "$GREP" = "not_found"; then
91 dnl 'grep -E' is mandatory for configure process and libtool.
93 if test -z "$EGREP"; then
95 AC_MSG_CHECKING([that grep -E works])
96 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
[all …]