OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fhandle
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/tc/
tc.c
72
static int print_nofopt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32
fhandle
)
76
fhandle
, (unsigned) RTA_PAYLOAD(opt));
77
else if (
fhandle
)
78
fprintf(f, "fh %08x ",
fhandle
);
82
static int parse_nofopt(struct filter_util *qu, char *
fhandle
, int argc, char **argv, struct nlmsghdr *n)
90
if (
fhandle
) {
92
if (get_u32(&handle,
fhandle
, 16)) {
93
fprintf(stderr, "Unparsable filter ID \"%s\"\n",
fhandle
);
tc_filter.c
59
char *
fhandle
= NULL;
local
100
if (
fhandle
)
102
fhandle
= *argv;
142
if (q->parse_fopt(q,
fhandle
, argc, argv, &req.n))
145
if (
fhandle
) {
269
char *
fhandle
= NULL;
local
297
if (
fhandle
)
299
fhandle
= *argv;
tc_util.h
43
int (*parse_fopt)(struct filter_util *qu, char *
fhandle
, int argc,
45
int (*print_fopt)(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32
fhandle
);
/development/ndk/platforms/android-3/include/linux/
nfs_xdr.h
178
const struct nfs_fh *
fhandle
;
member in struct:nfs4_delegreturnargs
Completed in 251 milliseconds