OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hopt
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/tc/
q_htb.c
246
struct tc_htb_opt *
hopt
;
local
260
hopt
= RTA_DATA(tb[TCA_HTB_PARMS]);
261
if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*
hopt
)) return -1;
263
if (!
hopt
->level) {
264
fprintf(f, "prio %d ", (int)
hopt
->prio);
266
fprintf(f, "quantum %d ", (int)
hopt
->quantum);
268
fprintf(f, "rate %s ", sprint_rate(
hopt
->rate.rate, b1));
269
buffer = tc_calc_xmitsize(
hopt
->rate.rate,
hopt
->buffer);
270
fprintf(f, "ceil %s ", sprint_rate(
hopt
->ceil.rate, b1))
[
all
...]
/external/srec/config/en.us/dictionary/
large.ok
[
all
...]
Completed in 24 milliseconds