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:NS_EXEC
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/containers/netns/
H
A
D
netns_lib.sh
44
NS_EXEC
="ip"
57
e)
NS_EXEC
="tst_ns_exec" ;;
72
if [ "$
NS_EXEC
" = "ip" ]; then
93
tst_res TINFO "testing netns over $COMM_TYPE with $
NS_EXEC
$PROG"
101
if [ "$
NS_EXEC
" = "ip" ]; then
108
# Sets up
NS_EXEC
to use 'tst_ns_exec', creates two network namespaces and stores
116
NS_EXEC
="tst_ns_exec"
130
$
NS_EXEC
$NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \
133
$
NS_EXEC
$NS_HANDLE0 $NS_TYPE tst_ns_ifmove veth1 $NS_HANDLE1
141
# Sets up
NS_EXEC
t
[all...]
H
A
D
netns_helper.sh
20
NS_EXEC
=
152
# Sets up
NS_EXEC
to use 'ns_exec', creates two network namespaces and stores
160
NS_EXEC
="ns_exec"
174
$
NS_EXEC
$NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \
177
$
NS_EXEC
$NS_HANDLE0 $NS_TYPE ns_ifmove veth1 $NS_HANDLE1
185
# Sets up
NS_EXEC
to use 'ip netns exec', creates two network namespaces
193
NS_EXEC
="ip netns exec"
206
$
NS_EXEC
$NS_HANDLE0 ip link add veth0 type veth peer name veth1 || \
209
$
NS_EXEC
$NS_HANDLE0 ip link set veth1 netns $NS_HANDLE1 || \
217
[ "$
NS_EXEC
" ] || tst_br
[all...]
H
A
D
netns_comm.sh
25
EXPECT_PASS $
NS_EXEC
$NS_HANDLE0 $NS_TYPE $tping -q -c2 -I veth0 $IP1 1>/dev/null
26
EXPECT_PASS $
NS_EXEC
$NS_HANDLE1 $NS_TYPE $tping -q -c2 -I veth1 $IP0 1>/dev/null
29
ROD $
NS_EXEC
$NS_HANDLE0 $NS_TYPE ip link set dev lo up
31
ROD $
NS_EXEC
$NS_HANDLE0 $NS_TYPE ifconfig lo up
34
EXPECT_PASS $
NS_EXEC
$NS_HANDLE0 $NS_TYPE $tping -q -c2 -I lo $ip_lo 1>/dev/null
H
A
D
netns_breakns.sh
19
EXPECT_FAIL $
NS_EXEC
$NS_HANDLE0 $NS_TYPE ip address add $IP1/$NETMASK dev veth1
22
EXPECT_FAIL $
NS_EXEC
$NS_HANDLE0 $NS_TYPE ifconfig veth1 $IFCONF_IN6_ARG $IP1/$NETMASK
Completed in 1 milliseconds