HomeSort by relevance Sort by last modified time
    Searched defs:optidx (Results 1 - 25 of 43) sorted by null

1 2

  /external/libnl/lib/cli/cls/
cgroup.c 36 int c, optidx = 0; local
43 c = getopt_long(argc, argv, "he:", long_opts, &optidx);
basic.c 41 int c, optidx = 0; local
53 c = getopt_long(argc, argv, "ht:e:", long_opts, &optidx);
  /external/libnl/lib/cli/qdisc/
blackhole.c 31 int c, optidx = 0; local
37 c = getopt_long(argc, argv, "h", long_opts, &optidx);
ingress.c 32 int c, optidx = 0; local
38 c = getopt_long(argc, argv, "h", long_opts, &optidx);
pfifo.c 36 int c, optidx = 0; local
46 c = getopt_long(argc, argv, "h", long_opts, &optidx);
bfifo.c 36 int c, optidx = 0; local
46 c = getopt_long(argc, argv, "h", long_opts, &optidx);
plug.c 54 int c, optidx = 0; local
70 c = getopt_long(argc, argv, "h", long_opts, &optidx);
fq_codel.c 41 int c, optidx = 0; local
59 c = getopt_long(argc, argv, "h", long_opts, &optidx);
  /external/libnl/src/
genl-ctrl-list.c 47 int c, optidx = 0; local
56 c = getopt_long(argc, argv, "df:hv", long_opts, &optidx);
nl-neightbl-list.c 44 int c, optidx = 0; local
52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
idiag-socket-details.c 45 int c, optidx = 0; local
61 c = getopt_long(argc, argv, "hv", long_opts, &optidx);
nl-classid-lookup.c 40 int c, optidx = 0; local
52 c = getopt_long(argc, argv, "hvr", long_opts, &optidx);
nl-link-list.c 51 int c, optidx = 0; local
74 c = getopt_long(argc, argv, "hvn:i:", long_opts, &optidx);
nl-neigh-add.c 61 int c, optidx = 0; local
80 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
nl-neigh-list.c 53 int c, optidx = 0; local
70 c = getopt_long(argc, argv, "f:hva:l:d:", long_opts, &optidx);
nl-rule-list.c 50 int c, optidx = 0; local
62 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
nl-addr-add.c 60 int c, optidx = 0; local
88 c = getopt_long(argc, argv, "qhva:d:", long_opts, &optidx);
nl-class-delete.c 81 int c, optidx = 0; local
99 c = getopt_long(argc, argv, "qhvd:p:i:k:", long_opts, &optidx);
nl-class-list.c 78 int c, optidx = 0; local
95 c = getopt_long(argc, argv, "hvd:p:i:k:", long_opts, &optidx);
nl-link-set.c 83 int c, optidx = 0; local
107 c = getopt_long(argc, argv, "qhvn:i:", long_opts, &optidx);
nl-link-stats.c 91 int c, optidx = 0; local
101 c = getopt_long(argc, argv, "lhvn:i:", long_opts, &optidx);
nl-neigh-delete.c 78 int c, optidx = 0; local
98 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
nl-pktloc-lookup.c 114 int c, optidx = 0; local
126 c = getopt_long(argc, argv, "hvl", long_opts, &optidx);
nl-qdisc-delete.c 83 int c, optidx = 0; local
101 c = getopt_long(argc, argv, "qhvd:p:i:k:", long_opts, &optidx);
nl-route-list.c 67 int c, optidx = 0; local
99 c = getopt_long(argc, argv, "cf:hvd:n:t:", long_opts, &optidx);

Completed in 500 milliseconds

1 2