Searched refs:opt (Results 226 - 250 of 571) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c523 int opt, res = 0; local
531 if (get_user(opt, (int __user *)optval))
540 if (opt < 1 || opt > 7) {
545 if (opt < 1 || opt > 63) {
550 ax25->window = opt;
554 if (opt < 1) {
558 ax25->rtt = (opt * HZ) / 2;
559 ax25->t1 = opt * H
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_dsmark.c125 struct rtattr *opt = tca[TCA_OPTIONS-1]; local
138 if (!opt || rtattr_parse_nested(tb, TCA_DSMARK_MAX, opt))
341 static int dsmark_init(struct Qdisc *sch, struct rtattr *opt) argument
350 DPRINTK("dsmark_init(sch %p,[qdisc %p],opt %p)\n", sch, p, opt);
352 if (!opt || rtattr_parse_nested(tb, TCA_DSMARK_MAX, opt) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A DMakefile257 hpssl_alpha.opt \
258 hpssl_ia64.opt \
259 hpssl_vax.opt \
260 ldap.opt \
261 openssl_alpha.opt \
262 openssl_ia64.opt \
263 openssl_vax.opt \
264 openssl_ssl_alpha.opt \
265 openssl_ssl_ia64.opt \
266 openssl_ssl_vax.opt \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipv6.h209 struct ipv6_txoptions *opt; member in struct:ip6_flowlabel
247 extern struct ipv6_txoptions * ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt);
248 extern struct ipv6_txoptions * ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt,
253 struct ipv6_txoptions *opt);
441 struct ipv6_txoptions *opt,
460 struct ipv6_txoptions *opt,
494 struct ipv6_txoptions *opt,
499 struct ipv6_txoptions *opt);
501 struct ipv6_txoptions *opt,
505 struct ipv6_txoptions *opt,
[all...]
H A Dip.h37 struct ip_options opt; /* Compiled IP options */ member in struct:inet_skb_parm
56 struct ip_options *opt; member in struct:ipcm_cookie
95 struct ip_options *opt);
344 extern void ip_options_build(struct sk_buff *skb, struct ip_options *opt, __be32 daddr, struct rtable *rt, int is_frag);
347 extern int ip_options_compile(struct ip_options *opt, struct sk_buff *skb);
352 extern void ip_options_undo(struct ip_options * opt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dsyncppp.c471 u8 *p, opt[6]; local
532 opt[0] = LCP_OPT_MAGIC;
533 opt[1] = sizeof (opt);
534 opt[2] = rmagic >> 24;
535 opt[3] = rmagic >> 16;
536 opt[4] = rmagic >> 8;
537 opt[5] = rmagic;
539 h->ident, sizeof (opt), &opt);
1306 char opt[6]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Draw.c289 struct inet6_skb_parm *opt,
677 struct ipv6_txoptions *opt = NULL; local
765 opt = &opt_space;
766 memset(opt, 0, sizeof(struct ipv6_txoptions));
767 opt->tot_len = sizeof(struct ipv6_txoptions);
769 err = datagram_send_ctl(msg, &fl, opt, &hlimit, &tclass);
779 if (!(opt->opt_nflen|opt->opt_flen))
780 opt = NULL;
782 if (opt
288 rawv6_err(struct sock *sk, struct sk_buff *skb, struct inet6_skb_parm *opt, int type, int code, int offset, __be32 info) argument
[all...]
H A Dip6_tunnel.c387 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, argument
480 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, argument
493 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,
578 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, argument
587 err = ip6_tnl_err(skb, IPPROTO_IPV6, opt, &rel_type, &rel_code,
747 static void init_tel_txopt(struct ipv6_tel_txoption *opt, __u8 encap_limit) argument
749 memset(opt, 0, sizeof(struct ipv6_tel_txoption));
751 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT;
752 opt->dst_opt[3] = 1;
753 opt
838 struct ipv6_tel_txoption opt; local
[all...]
H A Daf_inet6.c383 struct ipv6_txoptions *opt; local
395 if ((opt = xchg(&np->opt, NULL)) != NULL)
396 sock_kfree_s(sk, opt, opt->tot_len);
667 if (np->opt && np->opt->srcrt) {
668 struct rt0_hdr *rt0 = (struct rt0_hdr *) np->opt->srcrt;
698 struct inet6_skb_parm *opt = IP6CB(skb); local
701 if ((opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv4.c66 if (inet->opt != NULL && inet->opt->srr) {
69 nexthop = inet->opt->faddr;
84 if (inet->opt == NULL || !inet->opt->srr)
95 if (inet->opt != NULL)
96 inet_csk(sk)->icsk_ext_hdr_len = inet->opt->optlen;
405 newinet->opt = ireq->opt;
406 ireq->opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcyblafb.c1626 char *opt; local
1632 while ((opt = strsep(&options, ",")) != NULL) {
1633 if (!*opt)
1635 else if (!strncmp(opt, "bpp=", 4))
1636 bpp = simple_strtoul(opt + 4, NULL, 0);
1637 else if (!strncmp(opt, "ref=", 4))
1638 ref = simple_strtoul(opt + 4, NULL, 0);
1639 else if (!strncmp(opt, "fp", 2))
1641 else if (!strncmp(opt, "crt", 3))
1643 else if (!strncmp(opt, "native
[all...]
H A Dtridentfb.c1243 char * opt; local
1246 while((opt = strsep(&options,",")) != NULL ) {
1247 if (!*opt) continue;
1248 if (!strncmp(opt,"noaccel",7))
1250 else if (!strncmp(opt,"fp",2))
1252 else if (!strncmp(opt,"crt",3))
1254 else if (!strncmp(opt,"bpp=",4))
1255 bpp = simple_strtoul(opt+4,NULL,0);
1256 else if (!strncmp(opt,"center",6))
1258 else if (!strncmp(opt,"stretc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Ddpkg.c1550 int opt; local
1566 opt = getopt32(argv, "CF:ilPru", &str_f);
1567 //if (opt & OPT_configure) ... // -C
1568 if (opt & OPT_force_ignore_depends) { // -F (--force in official dpkg)
1570 opt &= ~OPT_force_ignore_depends;
1572 //if (opt & OPT_install) ... // -i
1573 //if (opt & OPT_list_installed) ... // -l
1574 //if (opt & OPT_purge) ... // -P
1575 //if (opt & OPT_remove) ... // -r
1576 //if (opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmount.c772 char *opt; local
885 if (filteropts) for (opt = strtok(filteropts, ","); opt; opt = strtok(NULL, ",")) {
886 char *opteq = strchr(opt, '=');
912 switch (index_in_strings(options, opt)) {
986 bb_error_msg("unknown nfs mount parameter: %s=%d", opt, val);
1004 if (!strncmp(opt, "no", 2)) {
1006 opt += 2;
1008 switch (index_in_strings(options, opt)) {
1535 unsigned opt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c739 return -1 if unknown option is found, opt->arg_required otherwise */
750 const opt_desc_t *opt; local
774 for (opt = opts; opt->option_name; opt++) {
775 if (!strncmp(p, opt->option_name, strlen(opt->option_name))) {
777 if (opt->clrmask ==
782 *bit_flags &= ~opt->clrmask;
783 if (opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dipv6.c121 SCTP_STATIC void sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, argument
207 if (np->opt && np->opt->srcrt) {
208 struct rt0_hdr *rt0 = (struct rt0_hdr *) np->opt->srcrt;
219 return ip6_xmit(sk, skb, &fl, np->opt, ipfragok);
693 struct inet6_skb_parm *opt = (struct inet6_skb_parm *) skb->cb; local
694 return opt->iif;
808 struct sctp_sock *opt)
830 static int sctp_inet6_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) argument
853 af = opt
806 sctp_inet6_cmp_addr(const union sctp_addr *addr1, const union sctp_addr *addr2, struct sctp_sock *opt) argument
861 sctp_inet6_send_verify(struct sctp_sock *opt, union sctp_addr *addr) argument
892 sctp_inet6_supported_addrs(const struct sctp_sock *opt, __be16 *types) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dmake_vms.com25 $ optfile = name + ".opt"
120 $ call anal_obj_axp modules.opt _link.opt
123 $ open/append optf modules.opt
127 $ LINK_'lopts'/SHARE=libzshr.exe modules.opt/opt,_link.opt/opt
302 delete *.obj;*,libz.olb;*,*.opt;*,*.exe;*
330 $ open/write mod modules.opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dmake_vms.com25 $ optfile = name + ".opt"
120 $ call anal_obj_axp modules.opt _link.opt
123 $ open/append optf modules.opt
127 $ LINK_'lopts'/SHARE=libzshr.exe modules.opt/opt,_link.opt/opt
302 delete *.obj;*,libz.olb;*,*.opt;*,*.exe;*
330 $ open/write mod modules.opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c119 static int __hci_request(struct hci_dev *hdev, void (*req)(struct hci_dev *hdev, unsigned long opt), argument
120 unsigned long opt, __u32 timeout)
132 req(hdev, opt);
161 static inline int hci_request(struct hci_dev *hdev, void (*req)(struct hci_dev *hdev, unsigned long opt), argument
162 unsigned long opt, __u32 timeout)
168 ret = __hci_request(hdev, req, opt, timeout);
174 static void hci_reset_req(struct hci_dev *hdev, unsigned long opt) argument
176 BT_DBG("%s %ld", hdev->name, opt);
182 static void hci_init_req(struct hci_dev *hdev, unsigned long opt) argument
187 BT_DBG("%s %ld", hdev->name, opt);
240 hci_scan_req(struct hci_dev *hdev, unsigned long opt) argument
250 hci_auth_req(struct hci_dev *hdev, unsigned long opt) argument
260 hci_encrypt_req(struct hci_dev *hdev, unsigned long opt) argument
364 hci_inq_req(struct hci_dev *hdev, unsigned long opt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c150 static void xt_osf_parse_opt(struct xt_osf_opt *opt, __u16 *optnum, char *obuf, int olen) argument
261 opt[*optnum].kind = IANA_opts[op].kind;
262 opt[*optnum].length = IANA_opts[op].length;
263 opt[*optnum].wc.wc = wc;
264 opt[*optnum].wc.val = val;
376 xt_osf_parse_opt(f.opt, &f.opt_num, obuf, sizeof(obuf));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtelnetd.c351 unsigned opt; local
355 #define IS_INETD (opt & OPT_INETD)
373 opt = getopt32(argv, "f:l:" USE_FEATURE_TELNETD_STANDALONE("p:b:Fi"),
377 if (IS_INETD || !(opt & OPT_FOREGROUND)) {
381 //if (opt & 1) // -f
382 //if (opt & 2) // -l
384 if (opt & OPT_PORT) // -p
386 //if (opt & 8) // -b
387 //if (opt & 0x10) // -F
388 //if (opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext2_fs.h324 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt
325 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt
326 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \
327 EXT2_MOUNT_##opt)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A DMakefile13 prefix=/opt/IDEALX
15 sysconfdir=/etc/opt/IDEALX
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.d12 libavutil/bswap.h libavcodec/opt.h libavutil/rational.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dnuma.c577 static __init int numa_setup(char *opt) argument
579 if (!opt)
581 if (!strncmp(opt,"off",3))
584 if (!strncmp(opt, "fake=", 5))
585 cmdline = opt + 5;
588 if (!strncmp(opt,"noacpi",6))
590 if (!strncmp(opt,"hotadd=", 7))
591 hotadd_percent = simple_strtoul(opt+7, NULL, 10);

Completed in 380 milliseconds

1234567891011>>