HomeSort by relevance Sort by last modified time
    Searched full:hopt (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
q_htb.c 244 struct tc_htb_opt *hopt; local
258 hopt = RTA_DATA(tb[TCA_HTB_PARMS]);
259 if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*hopt)) return -1;
261 if (!hopt->level) {
262 fprintf(f, "prio %d ", (int)hopt->prio);
264 fprintf(f, "quantum %d ", (int)hopt->quantum);
266 fprintf(f, "rate %s ", sprint_rate(hopt->rate.rate, b1));
267 buffer = tc_calc_xmitsize(hopt->rate.rate, hopt->buffer);
268 fprintf(f, "ceil %s ", sprint_rate(hopt->ceil.rate, b1))
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 269 milliseconds