Home
last modified time | relevance | path

Searched refs:TUNCTL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu-gen-tapdevs47 TUNCTL=$STAGING_BINDIR_NATIVE/tunctl
48 if [[ ! -x "$TUNCTL" || -d "$TUNCTL" ]]; then
49 echo "Error: $TUNCTL is not an executable"
79 $TUNCTL -d $tap
H A Drunqemu-ifup44 TUNCTL=$STAGING_BINDIR_NATIVE/tunctl
45 if [ ! -x "$TUNCTL" ]; then
50 TAP=`$TUNCTL -b $GROUP 2>&1`
55 TAP=`$TUNCTL -b $USERID 2>&1`
H A Drunqemu-ifdown36 TUNCTL=$STAGING_BINDIR_NATIVE/tunctl
37 if [ ! -e "$TUNCTL" ]; then
42 $TUNCTL -d $TAP