Home
last modified time | relevance | path

Searched refs:eth0 (Results 1 – 25 of 57) sorted by relevance

123

/external/iproute2/doc/actions/
Dmirred-usage46 1) redirecting eth0 to eth0
47 2) eth0->eth1-> eth0
48 3) eth0->lo-> eth1-> eth0
65 1) Mirror all packets arriving on eth0 to be sent out on eth1.
69 tc qdisc add dev eth0 ingress
70 tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 \
77 2) Host A is hooked up to us on eth0
79 # redirect all packets arriving on ingress of lo to eth0
83 match u32 0 0 flowid 1:2 action mirred egress redirect dev eth0
90 Ping would fail since all packets are heading out eth0
[all …]
Dgact-usage28 tc qdisc add dev eth0 ingress
31 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
50 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
65 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
70 tc -s filter show parent ffff: dev eth0
Difb-README55 $TC qdisc add dev eth0 ingress
57 # redirect all IP packets arriving in eth0 to ifb0
59 $TC filter add dev eth0 parent ffff: protocol ip prio 10 u32 \
85 [root@jmandrake]:~# $TC -s filter show parent ffff: dev eth0
108 qdisc ingress ffff: dev eth0 ----------------
Dactions-general137 # Add an ingress qdisc on eth0
138 tc qdisc add dev eth0 ingress
141 tc filter add dev eth0 parent ffff: protocol ip prio 1 \
156 # used across all flows incoming on eth0("index 30")
167 "tc filter show parent ffff: dev eth0"
170 jroot# tc filter show parent ffff: dev eth0
208 Now lets take a look at the stats with "tc -s filter show parent ffff: dev eth0"
211 jroot# tc -s filter show parent ffff: dev eth0
/external/tcpdump/win32/src/
Dether_ntohost.c46 static struct ether_entry *eth0 = NULL; variable
149 for (e = eth0; e; e = next) { in free_ethers()
154 eth0 = NULL; in free_ethers()
185 e->next = eth0; in init_ethers()
186 eth0 = e; in init_ethers()
212 for (cache = eth0; cache; cache = cache->next) in ether_ntohost()
/external/iproute2/examples/
DREADME.cbq23 # correct only for ETHERNET (eth0,1,2..) linux interfaces. It works for
53 # DEVICE=eth0,10Mbit,1Mbit
61 # DEVICE: eth0 - device where we do control our traffic
63 # 1Mbit - "weight" of :1 class (parent for all shapers for eth0),
65 # 100Mbit adapter's example: DEVICE=eth0,100Mbit,10Mbit
68 # is smart :) You can put only 'DEVICE=eth0' into cbq-*
69 # config file for eth0.
99 # BACKBONE -----eth0-| linux |-eth1------*[our client]
114 # DEVICE=eth0,10Mbit,1Mbit
/external/iptables/extensions/
Dlibxt_SYNPROXY.man23 tcpdump -pni eth0 -c 1 'tcp[tcpflags] == (tcp-syn|tcp-ack)'
48 iptables \-t raw \-A PREROUTING \-i eth0 \-p tcp \-\-dport 80
57 iptables \-A INPUT \-i eth0 \-p tcp \-\-dport 80
64 iptables \-A INPUT \-i eth0 \-p tcp \-\-dport 80 \-m state \-\-state INVALID \-j DROP
Dlibxt_TEE.man10 To forward all incoming traffic on eth0 to an Network Layer logging box:
12 \-t mangle \-A PREROUTING \-i eth0 \-j TEE \-\-gateway 2001:db8::1
Dlibxt_rateest.man80 iptables \-t mangle \-A POSTROUTING \-o eth0 \-j RATEEST \-\-rateest\-name eth0
89 \-m rateest \-\-rateest\-delta \-\-rateest1 eth0 \-\-rateest\-bps1 2.5mbit \-\-rateest\-gt
94 \-\-rateest2 eth0 \-\-rateest\-bps2 2.5mbit \-j CONNMARK \-\-set\-mark 2
Dlibxt_connlabel.man26 0 eth0-in
27 1 eth0-out
/external/autotest/client/site_tests/network_NegotiatedLANSpeed/
Dcontrol14 job.run_test('network_NegotiatedLANSpeed', iface_name = 'eth0', tag = 'eth0')
/external/iproute2/testsuite/tests/tc/
Dcls-testbed.t61 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/site_tests/suite_HWConfig/
Dcontrol49 iface_name='eth0', tag='eth0') # Ethernet
/external/selinux/libsepol/cil/test/integration_testing/
Dnonmls.cil22 ;(netifcon eth0 con con_anon_l)
39 ;(netifcon eth0 con con_anon_l)
Dmls_policy.cil46 (netifcon eth0 con con_anon_l)
63 (netifcon eth0 con con_anon_l)
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.auto82 iface_name='eth0', tag='eth0') # Ethernet
/external/wpa_supplicant_8/hostapd/
Dwired.conf7 interface=eth0
/external/vboot_reference/tests/
Drbtest.conf24 cable=$(/usr/sbin/ethtool eth0 | grep Link | cut -f 3 -d ' ')
/external/curl/docs/cmdline-opts/
Dinterface.d10 curl --interface eth0:1 https://www.example.com/
/external/tcpdump/tests/
Dlldp_mudurl-v.out19 Port Description TLV (4), length 4: eth0
50 Port Description TLV (4), length 4: eth0
Dlldp_mudurl-vv.out34 Port Description TLV (4), length 4: eth0
87 Port Description TLV (4), length 4: eth0
/external/autotest/client/site_tests/network_EthCaps/
Dcontrol20 job.run_test('network_EthCaps', ethname="eth0")
/external/iproute2/doc/
Darpd.sgml111 arpd -b /var/tmp/arpd.db -a 1 eth0 eth1
114 <item> Completely replace kernel resolution on interfaces <tt/eth0/
120 arpd -b /var/tmp/arpd.db -a 3 -k eth0 eth1
Dip-cref.tex179 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 …]
/external/autotest/client/tests/pktgen/
Dcontrol17 interface='eth0'

123