Home
last modified time | relevance | path

Searched refs:TAP (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu-ifup50 TAP=`$TUNCTL -b $GROUP 2>&1`
55 TAP=`$TUNCTL -b $USERID 2>&1`
82 n=$[ (`echo $TAP | sed 's/tap//'` * 2) + 1 ]
83 $IFCONFIG addr add 192.168.7.$n/32 broadcast 192.168.7.255 dev $TAP
86 echo "Failed to set up IP addressing on $TAP"
89 $IFCONFIG link set dev $TAP up
92 echo "Failed to bring up $TAP"
96 dest=$[ (`echo $TAP | sed 's/tap//'` * 2) + 2 ]
97 $IFCONFIG route add to 192.168.7.$dest dev $TAP
100 echo "Failed to add route to 192.168.7.$dest using $TAP"
[all …]
H A Drunqemu-ifdown33 TAP=$1
42 $TUNCTL -d $TAP
50 if `$IFCONFIG link show $TAP > /dev/null 2>&1`; then
51 $IFCONFIG link del $TAP
63 n=$[ (`echo $TAP | sed 's/tap//'` * 2) + 1 ]
64 dest=$[ (`echo $TAP | sed 's/tap//'` * 2) + 2 ]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtuntap.rst5 Universal TUN/TAP device driver
13 FreeBSD TAP driver
21 TUN/TAP provides packet reception and transmission for user space programs.
104 * IFF_TAP - TAP device
158 * IFF_TAP - TAP device
209 Universal TUN/TAP device driver Frequently Asked Question
212 1. What platforms are supported by TUN/TAP driver ?
220 2. What is TUN/TAP driver used for?
222 As mentioned above, main purpose of TUN/TAP driver is tunneling.
225 Another interesting application using TUN/TAP is pipsecd
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-harness-perl_3.44.bb9 TAP::Harness with an interface that is somewhat backwards compatible \
11 TAP::Harness directly instead. \
18 See TAP::Parser, TAP::Harness for the main documentation for this \
H A Dlibtest-warnings-perl_0.031.bb8 be calculated *before* the warnings test is run, resulting in a TAP error. \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/
H A Drun-installed-tests-with-tap-output.patch6 Configure output from installed-tests to be TAP compliant such that
27 + echo 'Output=TAP' >> $@.tmp; \
/OK3568_Linux_fs/buildroot/package/tunctl/
H A DConfig.in4 Tunctl is a tool for controlling the TUN/TAP driver in Linux.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/python3-pytun/
H A Dpython3-pytun_2.4.1.bb1 SUMMARY = "Python TUN/TAP tunnel module"
/OK3568_Linux_fs/kernel/drivers/vhost/
H A DKconfig31 depends on NET && EVENTFD && (TUN || !TUN) && (TAP || !TAP)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tunctl/
H A Dtunctl.inc1 SUMMARY = "Tool for controlling the Linux TUN/TAP driver"
/OK3568_Linux_fs/buildroot/package/bats-core/
H A DConfig.in7 Bats is a TAP-compliant testing framework for Bash. It
/OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-all_passed.log1 TAP version 14
H A Dtest_kernel_panic_interrupt.log3 [ 0.060000] TAP version 14
H A Dtest_is_test_passed-failure.log1 TAP version 14
H A Dtest_config_printk_time.log3 [ 0.060000] TAP version 14
H A Dtest_output_with_prefix_isolated_correctly.log3 [ 0.060000] TAP version 14
H A Dtest_pound_sign.log3 [ 0.060000] TAP version 14
H A Dtest_pound_no_prefix.log3 TAP version 14
H A Dtest_multiple_prefixes.log3 [ 0.060000][ T1] TAP version 14
H A Dtest_interrupted_tap_output.log3 [ 0.060000] TAP version 14
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/creating-plugins/
H A DAddingPlugins.txt48 TAP output. The tdc.py script will do that for the test suite as
59 the TAP output for the extra test cases.
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A DKconfig176 bool "TUN/TAP transport (obsolete)"
179 The UML TUN/TAP network transport allows a UML instance to exchange
180 packets with the host over a TUN/TAP device. This option will only
181 work with a 2.4 host, unless you've applied the TUN/TAP patch to
184 To use this transport, your host kernel must have support for TUN/TAP
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcheck/
H A Dlibcheck_0.15.2.bb6 reportable in the following: Subunit, TAP, XML, and a generic logging format."
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/
H A DREADME-PLUGINS21 …Run the command under test with valgrind, and produce an extra set of TAP results for the memory t…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/bats/
H A Dbats_1.6.1.bb2 DESCRIPTION = "Bats is a TAP-compliant testing framework for Bash. It \

123