OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gopt
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/tc/
q_htb.c
245
struct tc_htb_glob *
gopt
;
local
291
gopt
= RTA_DATA(tb[TCA_HTB_INIT]);
292
if (RTA_PAYLOAD(tb[TCA_HTB_INIT]) < sizeof(*
gopt
)) return -1;
295
gopt
->rate2quantum,
gopt
->defcls,
gopt
->direct_pkts);
297
fprintf(f," ver %d.%d",
gopt
->version >> 16,
gopt
->version & 0xffff);
/external/genext2fs/
genext2fs.c
2527
char *
gopt
[MAX_GOPT];
local
[
all
...]
Completed in 48 milliseconds