| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu-ifup | 50 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 D | runqemu-ifdown | 33 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 D | tuntap.rst | 5 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 D | libtest-harness-perl_3.44.bb | 9 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 D | libtest-warnings-perl_0.031.bb | 8 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 D | run-installed-tests-with-tap-output.patch | 6 Configure output from installed-tests to be TAP compliant such that 27 + echo 'Output=TAP' >> $@.tmp; \
|
| /OK3568_Linux_fs/buildroot/package/tunctl/ |
| H A D | Config.in | 4 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 D | python3-pytun_2.4.1.bb | 1 SUMMARY = "Python TUN/TAP tunnel module"
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | Kconfig | 31 depends on NET && EVENTFD && (TUN || !TUN) && (TAP || !TAP)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tunctl/ |
| H A D | tunctl.inc | 1 SUMMARY = "Tool for controlling the Linux TUN/TAP driver"
|
| /OK3568_Linux_fs/buildroot/package/bats-core/ |
| H A D | Config.in | 7 Bats is a TAP-compliant testing framework for Bash. It
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-all_passed.log | 1 TAP version 14
|
| H A D | test_kernel_panic_interrupt.log | 3 [ 0.060000] TAP version 14
|
| H A D | test_is_test_passed-failure.log | 1 TAP version 14
|
| H A D | test_config_printk_time.log | 3 [ 0.060000] TAP version 14
|
| H A D | test_output_with_prefix_isolated_correctly.log | 3 [ 0.060000] TAP version 14
|
| H A D | test_pound_sign.log | 3 [ 0.060000] TAP version 14
|
| H A D | test_pound_no_prefix.log | 3 TAP version 14
|
| H A D | test_multiple_prefixes.log | 3 [ 0.060000][ T1] TAP version 14
|
| H A D | test_interrupted_tap_output.log | 3 [ 0.060000] TAP version 14
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/creating-plugins/ |
| H A D | AddingPlugins.txt | 48 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 D | Kconfig | 176 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 D | libcheck_0.15.2.bb | 6 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 D | README-PLUGINS | 21 …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 D | bats_1.6.1.bb | 2 DESCRIPTION = "Bats is a TAP-compliant testing framework for Bash. It \
|