Searched refs:DEV (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/diffserv/
H A Defcbq4 $DEV = "dev eth1";
5 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
6 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
8 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth ".
13 print "$TC class add $DEV parent 2:0 classid 2:1 cbq bandwidth ".
17 print "$TC qdisc add $DEV parent 2:1 pfifo limit 5\n";
18 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
24 print "$TC class add $DEV parent 2:0 classid 2:2 cbq bandwidth ".
27 print "$TC qdisc add $DEV parent 2:2 red limit 60KB ".
30 print "$TC filter add $DEV paren
[all...]
H A Def-prio3 $DEV = "dev eth1";
6 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
7 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
9 print "$TC qdisc add $DEV parent 1:0 handle 2:0 prio\n";
13 print "$TC qdisc add $DEV parent 2:1 tbf rate $efrate burst $MTU limit 1.6kB\n";
14 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
20 print "$TC qdisc add $DEV parent 2:2 red limit 60KB ".
24 print "$TC filter add $DEV parent 2:0 protocol ip prio 2 ".
H A Dafcbq31 $DEV = "dev lo";
32 $DEV = "dev eth1";
33 $DEV = "dev eth0";
53 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
54 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex mask 0xfc " .
57 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth $linerate ".
59 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 tcindex ".
64 print "$TC class add $DEV parent 2:0 classid 2:$class cbq ".
67 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 handle $class ".
69 print "$TC qdisc add $DEV paren
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/testsuite/tests/
H A Ddsmark.t13 qdisc add dev $DEV root handle 10:0 \
17 class change dev $DEV parent 10:0 classid 10:12 \
21 class change dev $DEV parent 10:0 classid 10:13 \
25 qdisc list dev $DEV
28 class list dev $DEV parent 10:0
31 qdisc del dev $DEV root
H A Dcbq.t2 $TC qdisc del dev $DEV root >/dev/null 2>&1
3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC qdisc list dev $DEV
6 $TC qdisc del dev $DEV root
7 $TC qdisc list dev $DEV
8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
10 $TC qdisc del dev $DEV root
H A Dpolicer2 $TC qdisc del dev $DEV root >/dev/null 2>&1
3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
6 $TC qdisc list dev $DEV
7 $TC filter list dev $DEV parent 10:0
8 $TC qdisc del dev $DEV root
9 $TC qdisc list dev $DEV
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
11 $TC class add dev $DEV paren
[all...]
H A Dcls-testbed.t16 qdisc add dev $DEV root handle 10:0 \
19 class add dev $DEV parent 10:0 classid 10:12 \
30 qdisc add dev $DEV root handle 10:0 htb
32 class add dev $DEV parent 10:0 classid 10:12 \
42 qdisc add dev $DEV root handle 20:0 \
45 class change dev $DEV parent 20:0 classid 20:12 \
48 qdisc add dev $DEV parent 20:0 handle 10:0 prio
64 qdisc del dev $DEV root
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtest1022.pl15 /libcurl\/([\.\d]+((-DEV)|(-\d+))?)/;
27 if($filever =~ /^libcurl ([\.\d]+((-DEV)|(-\d+))?)$/) {
43 # Strip off the -DEV from the curl version if it's there
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/path_id/
H A Dpath_id72 local DEV=$1
74 DEV=${PWD}
75 pci_id=${DEV##*/}
76 host_dev_path=$DEV
104 local DEV=$1
106 DEV=${PWD}
107 platform_id=${DEV##*/}
108 host_dev_path=$DEV
129 local DEV=$1
131 DEV
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drio.h137 ** DEV is a dev number, as passed to open, close etc - NOT a minor
143 #define RIO_UNMODEM(DEV) (MINOR(DEV) & RIO_MODEM_MASK)
144 #define RIO_ISMODEM(DEV) (MINOR(DEV) & RIO_MODEM_BIT)
145 #define RIO_PORT(DEV,FIRST_MAJ) ( (MAJOR(DEV) - FIRST_MAJ) * PORTS_PER_HOST) \
146 + MINOR(DEV)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/testsuite/
H A DMakefile2 DEV := lo macro
35 TC="$$i/tc/tc" IP="$$i/ip/ip" DEV="$(DEV)" IPVER="$@" SNAME="$$i" \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dtestcurl.pl464 if ($stampstring !~ /DEV/) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex243 \item \verb|dev DEV| --- bind tunnel to device \verb|DEV|, so that
447 to use option \verb|dev DEV| to bind tunnel to a fixed physical device.
H A Dip-cref.tex3152 echo "Usage: ifcfg DEV [[add|del [ADDR[/LEN]] [PEER] | stop]" 1>&2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_meta.c63 __A(DEV, "dev", "iv",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_meta.c30 * def | id: DEV | | id: VALUE |
34 * ---> meta_ops[INT][DEV](...) |
40 * obj | id: DEV | | id: VALUE |
474 [META_ID(DEV)] = META_FUNC(var_dev),
482 [META_ID(DEV)] = META_FUNC(int_dev),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dit87.c48 #define DEV 0x07 /* Register: Logical device select */ macro
75 outb(DEV, REG);
H A Dpc87360.c69 #define DEV 0x07 /* Register: Logical device select */ macro
854 superio_outb(sioaddr, DEV, logdev[i]);
H A Dw83627hf.c79 #define DEV 0x07 /* Register: Logical device select */ macro
126 outb(DEV, REG);

Completed in 148 milliseconds