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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c329 static void load_regexes_from_file(llist_t *fopt) argument
334 while (fopt) {
335 llist_t *cur = fopt;
338 fopt = cur->link;
383 llist_t *fopt = NULL; local
394 &pattern_head, &fopt, &mopt,
423 &pattern_head, &fopt, &mopt);
438 load_regexes_from_file(fopt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipv6.h219 struct ipv6_txoptions * fopt);

Completed in 106 milliseconds