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

  /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
55 ifconfig $GIFNAME 0.0.0.0
60 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
  /system/core/toolbox/
Android.mk 14 ifconfig \
  /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...]
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 288 #ifconfig wlan0 hw ether $mac_addr
295 ifconfig wlan0 up
526 ifconfig wlan0 $ip_addr up
  /external/grub/netboot/
etherboot.h 498 extern int ifconfig (char *ip, char *sm, char *gw, char *svr);
main.c 145 /* ifconfig - configure network interface. */
147 ifconfig (char *ip, char *sm, char *gw, char *svr) function
  /external/grub/stage2/
builtins.c     [all...]

Completed in 263 milliseconds