/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/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 | 45 String cmd = "ifconfig " + name + " up"; 50 cmd = "ifconfig " + name + " down"; 68 String cmd = multicast ? "ifconfig " + name + " -multicast" 69 : "ifconfig " + name + " multicast"; 75 cmd = multicast ? "ifconfig " + name + " multicast" 76 : "ifconfig " + name + " -multicast"; 98 String cmd = "ifconfig " + name + " hw ether " 106 cmd = "ifconfig " + name + " hw ether " + hardwareAddress; 126 String cmd = "ifconfig " + name + " mtu 1000"; 131 cmd = "ifconfig " + name + " mtu " + mtu [all...] |
/art/tools/ |
setup-buildbot-device.sh | 28 adb shell ifconfig lo up 29 adb shell ifconfig
|
/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
|
/build/target/board/generic/sepolicy/ |
goldfish_setup.te | 10 # Run ifconfig, route commands to configure interfaces and routes.
|
/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}
|
/external/kernel-headers/original/uapi/linux/ |
wimax.h | 142 * done with 'ifconfig DEV up' [or equivalent], which can upload 151 * calling 'ifconfig DEV up' and enters it back on 'ifconfig DEV
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
wimax.h | 142 * done with 'ifconfig DEV up' [or equivalent], which can upload 151 * calling 'ifconfig DEV up' and enters it back on 'ifconfig DEV
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
wimax.h | 142 * done with 'ifconfig DEV up' [or equivalent], which can upload 151 * calling 'ifconfig DEV up' and enters it back on 'ifconfig DEV
|
/external/toybox/www/ |
cleanup.html | 13 <li><a href=#ifconfig>ifconfig</a></li> 131 <a name=ifconfig> 132 <h1><a href=/hg/toybox/log/tip/toys/pending/ifconfig.c>ifconfig</a></h1> 136 <p>When ifconfig was submitted, it touched a half-dozen files. I glued it 141 <li>old total: <a href=/hg/toybox/file/841/toys/pending/ifconfig.c>1504 lines (44268 bytes) in 38 functions</a></li> 142 <li>new total: <a href=/hg/toybox/file/1113/toys/other/ifconfig.c>521 lines (15963 bytes) in 4 functions</a></li> 220 <li>Status update: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001033.html>Entering the home stretch on ifconfig</a> (and a <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001043.html>note about infiniband</a>)</li>
|
status.html | 21 help hostname id ifconfig inotifyd insmod install kill killall killall5
|
/external/toybox/toys/other/ |
ifconfig.c | 0 /* ifconfig.c - Configure network interface. 9 USE_IFCONFIG(NEWTOY(ifconfig, "^?a", TOYFLAG_SBIN)) 11 config IFCONFIG 12 bool "ifconfig" 15 usage: ifconfig [-a] [INTERFACE [ACTION...]]
|
/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
|
/external/toybox/ |
Android.mk | 93 toys/other/ifconfig.c \ 262 ifconfig \
|
/external/openssh/ |
README.tun | 119 ifconfig tun0 192.168.5.1 192.168.5.2 netmask 255.255.255.252
|
/external/toybox/generated/ |
globals.h | 172 // toys/other/ifconfig.c 1201 struct ifconfig_data ifconfig; member in union:global_union
|
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 47 // ifconfig tun0 10.0.0.1 dstaddr 10.0.0.2 up
|
/external/ceres-solver/docs/source/ |
conf.py | 28 extensions = ['sphinx.ext.todo', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig']
|