Searched refs:opt (Results 51 - 75 of 2741) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/sysv/
H A Dsamba.init27 /opt/samba/bin/smbd -D -s/opt/samba/smb.conf
28 /opt/samba/bin/nmbd -D -l/opt/samba/log -s/opt/samba/smb.conf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Drm.c27 unsigned opt; local
31 opt = getopt32(argv, "fiRrv");
33 if (opt & 1)
35 if (opt & 2)
37 if (opt & (8|4))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/packaging/sysv/
H A Dsamba.init27 /opt/samba/bin/smbd -D -s/opt/samba/smb.conf
28 /opt/samba/bin/nmbd -D -l/opt/samba/log -s/opt/samba/smb.conf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/packaging/sysv/
H A Dsamba.init27 /opt/samba/bin/smbd -D -s/opt/samba/smb.conf
28 /opt/samba/bin/nmbd -D -l/opt/samba/log -s/opt/samba/smb.conf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/sysv/
H A Dsamba.init27 /opt/samba/bin/smbd -D -s/opt/samba/smb.conf
28 /opt/samba/bin/nmbd -D -l/opt/samba/log -s/opt/samba/smb.conf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dip_options.c39 void ip_options_build(struct sk_buff * skb, struct ip_options * opt, argument
44 memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options));
45 memcpy(iph+sizeof(struct iphdr), opt->__data, opt->optlen);
46 opt = &(IPCB(skb)->opt);
48 if (opt->srr)
49 memcpy(iph+opt->srr+iph[opt
215 struct ip_options * opt = &(IPCB(skb)->opt); local
249 ip_options_compile(struct net *net, struct ip_options * opt, struct sk_buff * skb) argument
475 ip_options_undo(struct ip_options * opt) argument
508 ip_options_get_finish(struct net *net, struct ip_options **optp, struct ip_options *opt, int optlen) argument
526 struct ip_options *opt = ip_options_get_alloc(optlen); local
540 struct ip_options *opt = ip_options_get_alloc(optlen); local
551 struct ip_options * opt = &(IPCB(skb)->opt); local
596 struct ip_options *opt = &(IPCB(skb)->opt); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dip_options.c39 void ip_options_build(struct sk_buff * skb, struct ip_options * opt, argument
44 memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options));
45 memcpy(iph+sizeof(struct iphdr), opt->__data, opt->optlen);
46 opt = &(IPCB(skb)->opt);
48 if (opt->srr)
49 memcpy(iph+opt->srr+iph[opt
215 struct ip_options * opt = &(IPCB(skb)->opt); local
249 ip_options_compile(struct net *net, struct ip_options * opt, struct sk_buff * skb) argument
475 ip_options_undo(struct ip_options * opt) argument
508 ip_options_get_finish(struct net *net, struct ip_options **optp, struct ip_options *opt, int optlen) argument
526 struct ip_options *opt = ip_options_get_alloc(optlen); local
540 struct ip_options *opt = ip_options_get_alloc(optlen); local
551 struct ip_options * opt = &(IPCB(skb)->opt); local
596 struct ip_options *opt = &(IPCB(skb)->opt); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dq_fifo.c34 struct tc_fifo_qopt opt; local
35 memset(&opt, 0, sizeof(opt));
40 if (get_size(&opt.limit, *argv)) {
57 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
61 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
65 if (opt == NULL)
68 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
70 qopt = RTA_DATA(opt);
[all...]
H A Dq_multiq.c47 struct tc_multiq_qopt opt; local
60 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
64 int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
68 if (opt == NULL)
70 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
73 qopt = RTA_DATA(opt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dq_fifo.c34 struct tc_fifo_qopt opt; local
35 memset(&opt, 0, sizeof(opt));
40 if (get_size(&opt.limit, *argv)) {
57 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
61 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
65 if (opt == NULL)
68 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
70 qopt = RTA_DATA(opt);
[all...]
H A Dq_multiq.c47 struct tc_multiq_qopt opt; local
60 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
64 int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
68 if (opt == NULL)
70 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
73 qopt = RTA_DATA(opt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dq_fifo.c34 struct tc_fifo_qopt opt; local
35 memset(&opt, 0, sizeof(opt));
40 if (get_size(&opt.limit, *argv)) {
57 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
61 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
65 if (opt == NULL)
68 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
70 qopt = RTA_DATA(opt);
[all...]
H A Dq_multiq.c47 struct tc_multiq_qopt opt; local
60 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
64 int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
68 if (opt == NULL)
70 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
73 qopt = RTA_DATA(opt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/libiproute/
H A Dip_parse_common_args.c45 char *opt = *argv; local
47 if (opt[0] != '-')
49 opt++;
50 if (opt[0] == '-') {
51 opt++;
52 if (!opt[0]) { /* "--" */
57 arg = index_in_substrings(ip_common_commands, opt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/libiproute/
H A Dip_parse_common_args.c45 char *opt = *argv; local
47 if (opt[0] != '-')
49 opt++;
50 if (opt[0] == '-') {
51 opt++;
52 if (!opt[0]) { /* "--" */
57 arg = index_in_substrings(ip_common_commands, opt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/libiproute/
H A Dip_parse_common_args.c45 char *opt = *argv; local
47 if (opt[0] != '-')
49 opt++;
50 if (opt[0] == '-') {
51 opt++;
52 if (!opt[0]) { /* "--" */
57 arg = index_in_substrings(ip_common_commands, opt);

Completed in 221 milliseconds

1234567891011>>