OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eth0
(Results
1 - 16
of
16
) sorted by null
/system/extras/tests/net_test/
ping6_test.sh
4
ip link set
eth0
up
10
udhcpc -i
eth0
net_test.sh
9
ip link set
eth0
up
/device/generic/goldfish/
init.goldfish.sh
4
ifconfig
eth0
10.0.2.15 netmask 255.255.255.0 up
5
route add default gw 10.0.2.2 dev
eth0
42
2) setprop net.
eth0
.dns2 10.0.2.4
44
3) setprop net.
eth0
.dns2 10.0.2.4
45
setprop net.
eth0
.dns3 10.0.2.5
47
4) setprop net.
eth0
.dns2 10.0.2.4
48
setprop net.
eth0
.dns3 10.0.2.5
49
setprop net.
eth0
.dns4 10.0.2.6
/external/wpa_supplicant_8/hostapd/
wired.conf
7
interface=
eth0
/external/vboot_reference/tests/
rbtest.conf
24
cable=$(/usr/sbin/ethtool
eth0
| grep Link | cut -f 3 -d ' ')
/build/target/product/
full_x86.mk
32
PRODUCT_PROPERTY_OVERRIDES += net.
eth0
.startonboot=1
aosp_x86_64.mk
37
PRODUCT_PROPERTY_OVERRIDES += net.
eth0
.startonboot=1
/external/autotest/client/site_tests/network_TwoShills/
network_TwoShills.py
32
@return A string such as "
eth0
" or "wlan0".
/external/iproute2/testsuite/tests/tc/
cls-testbed.t
61
ts_tc "cls-testbed" "tree listing" qdisc list dev
eth0
62
ts_tc "cls-testbed" "tree class listing" class list dev
eth0
/external/autotest/client/common_lib/cros/
dbus_send_unittests.py
57
object path "/device/
eth0
"
155
'Devices': ['/device/
eth0
', '/device/eth1'],
/external/autotest/client/cros/
dhcpv6_test_base.py
70
@param interface_name string name of the device to query (e.g., "
eth0
").
94
@param interface_name string name of the device to query (e.g., "
eth0
").
dhcp_test_base.py
106
@param interface_name string name of the device to query (e.g., "
eth0
").
130
@param interface_name string name of the device to query (e.g., "
eth0
").
/external/iproute2/examples/diffserv/
Edge31-ca-u32
17
INDEV=
eth0
/external/iproute2/doc/
ip-cref.tex
179
for the {\tt ip link} command, so {\tt ip link ls
eth0
} is equivalent
180
to {\tt ip link ls dev
eth0
}.
387
kuznet@alisa:~ $ ip link ls
eth0
388
3:
eth0
: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
402
(\verb|
eth0
|, \verb|sit0| etc.). The interface name is also
521
kuznet@alisa:~ $ ip -s link ls
eth0
522
3:
eth0
: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
563
kuznet@alisa:~ $ ip -s -s link ls
eth0
564
3:
eth0
: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
677
\item \verb|ip addr add 10.0.0.1/24 brd + dev
eth0
label eth0:Alias
[
all
...]
ip-tunnels.tex
163
it may be even \verb|
eth0
|. The rest of parameters set
453
Suppose that CBQ class \verb|1:ABC| has been created on device \verb|
eth0
|
459
tc filter add dev
eth0
pref 100 proto ip rsvp \
/development/scripts/
reverse_tether.sh
11
: ${LAN_DEV:=
eth0
} # LAN uplink on the host
Completed in 758 milliseconds