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

1 2

  /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);
bfifo.c 36 int c, optidx = 0; local
46 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);
plug.c 54 int c, optidx = 0; local
70 c = getopt_long(argc, argv, "h", long_opts, &optidx);
htb.c 36 int c, optidx = 0; local
48 c = getopt_long(argc, argv, "hv", long_opts, &optidx);
93 int c, optidx = 0; local
113 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/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/src/
genl-ctrl-list.c 47 int c, optidx = 0; local
56 c = getopt_long(argc, argv, "df: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-neightbl-list.c 44 int c, optidx = 0; local
52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
nl-rule-list.c 50 int c, optidx = 0; local
62 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-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-list.c 51 int c, optidx = 0; local
74 c = getopt_long(argc, argv, "hvn: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-add.c 61 int c, optidx = 0; local
80 c = getopt_long(argc, argv, "qhva:l:d:", 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-neigh-list.c 53 int c, optidx = 0; local
70 c = getopt_long(argc, argv, "f:hva:l:d:", long_opts, &optidx);
nf-ct-add.c 61 int c, optidx = 0; local
97 c = getopt_long(argc, argv, "46q:hv:p:F:", long_opts, &optidx);
nf-ct-list.c 61 int c, optidx = 0; local
99 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
nf-exp-list.c 61 int c, optidx = 0; local
101 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
nl-addr-add.c 60 int c, optidx = 0; local
88 c = getopt_long(argc, argv, "qhva:d:", long_opts, &optidx);

Completed in 1071 milliseconds

1 2