Searched refs:opt (Results 201 - 225 of 571) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dbind_addr.c300 struct sctp_sock *opt)
307 if (opt->pf->cmp_addr(&laddr->a, addr, opt))
320 struct sctp_sock *opt)
339 if (opt->pf->cmp_addr(&laddr->a, addr, opt))
298 sctp_bind_addr_match(struct sctp_bind_addr *bp, const union sctp_addr *addr, struct sctp_sock *opt) argument
317 sctp_find_unmatch_addr(struct sctp_bind_addr *bp, const union sctp_addr *addrs, int addrcnt, struct sctp_sock *opt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Solaris/
H A DMakefile.am27 for subdir in opt var etc usr; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_bins.sh98 for opt in 0 1 2 4 5 6 8 ; do
101 test_file $binfile $channels $bps "-$opt $extras $blocksize $disable"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dipv6cp.c303 #define CILEN_COMPRESS 4 /* length for RFC2023 compress opt. */
381 printifaceid(opt, printer, arg)
382 option_t *opt;
562 #define ADDCIVJ(opt, neg, val) \
566 PUTCHAR(opt, ucp); \
574 #define ADDCIIFACEID(opt, neg, val1) \
578 PUTCHAR(opt, ucp); \
617 #define ACKCIVJ(opt, neg, val) \
625 citype != opt) \
632 #define ACKCIIFACEID(opt, ne
[all...]
H A Dccp.c242 #define ANY_COMPRESS(opt) ((opt).deflate || (opt).bsd_compress \
243 || (opt).predictor_1 || (opt).predictor_2 \
244 || (opt).mppe)
1122 /* Check state opt */
1360 method_name(opt, opt2)
1361 ccp_options *opt, *opt2;
1365 if (!ANY_COMPRESS(*opt))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.d9 libavutil/avutil.h libavutil/avstring.h libavcodec/opt.h \
H A Dffmpeg.d7 libavutil/avutil.h libavformat/framehook.h libavcodec/opt.h \
H A Dcmdutils.h51 int opt_default(const char *opt, const char *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dtimod.c250 struct opthdr *opt; local
253 opt = (struct opthdr *)ret_pos;
259 if (copy_from_user(opt, opt_buf, sizeof(struct opthdr)) ||
260 opt->len > opt_len) {
270 if (ret_space < opt->len + sizeof(struct opthdr) ||
271 copy_from_user(buf, opt_buf+sizeof(struct opthdr), opt->len)) {
277 args[1] = opt->level;
278 args[2] = opt->name;
280 args[4] = opt->len;
291 orig_opt_len = opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Droute.c641 unsigned opt; local
654 opt = getopt32(argv, "A:ne", &family);
656 if ((opt & ROUTE_OPT_A) && strcmp(family, "inet") != 0) {
659 opt |= ROUTE_OPT_INET6; /* Set flag for ipv6. */
669 int noresolve = (opt & ROUTE_OPT_n) ? 0x0fff : 0;
671 if (opt & ROUTE_OPT_INET6)
675 bb_displayroutes(noresolve, opt & ROUTE_OPT_e);
687 if (opt & ROUTE_OPT_INET6)
H A Dftpgetput.c303 unsigned opt; local
334 opt = getopt32(argv, "cvu:p:P:", &server->user, &server->password, &port);
338 if (opt & FTPGETPUT_OPT_CONTINUE) {
341 if (opt & FTPGETPUT_OPT_VERBOSE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dndisc.c194 static u8 *ndisc_fill_addr_option(u8 *opt, int type, void *data, int data_len, argument
200 opt[0] = type;
201 opt[1] = space>>3;
203 memset(opt + 2, 0, pad);
204 opt += pad;
207 memcpy(opt+2, data, data_len);
209 opt += data_len;
211 memset(opt, 0, space);
212 return opt + space;
228 static struct ndisc_options *ndisc_parse_options(u8 *opt, in argument
444 u8 *opt; local
1024 __u8 * opt = (__u8 *)(ra_msg + 1); local
1356 u8 *opt; local
[all...]
H A Dinet6_connection_sock.c162 if (np->opt && np->opt->srcrt) {
163 struct rt0_hdr *rt0 = (struct rt0_hdr *)np->opt->srcrt;
197 return ip6_xmit(sk, skb, &fl, np->opt, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Daf_llc.c963 int rc = -EINVAL, opt; local
968 rc = get_user(opt, (int __user *)optval);
974 if (opt > LLC_OPT_MAX_RETRY)
976 llc->n2 = opt;
979 if (opt > LLC_OPT_MAX_SIZE)
981 llc->n1 = opt;
984 if (opt > LLC_OPT_MAX_ACK_TMR_EXP)
986 llc->ack_timer.expire = opt * HZ;
989 if (opt > LLC_OPT_MAX_P_TMR_EXP)
991 llc->pf_cycle_timer.expire = opt * H
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_red.c205 static int red_change(struct Qdisc *sch, struct rtattr *opt) argument
212 if (opt == NULL || rtattr_parse_nested(tb, TCA_RED_MAX, opt))
248 static int red_init(struct Qdisc* sch, struct rtattr *opt) argument
253 return red_change(sch, opt);
260 struct tc_red_qopt opt = { local
271 RTA_PUT(skb, TCA_RED_PARMS, sizeof(opt), &opt);
H A Dsch_cbq.c1352 static int cbq_init(struct Qdisc *sch, struct rtattr *opt) argument
1358 if (rtattr_parse_nested(tb, TCA_CBQ_MAX, opt) < 0 ||
1425 struct tc_cbq_lssopt opt; local
1427 opt.flags = 0;
1429 opt.flags |= TCF_CBQ_LSS_BOUNDED;
1431 opt.flags |= TCF_CBQ_LSS_ISOLATED;
1432 opt.ewma_log = cl->ewma_log;
1433 opt.level = cl->level;
1434 opt.avpkt = cl->avpkt;
1435 opt
1450 struct tc_cbq_wrropt opt; local
1468 struct tc_cbq_ovl opt; local
1485 struct tc_cbq_fopt opt; local
1504 struct tc_cbq_police opt; local
1739 struct rtattr *opt = tca[TCA_OPTIONS-1]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dpopt_common.c44 const struct poptOption *opt,
64 switch(opt->val) {
271 const struct poptOption *opt,
308 switch(opt->val) {
42 popt_common_callback(poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) argument
269 popt_common_credentials_callback(poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_osf.h79 struct xt_osf_opt opt[MAX_IPOPTLEN]; member in struct:xt_osf_user_finger
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/bootfloppy/
H A Dmkrootfs.sh22 while getopts 'b:u:s:t:Cm' opt
24 case $opt in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpd.c35 unsigned opt; local
39 opt = getopt32(argv, "fS");
42 if (!(opt & 1)) { /* no -f */
47 if (opt & 2) { /* -S */
H A Dfiles.c156 char *opt, *val, *endptr; local
166 opt = strtok(line, " \t=");
167 if (!opt) return 0;
173 if (!strcasecmp(option->name, opt))
183 opt = buffer; /* new meaning for variable opt */
203 opt = val;
245 attach_option(opt_list, option, opt, length);
292 {"opt", read_opt, &(server_config.options), ""},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dsv.c407 unsigned opt; local
428 opt = getopt32(argv, "w:v", &x);
429 if (opt & 1) waitsec = xatou(x); // -w
430 if (opt & 2) verbose = 1; // -v
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsmb_fs_sb.h59 struct smb_conn_opt opt; member in struct:smb_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dprotocol.h56 struct inet6_skb_parm *opt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1830 char *options, *s, *opt, *val, *ret = NULL; local
1842 opt = strsep(&val, "=");
1843 if (!strcmp(opt, "ro")) { /* Read-only mount. */
1849 } else if (!strcmp(opt, "noatime")) {
1853 } else if (!strcmp(opt, "atime")) {
1857 } else if (!strcmp(opt, "relatime")) {
1861 } else if (!strcmp(opt, "fake_rw")) {
1865 } else if (!strcmp(opt, "fsname")) { /* Filesystem name. */
1872 } else if (!strcmp(opt, "no_def_opts")) {
1876 } else if (!strcmp(opt, "default_permission
[all...]

Completed in 310 milliseconds

1234567891011>>