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

  /external/libnl/src/
genl-ctrl-list.c 47 int c, optidx = 0; local
55 c = getopt_long(argc, argv, "f: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);
nl-rule-list.c 50 int c, optidx = 0; local
62 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
nl-cls-add.c 55 int c, optidx = 0; local
73 c = getopt_long(argc, argv, "+qhva:d:", long_opts, &optidx);
nl-cls-list.c 72 int c, optidx = 0; local
90 c = getopt_long(argc, argv, "+f:qhva:d:", long_opts, &optidx);
nl-link-list.c 66 int c, optidx = 0; local
86 c = getopt_long(argc, argv, "f:hvn:i:", long_opts, &optidx);
nl-link-set.c 81 int c, optidx = 0; local
101 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-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);
nl-qdisc-delete.c 76 int c, optidx = 0; local
93 c = getopt_long(argc, argv, "iqhvd:p:H:k:", long_opts, &optidx);
nl-qdisc-list.c 54 int c, optidx = 0; local
71 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);
nl-addr-add.c 60 int c, optidx = 0; local
88 c = getopt_long(argc, argv, "qhva:d:", long_opts, &optidx);
nl-addr-delete.c 83 int c, optidx = 0; local
112 c = getopt_long(argc, argv, "iqhva:d:", long_opts, &optidx);
nl-cls-delete.c 76 int c, optidx = 0; local
97 c = getopt_long(argc, argv, "iqhvd:p:", long_opts, &optidx);
nl-route-add.c 69 int c, optidx = 0; local
100 c = getopt_long(argc, argv, "qhvd:n:t:", 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);
nl-route-delete.c 97 int c, optidx = 0; local
131 c = getopt_long(argc, argv, "iqhvd:n:t:", long_opts, &optidx);
nl-tctree-list.c 127 int c, optidx = 0; local
135 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
nl-addr-list.c 130 int c, optidx = 0; local
161 c = getopt_long(argc, argv, "46hva:d:", long_opts, &optidx);
  /external/libnl/src/cls/
cgroup.c 31 int c, optidx = 0; local
39 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx);
basic.c 33 int c, optidx = 0, err; local
41 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx);

Completed in 164 milliseconds