Searched refs:bandwidth (Results 1 - 17 of 17) sorted by relevance

/external/iproute2/tc/
H A Dtc_red.h6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
/external/iproute2/testsuite/tests/
H A Dcbq.t3 $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
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
H A Dpolicer3 $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
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
11 $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
H A Dcls-testbed.t17 cbq bandwidth 100Mbit avpkt 1400 mpu 64
20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
/external/tcpdump/
H A Dprint-igrp.c47 register u_int delay, bandwidth; local
61 bandwidth = EXTRACT_24BITS(igr->igr_bw);
62 metric = bandwidth + delay;
68 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
H A Dprint-eigrp.c130 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t
150 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t
169 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t
188 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
346 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
383 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
415 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
[all...]
H A Dprint-rsvp.c306 u_int8_t bandwidth[4]; member in struct:rsvp_obj_frr_t
1328 bw.i = EXTRACT_32BITS(obj_ptr.rsvp_obj_frr->bandwidth);
/external/iproute2/examples/
H A Dcbq.init-v0.7.3116 # to borrow bandwidth from their parents.
197 # often possible (and convenient) to let <clsid> resemble bandwidth of the
208 # DEVICE=<ifname>,<bandwidth>[,<weight>] mandatory
213 # <bandwidth> is the physical bandwidth of the device, e.g. for
216 # <bandwidth>. As a rule of thumb: <weight> = <bandwidth> / 10
219 # <bandwidth> [and <weight>] only once, therefore in other files you only
259 # from borrowing bandwidth from its parent even if you have BOUNDED set
263 # If you want to ensure (approximately) fair sharing of bandwidth amon
[all...]
/external/srec/srec/cfront/
H A Dfrontobj.c352 int fmax, i, j, high_cut, bandwidth; local
380 bandwidth = parameters->samplerate / 2;
381 ASSERT(bandwidth != 0);
407 fmax = bandwidth;
410 freqobj->cut_off_below = (int)(((long)freqobj->low_cut * freqobj->np) / (2.0 * bandwidth));
411 freqobj->cut_off_above = (int)(((long)high_cut * freqobj->np) / (2.0 * bandwidth));
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
H A Dpvt_common.cpp799 OSCL_EXPORT_REF H324ChannelParameters::H324ChannelParameters(TPVDirection dir, PVMFFormatType mediaType, unsigned bandwidth) argument
803 iBandwidth = bandwidth;
/external/kernel-headers/original/linux/
H A Dusb.h123 * different endpoints use different amounts of reserved USB bandwidth.
801 * the host controller to schedule the transfer as soon as bandwidth
805 * won't know how bandwidth is currently allocated, and while they can
850 int bandwidth; /* bandwidth for INT/ISO request */ member in struct:urb
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
H A DXF86VMode.c925 monitor->bandwidth = (float)rep.bandwidth / 1e6;
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
H A Dpvt_common.h1067 OSCL_IMPORT_REF H324ChannelParameters(TPVDirection dir, PVMFFormatType mediaType, unsigned bandwidth);
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex128 memory bandwidth is not a good idea. Such patches are acceptable
H A Dip-tunnels.tex433 example is limiting tunnel bandwidth. The following command:
H A Dip-cref.tex423 Certainly, the use of high bandwidth multicast transfers is not recommended
1347 route reflecting its relative bandwidth or quality.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3953 reduce the bandwidth of the signatures. For example, to have \textit{80-bits of security} with ElGamal, you need a group with an order of at least 1024--bits.

Completed in 171 milliseconds