Searched refs:fopt (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/contrib/pull-resolv-conf/
H A Dclient.up42 fopt=
58 eval fopt=\$foreign_option_${i}
59 [ -z "${fopt}" ] && break
61 case ${fopt} in
64 domains="${domains} ${fopt#dhcp-option DOMAIN }"
69 dns="${dns}${dns:+$nl}nameserver ${fopt#dhcp-option DNS }"
75 printf "%s\n" "Unknown option \"${fopt}\" - ignored" >&2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/contrib/pull-resolv-conf/
H A Dclient.up42 fopt=
58 eval fopt=\$foreign_option_${i}
59 [ -z "${fopt}" ] && break
61 case ${fopt} in
64 domains="${domains} ${fopt#dhcp-option DOMAIN }"
69 dns="${dns}${dns:+$nl}nameserver ${fopt#dhcp-option DNS }"
75 printf "%s\n" "Unknown option \"${fopt}\" - ignored" >&2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/contrib/pull-resolv-conf/
H A Dclient.up42 fopt=
58 eval fopt=\$foreign_option_${i}
59 [ -z "${fopt}" ] && break
61 case ${fopt} in
64 domains="${domains} ${fopt#dhcp-option DOMAIN }"
69 dns="${dns}${dns:+$nl}nameserver ${fopt#dhcp-option DNS }"
75 printf "%s\n" "Unknown option \"${fopt}\" - ignored" >&2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dq_cbq.c175 struct tc_cbq_fopt fopt; local
188 memset(&fopt, 0, sizeof(fopt));
305 if (get_tc_classid(&fopt.split, *argv)) {
313 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
319 fopt.defchange = ~0;
397 addattr_l(n, 1024, TCA_CBQ_FOPT, &fopt, sizeof(fopt));
419 struct tc_cbq_fopt *fopt local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dq_cbq.c187 struct tc_cbq_fopt fopt; local
202 memset(&fopt, 0, sizeof(fopt));
319 if (get_tc_classid(&fopt.split, *argv)) {
327 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
333 fopt.defchange = ~0;
421 addattr_l(n, 1024, TCA_CBQ_FOPT, &fopt, sizeof(fopt));
443 struct tc_cbq_fopt *fopt local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dq_cbq.c175 struct tc_cbq_fopt fopt; local
188 memset(&fopt, 0, sizeof(fopt));
305 if (get_tc_classid(&fopt.split, *argv)) {
313 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
319 fopt.defchange = ~0;
397 addattr_l(n, 1024, TCA_CBQ_FOPT, &fopt, sizeof(fopt));
419 struct tc_cbq_fopt *fopt local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dq_cbq.c187 struct tc_cbq_fopt fopt; local
202 memset(&fopt, 0, sizeof(fopt));
319 if (get_tc_classid(&fopt.split, *argv)) {
327 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
333 fopt.defchange = ~0;
421 addattr_l(n, 1024, TCA_CBQ_FOPT, &fopt, sizeof(fopt));
443 struct tc_cbq_fopt *fopt local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dq_cbq.c175 struct tc_cbq_fopt fopt; local
188 memset(&fopt, 0, sizeof(fopt));
305 if (get_tc_classid(&fopt.split, *argv)) {
313 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
319 fopt.defchange = ~0;
397 addattr_l(n, 1024, TCA_CBQ_FOPT, &fopt, sizeof(fopt));
419 struct tc_cbq_fopt *fopt local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dq_cbq.c187 struct tc_cbq_fopt fopt; local
202 memset(&fopt, 0, sizeof(fopt));
319 if (get_tc_classid(&fopt.split, *argv)) {
327 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
333 fopt.defchange = ~0;
421 addattr_l(n, 1024, TCA_CBQ_FOPT, &fopt, sizeof(fopt));
443 struct tc_cbq_fopt *fopt local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/findutils/
H A Dgrep.c564 static void load_regexes_from_file(llist_t *fopt) argument
569 while (fopt) {
570 llist_t *cur = fopt;
573 fopt = cur->link;
620 llist_t *fopt = NULL; local
631 &pattern_head, &fopt, &max_matches,
659 &pattern_head, &fopt, &max_matches);
671 load_regexes_from_file(fopt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/findutils/
H A Dgrep.c564 static void load_regexes_from_file(llist_t *fopt) argument
569 while (fopt) {
570 llist_t *cur = fopt;
573 fopt = cur->link;
620 llist_t *fopt = NULL; local
631 &pattern_head, &fopt, &max_matches,
659 &pattern_head, &fopt, &max_matches);
671 load_regexes_from_file(fopt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/findutils/
H A Dgrep.c564 static void load_regexes_from_file(llist_t *fopt) argument
569 while (fopt) {
570 llist_t *cur = fopt;
573 fopt = cur->link;
620 llist_t *fopt = NULL; local
631 &pattern_head, &fopt, &max_matches,
659 &pattern_head, &fopt, &max_matches);
671 load_regexes_from_file(fopt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dip6_flowlabel.c272 struct ipv6_txoptions * fopt)
276 if (fopt == NULL || fopt->opt_flen == 0)
285 if (fopt->opt_nflen == 0)
286 return fopt;
292 opt_space->dst1opt = fopt->dst1opt;
293 opt_space->opt_flen = fopt->opt_flen;
270 fl6_merge_options(struct ipv6_txoptions * opt_space, struct ip6_flowlabel * fl, struct ipv6_txoptions * fopt) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dip6_flowlabel.c272 struct ipv6_txoptions * fopt)
276 if (fopt == NULL || fopt->opt_flen == 0)
285 if (fopt->opt_nflen == 0)
286 return fopt;
292 opt_space->dst1opt = fopt->dst1opt;
293 opt_space->opt_flen = fopt->opt_flen;
270 fl6_merge_options(struct ipv6_txoptions * opt_space, struct ip6_flowlabel * fl, struct ipv6_txoptions * fopt) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dtc.c191 struct tc_cbq_fopt *fopt = NULL; local
219 if (RTA_PAYLOAD(tb[TCA_CBQ_FOPT]) < sizeof(*fopt))
220 bb_error_msg(error, "fopt");
222 fopt = RTA_DATA(tb[TCA_CBQ_FOPT]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dtc.c191 struct tc_cbq_fopt *fopt = NULL; local
219 if (RTA_PAYLOAD(tb[TCA_CBQ_FOPT]) < sizeof(*fopt))
220 bb_error_msg(error, "fopt");
222 fopt = RTA_DATA(tb[TCA_CBQ_FOPT]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dtc.c191 struct tc_cbq_fopt *fopt = NULL; local
219 if (RTA_PAYLOAD(tb[TCA_CBQ_FOPT]) < sizeof(*fopt))
220 bb_error_msg(error, "fopt");
222 fopt = RTA_DATA(tb[TCA_CBQ_FOPT]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dsch_cbq.c1286 static int cbq_set_fopt(struct cbq_class *cl, struct tc_cbq_fopt *fopt) argument
1288 cbq_change_defmap(cl, fopt->split, fopt->defmap, fopt->defchange);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dsch_cbq.c1286 static int cbq_set_fopt(struct cbq_class *cl, struct tc_cbq_fopt *fopt) argument
1288 cbq_change_defmap(cl, fopt->split, fopt->defmap, fopt->defchange);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dipv6.h219 struct ipv6_txoptions * fopt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dipv6.h219 struct ipv6_txoptions * fopt);

Completed in 496 milliseconds