HomeSort by relevance Sort by last modified time
    Searched refs:get_rate (Results 1 - 13 of 13) sorted by null

  /external/iproute2/tc/
m_police.c 198 if (get_rate(&p.rate.rate, *argv)) {
208 if (get_rate(&avrate, *argv)) {
218 if (get_rate(&p.peakrate.rate, *argv)) {
q_hfsc.c 301 if (get_rate(&m1, *argv) < 0) {
319 if (get_rate(&m2, *argv) < 0) {
362 if (get_rate(&rate, *argv) < 0) {
q_red.c 89 if (get_rate(&rate, *argv)) {
113 get_rate(&rate, "10Mbit");
q_tbf.c 118 if (get_rate(&opt.rate.rate, *argv)) {
129 if (get_rate(&opt.peakrate.rate, *argv)) {
tc_util.h 64 extern int get_rate(unsigned *rate, const char *str);
q_gred.c 201 if (get_rate(&rate, *argv)) {
218 get_rate(&rate, "10Mbit");
q_htb.c 172 if (get_rate(&opt.ceil.rate, *argv)) {
183 if (get_rate(&opt.rate.rate, *argv)) {
q_cbq.c 69 if (get_rate(&r.rate, *argv)) {
208 if (get_rate(&r.rate, *argv)) {
214 if (get_rate(&bndw, *argv)) {
tc_util.c 146 int get_rate(unsigned *rate, const char *str) function
177 if (get_rate(rate, str))
q_choke.c 59 if (get_rate(&rate, *argv)) {
q_netem.c 389 if (get_rate(&rate.rate, *argv)) {
  /external/libvncserver/x11vnc/
rates.c 59 static int get_rate(int which);
71 static int get_rate(int which) { function
128 if (0) fprintf(stderr, "get_rate(%d) %d %.3f/%.3f\n", which, irate, save_rate, slowest);
190 return get_rate(0);
194 return get_rate(1);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 1038 static u16 get_rate(u16 mcs_r, u8 short_gi) function
    [all...]

Completed in 225 milliseconds