HomeSort by relevance Sort by last modified time
    Searched refs:ifconfig (Results 1 - 15 of 15) sorted by null

  /art/tools/
setup-buildbot-device.sh 28 adb shell ifconfig lo up
29 adb shell ifconfig
  /external/toybox/tests/
ifconfig.test 4 # Brief: Some cursery coverage tests of ifconfig...
5 # Note: requires permissions to run modprobe and all ifconfig options
10 # instead of relying on ifconfig output
11 # 2. Introduce more error cases, to verify ifconfig fails gracefully
12 # 3. Do more complex calls to ifconfig, while mixing the order of the
14 # 4. Cover more ifconfig options:
26 echo "SKIPPED: ifconfig (not root)"
34 ifconfig dummy0 up
37 # Results Expected: After calling ifconfig, no lines with dummy0 are displayed
38 testing "ifconfig dummy0 down and if config /-only"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 27 ifconfig $GIFNAME 192.168.42.1 up
42 ifconfig $GIFNAME 0.0.0.0
46 ifconfig $GIFNAME 0.0.0.0
p2p-action.sh 29 ifconfig $GIFNAME 192.168.42.1 up
53 sudo ifconfig $GIFNAME "$ipaddr" netmask "$ipmask"
68 ifconfig $GIFNAME 0.0.0.0
73 ifconfig $GIFNAME 0.0.0.0
  /device/generic/goldfish/
init.goldfish.sh 4 ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up
66 *) ifconfig eth1 "$my_ip" netmask 255.255.255.0 up
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 35 ifconfig ${if} delete ${INTERNAL_ADDR4}
44 ifconfig ${if}:1 del ${INTERNAL_ADDR4}
phase1-up.sh 36 ifconfig ${if} alias ${INTERNAL_ADDR4} netmask ${INTERNAL_NETMASK4}
43 ifconfig ${if}:1 ${INTERNAL_ADDR4}
  /development/scripts/
reverse_tether.sh 87 $ADB shell "ifconfig $PHONE_DEV down"
101 $ADB shell "ifconfig $PHONE_DEV $PHONE_IP netmask $NETMASK up"
102 sudo ifconfig $HOST_DEV $HOST_IP netmask $NETMASK up
121 $ADB shell "ifconfig $dev down"
127 $ADB shell "ifconfig $PHONE_DEV $PHONE_IP netmask $NETMASK up"
136 $ADB shell "ifconfig $PHONE_DEV up"
138 $ADB shell "ifconfig $PHONE_DEV" # for diagnostics
161 sudo ifconfig $HOST_DEV $HOST_IP netmask $NETMASK up
168 sudo ifconfig usb0 $HOST_IP netmask $NETMASK up
180 sudo ifconfig $LAN_DEV 0.0.0.
    [all...]
  /external/iproute2/examples/
dhcp-client-script 136 LOG ifconfig $addrid down
137 ifconfig $addrid down
164 LOG ifconfig $addrid $2 $mask_arg $brd_arg up
165 ifconfig $addrid $2 $mask_arg $brd_arg up
345 ifconfig $interface:dhcp down
346 ifconfig $interface:dhcp1 down
348 ifconfig $interface:dhcp 10.10.10.10 netmask 255.255.255.255
349 ifconfig $interface:dhcp down
354 ifconfig $interface:dhcp up
  /external/iproute2/doc/
ip-tunnels.tex 28 ifconfig tunl1 10.0.0.1 pointopoint 193.233.7.65
39 ifconfig MY-TUNNEL 10.0.0.1
47 ifconfig tunl0 10.0.0.1
59 ifconfig tunl0 10.0.0.1 netmask 255.255.255.255
67 ifconfig tunl0 10.0.0.1 netmask 255.255.255.255
118 the command \verb|ifconfig| ... \verb|pointopoint A|.
208 of another devices. You should set a protocol address with \verb|ifconfig|
ip-cref.tex 603 Unlike \verb|ifconfig|, the \verb|ip| utility {\em does not\/} set any broadcast
    [all...]
  /external/toybox/
Android.mk 93 toys/other/ifconfig.c \
262 ifconfig \
  /external/toybox/generated/
globals.h 172 // toys/other/ifconfig.c
1201 struct ifconfig_data ifconfig; member in union:global_union
newtoys.h 91 USE_IFCONFIG(NEWTOY(ifconfig, "^?a", TOYFLAG_SBIN))
flags.h 975 // ifconfig ^?a ^?a
    [all...]

Completed in 1009 milliseconds