Home | History | Annotate | Download | only in tc

Lines Matching refs:argv

38 static int drr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
41 if (strcmp(*argv, "help") == 0) {
45 fprintf(stderr, "What is \"%s\"?\n", *argv);
49 argc--; argv++;
54 static int drr_parse_class_opt(struct qdisc_util *qu, int argc, char **argv,
64 if (strcmp(*argv, "quantum") == 0) {
66 if (get_size(&tmp, *argv)) {
71 } else if (strcmp(*argv, "help") == 0) {
75 fprintf(stderr, "What is \"%s\"?\n", *argv);
79 argc--; argv++;