Searched refs:opt (Results 76 - 100 of 2741) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dq_esfq.c49 struct tc_esfq_qopt opt; local
51 memset(&opt, 0, sizeof(opt));
53 opt.hash_kind= TCA_SFQ_HASH_CLASSIC;
58 if (get_size(&opt.quantum, *argv)) {
64 if (get_integer(&opt.perturb_period, *argv, 0)) {
70 if (get_integer((int *) &opt.flows, *argv, 0)) {
76 if (get_integer((int *) &opt.divisor, *argv, 0)) {
79 if(opt.divisor >= 14) {
83 opt
139 esfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
H A Dq_sfq.c36 struct tc_sfq_qopt opt; local
38 memset(&opt, 0, sizeof(opt));
43 if (get_size(&opt.quantum, *argv)) {
50 if (get_integer(&opt.perturb_period, *argv, 0)) {
57 if (get_u32(&opt.limit, *argv, 0)) {
61 if (opt.limit < 2) {
78 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
82 static int sfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dq_esfq.c49 struct tc_esfq_qopt opt; local
51 memset(&opt, 0, sizeof(opt));
53 opt.hash_kind= TCA_SFQ_HASH_CLASSIC;
58 if (get_size(&opt.quantum, *argv)) {
64 if (get_integer(&opt.perturb_period, *argv, 0)) {
70 if (get_integer((int *) &opt.flows, *argv, 0)) {
76 if (get_integer((int *) &opt.divisor, *argv, 0)) {
79 if(opt.divisor >= 14) {
83 opt
139 esfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dq_esfq.c49 struct tc_esfq_qopt opt; local
51 memset(&opt, 0, sizeof(opt));
53 opt.hash_kind= TCA_SFQ_HASH_CLASSIC;
58 if (get_size(&opt.quantum, *argv)) {
64 if (get_integer(&opt.perturb_period, *argv, 0)) {
70 if (get_integer((int *) &opt.flows, *argv, 0)) {
76 if (get_integer((int *) &opt.divisor, *argv, 0)) {
79 if(opt.divisor >= 14) {
83 opt
139 esfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
H A Dq_sfq.c36 struct tc_sfq_qopt opt; local
38 memset(&opt, 0, sizeof(opt));
43 if (get_size(&opt.quantum, *argv)) {
50 if (get_integer(&opt.perturb_period, *argv, 0)) {
57 if (get_u32(&opt.limit, *argv, 0)) {
61 if (opt.limit < 2) {
78 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
82 static int sfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dq_esfq.c49 struct tc_esfq_qopt opt; local
51 memset(&opt, 0, sizeof(opt));
53 opt.hash_kind= TCA_SFQ_HASH_CLASSIC;
58 if (get_size(&opt.quantum, *argv)) {
64 if (get_integer(&opt.perturb_period, *argv, 0)) {
70 if (get_integer((int *) &opt.flows, *argv, 0)) {
76 if (get_integer((int *) &opt.divisor, *argv, 0)) {
79 if(opt.divisor >= 14) {
83 opt
139 esfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dq_esfq.c49 struct tc_esfq_qopt opt; local
51 memset(&opt, 0, sizeof(opt));
53 opt.hash_kind= TCA_SFQ_HASH_CLASSIC;
58 if (get_size(&opt.quantum, *argv)) {
64 if (get_integer(&opt.perturb_period, *argv, 0)) {
70 if (get_integer((int *) &opt.flows, *argv, 0)) {
76 if (get_integer((int *) &opt.divisor, *argv, 0)) {
79 if(opt.divisor >= 14) {
83 opt
139 esfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
H A Dq_sfq.c36 struct tc_sfq_qopt opt; local
38 memset(&opt, 0, sizeof(opt));
43 if (get_size(&opt.quantum, *argv)) {
50 if (get_integer(&opt.perturb_period, *argv, 0)) {
57 if (get_u32(&opt.limit, *argv, 0)) {
61 if (opt.limit < 2) {
78 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
82 static int sfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dq_esfq.c49 struct tc_esfq_qopt opt; local
51 memset(&opt, 0, sizeof(opt));
53 opt.hash_kind= TCA_SFQ_HASH_CLASSIC;
58 if (get_size(&opt.quantum, *argv)) {
64 if (get_integer(&opt.perturb_period, *argv, 0)) {
70 if (get_integer((int *) &opt.flows, *argv, 0)) {
76 if (get_integer((int *) &opt.divisor, *argv, 0)) {
79 if(opt.divisor >= 14) {
83 opt
139 esfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Dip.c154 char *opt = argv[1]; local
155 if (strcmp(opt,"--") == 0) {
159 if (opt[0] != '-')
161 if (opt[1] == '-')
162 opt++;
163 if (matches(opt, "-loops") == 0) {
169 } else if (matches(opt, "-family") == 0) {
188 } else if (strcmp(opt, "-4") == 0) {
190 } else if (strcmp(opt, "-6") == 0) {
192 } else if (strcmp(opt, "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/atl1e/
H A Datl1e_param.c119 static int __devinit atl1e_validate_option(int *value, struct atl1e_option *opt, struct atl1e_adapter *adapter) argument
122 *value = opt->def;
126 switch (opt->type) {
131 "%s Enabled\n", opt->name);
135 "%s Disabled\n", opt->name);
140 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
142 opt->name, *value);
150 for (i = 0; i < opt->arg.l.nr; i++) {
151 ent = &opt
192 struct atl1e_option opt = { local
211 struct atl1e_option opt = { local
231 struct atl1e_option opt = { local
250 struct atl1e_option opt = { local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_param.c119 static int __devinit atl1e_validate_option(int *value, struct atl1e_option *opt, struct atl1e_adapter *adapter) argument
122 *value = opt->def;
126 switch (opt->type) {
131 "%s Enabled\n", opt->name);
135 "%s Disabled\n", opt->name);
140 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
142 opt->name, *value);
150 for (i = 0; i < opt->arg.l.nr; i++) {
151 ent = &opt
192 struct atl1e_option opt = { local
211 struct atl1e_option opt = { local
231 struct atl1e_option opt = { local
250 struct atl1e_option opt = { local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/ip/
H A Dip.c154 char *opt = argv[1]; local
155 if (strcmp(opt,"--") == 0) {
159 if (opt[0] != '-')
161 if (opt[1] == '-')
162 opt++;
163 if (matches(opt, "-loops") == 0) {
169 } else if (matches(opt, "-family") == 0) {
188 } else if (strcmp(opt, "-4") == 0) {
190 } else if (strcmp(opt, "-6") == 0) {
192 } else if (strcmp(opt, "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/ip/
H A Dip.c154 char *opt = argv[1]; local
155 if (strcmp(opt,"--") == 0) {
159 if (opt[0] != '-')
161 if (opt[1] == '-')
162 opt++;
163 if (matches(opt, "-loops") == 0) {
169 } else if (matches(opt, "-family") == 0) {
188 } else if (strcmp(opt, "-4") == 0) {
190 } else if (strcmp(opt, "-6") == 0) {
192 } else if (strcmp(opt, "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Doptions.c394 option_t *opt; local
403 opt = find_option(arg);
404 if (opt == NULL) {
410 n = n_arguments(opt);
415 if (!process_option(opt, arg, argv))
436 option_t *opt; local
472 opt = find_option(cmd);
473 if (opt == NULL) {
478 n = n_arguments(opt);
488 if (!process_option(opt, cm
571 option_t *opt; local
636 option_t *opt; local
866 option_t *opt; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Doptions.c394 option_t *opt; local
403 opt = find_option(arg);
404 if (opt == NULL) {
410 n = n_arguments(opt);
415 if (!process_option(opt, arg, argv))
436 option_t *opt; local
472 opt = find_option(cmd);
473 if (opt == NULL) {
478 n = n_arguments(opt);
488 if (!process_option(opt, cm
571 option_t *opt; local
636 option_t *opt; local
866 option_t *opt; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Doptions.c394 option_t *opt; local
403 opt = find_option(arg);
404 if (opt == NULL) {
410 n = n_arguments(opt);
415 if (!process_option(opt, arg, argv))
436 option_t *opt; local
472 opt = find_option(cmd);
473 if (opt == NULL) {
478 n = n_arguments(opt);
488 if (!process_option(opt, cm
571 option_t *opt; local
636 option_t *opt; local
866 option_t *opt; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Doptions.c394 option_t *opt; local
403 opt = find_option(arg);
404 if (opt == NULL) {
410 n = n_arguments(opt);
415 if (!process_option(opt, arg, argv))
436 option_t *opt; local
472 opt = find_option(cmd);
473 if (opt == NULL) {
478 n = n_arguments(opt);
488 if (!process_option(opt, cm
571 option_t *opt; local
636 option_t *opt; local
866 option_t *opt; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Doptions.c394 option_t *opt; local
403 opt = find_option(arg);
404 if (opt == NULL) {
410 n = n_arguments(opt);
415 if (!process_option(opt, arg, argv))
436 option_t *opt; local
472 opt = find_option(cmd);
473 if (opt == NULL) {
478 n = n_arguments(opt);
488 if (!process_option(opt, cm
571 option_t *opt; local
636 option_t *opt; local
866 option_t *opt; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Doptions.c394 option_t *opt; local
403 opt = find_option(arg);
404 if (opt == NULL) {
410 n = n_arguments(opt);
415 if (!process_option(opt, arg, argv))
436 option_t *opt; local
472 opt = find_option(cmd);
473 if (opt == NULL) {
478 n = n_arguments(opt);
488 if (!process_option(opt, cm
571 option_t *opt; local
636 option_t *opt; local
866 option_t *opt; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/runit/
H A Dchpst.c192 unsigned opt; local
201 opt = getopt32(argv, "+a:c:d:f:l:m:o:p:r:s:t:u:U:e:"
208 if (opt & OPT_m) { // -m means -asld
210 opt |= (OPT_s | OPT_l | OPT_a | OPT_d);
213 option_mask32 = opt = 0;
222 opt |= OPT_e;
228 opt |= OPT_u;
234 opt |= OPT_U;
242 if (opt & OPT_d) {
246 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/runit/
H A Dchpst.c192 unsigned opt; local
201 opt = getopt32(argv, "+a:c:d:f:l:m:o:p:r:s:t:u:U:e:"
208 if (opt & OPT_m) { // -m means -asld
210 opt |= (OPT_s | OPT_l | OPT_a | OPT_d);
213 option_mask32 = opt = 0;
222 opt |= OPT_e;
228 opt |= OPT_u;
234 opt |= OPT_U;
242 if (opt & OPT_d) {
246 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/runit/
H A Dchpst.c192 unsigned opt; local
201 opt = getopt32(argv, "+a:c:d:f:l:m:o:p:r:s:t:u:U:e:"
208 if (opt & OPT_m) { // -m means -asld
210 opt |= (OPT_s | OPT_l | OPT_a | OPT_d);
213 option_mask32 = opt = 0;
222 opt |= OPT_e;
228 opt |= OPT_u;
234 opt |= OPT_U;
242 if (opt & OPT_d) {
246 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dmain.c78 struct options opt; variable in typeref:struct:options
828 if (opt.user)
829 fprintf (stderr, _("Password for user %s: "), quote (opt.user));
1209 * this no-op, we explicitly set opt.debug to false and hence none of the
1213 if (opt.debug)
1217 opt.debug = false;
1224 if (opt.noclobber && opt.convert_links)
1229 opt.noclobber = false;
1232 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dmain.c78 struct options opt; variable in typeref:struct:options
828 if (opt.user)
829 fprintf (stderr, _("Password for user %s: "), quote (opt.user));
1209 * this no-op, we explicitly set opt.debug to false and hence none of the
1213 if (opt.debug)
1217 opt.debug = false;
1224 if (opt.noclobber && opt.convert_links)
1229 opt.noclobber = false;
1232 if (opt
[all...]

Completed in 171 milliseconds

1234567891011>>