Searched refs:opt (Results 1 - 25 of 571) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A DMakefile.am6 hpssl_alpha.opt \
7 hpssl_ia64.opt \
8 hpssl_vax.opt \
9 ldap.opt \
10 openssl_alpha.opt \
11 openssl_ia64.opt \
12 openssl_vax.opt \
13 openssl_ssl_alpha.opt \
14 openssl_ssl_ia64.opt \
15 openssl_ssl_vax.opt \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/samples/
H A Dudhcpd.conf81 # keyword 'opt' or 'option'. If an option can take multiple items, such
86 opt dns 192.168.10.2 192.168.10.10
88 opt router 192.168.10.2
89 opt wins 192.168.10.10
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/udhcp/
H A Dudhcpd.conf81 # keyword 'opt' or 'option'. If an option can take multiple items, such
86 opt dns 192.168.10.2 192.168.10.10
88 opt router 192.168.10.2
89 opt wins 192.168.10.10
96 #opt subnet
97 #opt timezone
98 #opt router
99 #opt timesvr
100 #opt namesvr
101 #opt dn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpopthelp.c32 const struct poptOption *opt; local
34 for(opt = table;
35 opt->longName || opt->shortName || opt->arg;
36 opt++) {
37 if(opt->argInfo == POPT_ARG_INTL_DOMAIN)
38 return opt->arg;
45 getArgDescrip(const struct poptOption * opt, const char *translation_domain) argument
47 if (!(opt
56 singleOptionHelp(FILE * f, int maxLeftCol, const struct poptOption * opt, const char *translation_domain) argument
111 maxArgWidth(const struct poptOption * opt, const char * translation_domain) argument
143 const struct poptOption * opt; local
198 singleOptionUsage(FILE * f, int cursor, const struct poptOption * opt, const char *translation_domain) argument
236 const struct poptOption * opt; local
255 showShortOptions(const struct poptOption * opt, FILE * f, char * str) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/libcoreutils/
H A Dgetopt_mk_fifo_nod.c33 int opt; local
34 opt = getopt32(argv, "m:" USE_SELINUX("Z:"), &smode USE_SELINUX(,&scontext));
35 if (opt & 1) {
41 if (opt & 2) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Drm.c27 unsigned opt; local
30 opt = getopt32(argv, "fiRr");
32 if (opt & 1)
34 if (opt & 2)
36 if (opt & 12)
H A Dreadlink.c21 unsigned opt;
24 opt = getopt32(argv, "f");
28 const unsigned opt = 0;
36 if (opt) {
46 if (ENABLE_FEATURE_CLEAN_UP && !opt)
H A Ddu.c153 unsigned opt; local
173 opt = getopt32(argv, "aHkLsx" "d:" "lc" "hm", &smax_print_depth);
174 if (opt & (1 << 9)) {
175 /* -h opt */
178 if (opt & (1 << 10)) {
179 /* -m opt */
182 if (opt & (1 << 2)) {
183 /* -k opt */
188 opt = getopt32(argv, "aHkLsx" "d:" "lc", &smax_print_depth);
190 if (opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_proto.h59 #define OSPF6_OPT_SET(x,opt) ((x)[2] |= (opt))
60 #define OSPF6_OPT_ISSET(x,opt) ((x)[2] & (opt))
61 #define OSPF6_OPT_CLEAR(x,opt) ((x)[2] &= ~(opt))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_options.c40 void ip_options_build(struct sk_buff * skb, struct ip_options * opt, argument
45 memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options));
46 memcpy(iph+sizeof(struct iphdr), opt->__data, opt->optlen);
47 opt = &(IPCB(skb)->opt);
48 opt->is_data = 0;
50 if (opt->srr)
51 memcpy(iph+opt
222 struct ip_options * opt = &(IPCB(skb)->opt); local
257 ip_options_compile(struct ip_options * opt, struct sk_buff * skb) argument
487 ip_options_undo(struct ip_options * opt) argument
516 struct ip_options *opt = kmalloc(sizeof(*opt) + ((optlen + 3) & ~3), local
523 ip_options_get_finish(struct ip_options **optp, struct ip_options *opt, int optlen) argument
541 struct ip_options *opt = ip_options_get_alloc(optlen); local
554 struct ip_options *opt = ip_options_get_alloc(optlen); local
565 struct ip_options * opt = &(IPCB(skb)->opt); local
610 struct ip_options *opt = &(IPCB(skb)->opt); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzgrep20 -e | -f) opt="$opt $1"; shift; pat="$1"
24 -A | -B) opt="$opt $1 $2"; shift;;
25 -*) opt="$opt $1";;
43 op=`echo "$opt" | sed -e 's/ //g' -e 's/-//g'`
52 bzip2 -cdfq | $grep $opt "$pat"
60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i
63 bzip2 -cdfq "$i" | $grep $opt "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c368 option_t *opt; local
377 opt = find_option(arg);
378 if (opt == NULL) {
383 n = n_arguments(opt);
388 if (!process_option(opt, arg, argv))
409 option_t *opt; local
445 opt = find_option(cmd);
446 if (opt == NULL) {
451 n = n_arguments(opt);
461 if (!process_option(opt, cm
544 option_t *opt; local
609 option_t *opt; local
828 option_t *opt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/svr4-startup/
H A Dsamba.server28 /opt/samba/bin/smbd -D -s/opt/samba/smb.conf
29 /opt/samba/bin/nmbd -D -l/opt/samba/log -s/opt/samba/smb.conf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_fifo.c36 struct tc_fifo_qopt opt; local
37 memset(&opt, 0, sizeof(opt));
42 if (get_size(&opt.limit, *argv)) {
59 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
63 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
67 if (opt == NULL)
70 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
72 qopt = RTA_DATA(opt);
[all...]
H A Dq_gred.c55 struct tc_gred_sopt opt; local
56 memset(&opt, 0, sizeof(struct tc_gred_sopt));
63 opt.DPs=strtol(*argv, (char **)NULL, 10);
64 if (opt.DPs >MAX_DPs) { /* need a better error check */
65 fprintf(stderr, "DPs =%u \n",opt.DPs);
73 opt.def_DP=strtol(*argv, (char **)NULL, 10);
74 if (!opt.DPs) {
79 if (opt.def_DP>opt.DPs) {
81 fprintf(stderr, "\"default DP\" must be less than %d\nNote: DP runs from 0 to %d for %d DPs\n",opt
118 struct tc_gred_qopt opt; local
255 gred_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...]
H A Dq_tbf.c43 struct tc_tbf_qopt opt; local
50 memset(&opt, 0, sizeof(opt));
55 if (opt.limit || latency) {
59 if (get_size(&opt.limit, *argv)) {
66 if (opt.limit || latency) {
113 if (opt.rate.rate) {
117 if (get_rate(&opt.rate.rate, *argv)) {
124 if (opt.peakrate.rate) {
128 if (get_rate(&opt
200 tbf_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
H A Dq_red.c39 struct tc_red_qopt opt; local
49 memset(&opt, 0, sizeof(opt));
54 if (get_size(&opt.limit, *argv)) {
61 if (get_size(&opt.qth_min, *argv)) {
68 if (get_size(&opt.qth_max, *argv)) {
121 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt) {
126 if ((wlog = tc_red_eval_ewma(opt
160 red_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dfeat.c23 struct dccp_opt_pend *opt; local
37 list_for_each_entry(opt, &dmsk->dccpms_pending, dccpop_node) {
39 if (opt->dccpop_feat == feature && opt->dccpop_type == type) {
42 BUG_ON(opt->dccpop_val == NULL);
43 kfree(opt->dccpop_val);
44 opt->dccpop_val = val;
45 opt->dccpop_len = len;
46 opt->dccpop_conf = 0;
52 opt
116 dccp_feat_reconcile(struct sock *sk, struct dccp_opt_pend *opt, u8 *rpref, u8 rlen) argument
227 struct dccp_opt_pend *opt; local
263 struct dccp_opt_pend *opt; local
310 struct dccp_opt_pend *opt = kzalloc(sizeof(*opt), GFP_ATOMIC); local
339 struct dccp_opt_pend *opt; local
404 struct dccp_opt_pend *opt; local
456 struct dccp_opt_pend *opt, *next; local
492 struct dccp_opt_pend *opt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dcpio.c30 unsigned opt; local
38 opt = getopt32(argv, "ituvF:dm", &cpio_filename);
41 if ((opt & (CPIO_OPT_TEST | CPIO_OPT_EXTRACT)) == 0) {
45 if (opt & CPIO_OPT_TEST) {
47 if (opt & CPIO_OPT_EXTRACT) {
48 opt &= ~CPIO_OPT_EXTRACT;
52 if (opt & CPIO_OPT_EXTRACT) {
55 if (opt & CPIO_OPT_UNCONDITIONAL) {
59 if (opt & CPIO_OPT_VERBOSE) {
70 if (opt
[all...]
H A Dar.c48 unsigned opt; local
55 opt = getopt32(argv, "ptxovcr");
57 if (opt & AR_CTX_PRINT) {
60 if (opt & AR_CTX_LIST) {
63 if (opt & AR_CTX_EXTRACT) {
66 if (opt & AR_OPT_PRESERVE_DATE) {
69 if (opt & AR_OPT_VERBOSE) {
72 if (opt & AR_OPT_CREATE) {
75 if (opt & AR_OPT_INSERT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dip.c145 char *opt = argv[1]; local
146 if (strcmp(opt,"--") == 0) {
150 if (opt[0] != '-')
152 if (opt[1] == '-')
153 opt++;
154 if (matches(opt, "-family") == 0) {
173 } else if (strcmp(opt, "-4") == 0) {
175 } else if (strcmp(opt, "-6") == 0) {
177 } else if (strcmp(opt, "-0") == 0) {
179 } else if (strcmp(opt, "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_param.c200 ixgb_validate_option(int *value, struct ixgb_option *opt) argument
203 *value = opt->def;
207 switch (opt->type) {
211 printk(KERN_INFO "%s Enabled\n", opt->name);
214 printk(KERN_INFO "%s Disabled\n", opt->name);
219 if(*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
220 printk(KERN_INFO "%s set to %i\n", opt->name, *value);
228 for(i = 0; i < opt->arg.l.nr; i++) {
229 ent = &opt
269 struct ixgb_option opt = { local
288 struct ixgb_option opt = { local
307 struct ixgb_option opt = { local
331 struct ixgb_option opt = { local
349 struct ixgb_option opt = { local
369 struct ixgb_option opt = { local
389 struct ixgb_option opt = { local
422 struct ixgb_option opt = { local
439 struct ixgb_option opt = { local
457 struct ixgb_option opt = { local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printing/
H A Dsmbprint.sysv13 # (the example here is /opt/samba), modify the server and service variables
16 # lpadmin -punixprintername -v/dev/null -i/opt/samba/smbprint
50 ) | /opt/samba/smbclient "\\\\$server\\$service" $password -N > /dev/null
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dmountpoint.c19 int opt = getopt32(argv, "qdx"); local
29 if ( (opt & OPT_x && stat(arg, &st) == 0) || (lstat(arg, &st) == 0) ) {
30 if (opt & OPT_x) {
36 if (opt & OPT_q)
51 if (opt & OPT_d)
53 else if (!(opt & OPT_q))
58 if (!(opt & OPT_q))
63 if (!(opt & OPT_q))

Completed in 165 milliseconds

1234567891011>>