HomeSort by relevance Sort by last modified time
    Searched full:ifconfig (Results 1 - 25 of 38) sorted by null

1 2

  /external/dhcpcd/dhcpcd-hooks/
10-mtu 4 ifconfig "${interface}" mtu "${new_interface_mtu}"
  /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/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 47 String cmd = "ifconfig " + name + " up";
52 cmd = "ifconfig " + name + " down";
71 String cmd = multicast ? "ifconfig " + name + " -multicast"
72 : "ifconfig " + name + " multicast";
78 cmd = multicast ? "ifconfig " + name + " multicast"
79 : "ifconfig " + name + " -multicast";
102 String cmd = "ifconfig " + name + " hw ether "
110 cmd = "ifconfig " + name + " hw ether " + hardwareAddress;
131 String cmd = "ifconfig " + name + " mtu 1000";
136 cmd = "ifconfig " + name + " mtu " + mtu
    [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
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/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/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}
  /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|
  /external/iproute2/doc/actions/
ifb-README 53 ifconfig ifb0 up
111 [root@jmandrake]:~# ifconfig ifb0
  /frameworks/base/docs/html/google/gcm/
server.jd 104 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux or MacOS, or <code>ipconfig</code> on Windows. </p>
155 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux or MacOS, or <code>ipconfig</code> on Windows.</p>
demo.jd 126 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux or MacOS, or <code>ipconfig</code> on Windows. </p>
176 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux or MacOS, or <code>ipconfig</code> on Windows.</p>
  /external/openssh/
README.tun 119 ifconfig tun0 192.168.5.1 192.168.5.2 netmask 255.255.255.252
ssh.0     [all...]
ssh.1 1122 # ifconfig tun0 10.1.1.1 10.1.1.2 netmask 255.255.255.252
1128 # ifconfig tun1 10.1.1.2 10.1.1.1 netmask 255.255.255.252
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
bash.php 124 'id', 'ifconfig', 'igawk', 'install',
  /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
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 47 // ifconfig tun0 10.0.0.1 dstaddr 10.0.0.2 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
  /hardware/ti/wlan/mac80211/ti-utils/
README 138 For example, `ifconfig wlan0 hw ether xx:xx:xx:xx:xx:xx'
  /external/grub/docs/
grub.info     [all...]
grub.texi     [all...]

Completed in 576 milliseconds

1 2