Searched defs:fhandle (Results 1 - 2 of 2) sorted by last modified time

/external/iproute2/tc/
H A Dtc.c72 static int print_nofopt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle) argument
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) argument
90 if (fhandle) {
92 if (get_u32(&handle, fhandle, 16)) {
93 fprintf(stderr, "Unparsable filter ID \"%s\"\n", fhandle);
H A Dtc_filter.c59 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;

Completed in 272 milliseconds