Home
last modified time | relevance | path

Searched refs:my_optind (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/tc/
Dm_xt_old.c126 check_inverse(const char option[], int *invert, int *my_optind, int argc) in check_inverse() argument
133 if (my_optind != NULL) { in check_inverse()
134 ++*my_optind; in check_inverse()
135 if (argc && *my_optind > argc) in check_inverse()
/external/iptables/iptables/
Dxtables.c1763 int *my_optind, int argc, char **argv) in xtables_check_inverse() argument
1776 if (my_optind != NULL) { in xtables_check_inverse()
1777 optarg = argv[*my_optind]; in xtables_check_inverse()
1778 ++*my_optind; in xtables_check_inverse()
1779 if (argc && *my_optind > argc) in xtables_check_inverse()
/external/iptables/include/
Dxtables.h424 int *my_optind, int argc, char **argv);
Dxtables.h.in424 int *my_optind, int argc, char **argv);