Searched refs:opts (Results 1 - 25 of 145) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dgetopt.c14 * @opts: an array of &struct option entries controlling parser operations
22 * Returns opts->val if a matching entry in the 'opts' array is found,
25 int smb_getopt(char *caller, char **options, struct option *opts, argument
47 for (i = 0; opts[i].name != NULL; i++) {
48 if (!strcmp(opts[i].name, token)) {
49 if (!opts[i].flag && (!val || !*val)) {
55 if (flag && opts[i].flag)
56 *flag |= opts[i].flag;
58 return opts[
[all...]
H A Dgetopt.h10 extern int smb_getopt(char *caller, char **options, struct option *opts,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dppp-comp.h211 /* unsupported opts */
235 /* Build a CI from mppe opts (see RFC 3078) */
236 #define MPPE_OPTS_TO_CI(opts, ci) \
241 if (opts & MPPE_OPT_STATEFUL) \
250 if (opts & MPPE_OPT_128) \
252 if (opts & MPPE_OPT_40) \
258 #define MPPE_CI_TO_OPTS(ci, opts) \
262 opts = 0; \
266 opts |= MPPE_OPT_STATEFUL; \
270 opts |
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dppp-comp.h211 /* unsupported opts */
235 /* Build a CI from mppe opts (see RFC 3078) */
236 #define MPPE_OPTS_TO_CI(opts, ci) \
241 if (opts & MPPE_OPT_STATEFUL) \
250 if (opts & MPPE_OPT_128) \
252 if (opts & MPPE_OPT_40) \
258 #define MPPE_CI_TO_OPTS(ci, opts) \
262 opts = 0; \
266 opts |= MPPE_OPT_STATEFUL; \
270 opts |
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dppp-comp.h178 /* unsupported opts */
202 /* Build a CI from mppe opts (see RFC 3078) */
203 #define MPPE_OPTS_TO_CI(opts, ci) \
208 if (opts & MPPE_OPT_STATEFUL) \
217 if (opts & MPPE_OPT_128) \
219 if (opts & MPPE_OPT_40) \
225 #define MPPE_CI_TO_OPTS(ci, opts) \
229 opts = 0; \
233 opts |= MPPE_OPT_STATEFUL; \
237 opts |
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/linux/
H A Dppp-comp.h211 /* unsupported opts */
235 /* Build a CI from mppe opts (see RFC 3078) */
236 #define MPPE_OPTS_TO_CI(opts, ci) \
241 if (opts & MPPE_OPT_STATEFUL) \
250 if (opts & MPPE_OPT_128) \
252 if (opts & MPPE_OPT_40) \
258 #define MPPE_CI_TO_OPTS(ci, opts) \
262 opts = 0; \
266 opts |= MPPE_OPT_STATEFUL; \
270 opts |
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dppp-comp.h178 /* unsupported opts */
202 /* Build a CI from mppe opts (see RFC 3078) */
203 #define MPPE_OPTS_TO_CI(opts, ci) \
208 if (opts & MPPE_OPT_STATEFUL) \
217 if (opts & MPPE_OPT_128) \
219 if (opts & MPPE_OPT_40) \
225 #define MPPE_CI_TO_OPTS(ci, opts) \
229 opts = 0; \
233 opts |= MPPE_OPT_STATEFUL; \
237 opts |
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dutil.h23 extern void parse_journal_opts(const char *opts);
H A Dfsck.h44 char *opts; member in struct:fs_info
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_standard.c19 static struct option opts[] = { variable in typeref:struct:option
63 opts
H A Dlibipt_MIRROR.c19 static struct option opts[] = { variable in typeref:struct:option
57 opts
H A Dlibipt_record_rpc.c15 static struct option opts[] = { variable in typeref:struct:option
68 opts
H A Dlibipt_standard.c19 static struct option opts[] = { variable in typeref:struct:option
63 opts
H A Dlibipt_unclean.c16 static struct option opts[] = { variable in typeref:struct:option
57 opts
H A Dlibip6t_eui64.c25 static struct option opts[] = { variable in typeref:struct:option
81 opts
H A Dlibipt_IPV4OPTSSTRIP.c27 static struct option opts[] = { variable in typeref:struct:option
75 opts
H A Dlibip6t_dst.c27 " --%s-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
33 static struct option opts[] = { variable in typeref:struct:option
35 { "hbh-opts", 1, 0, '2' },
40 static struct option opts[] = { variable in typeref:struct:option
42 { "dst-opts", 1, 0, '2' },
73 parse_options(const char *optsstr, u_int16_t *opts) argument
92 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
94 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[
[all...]
H A Dlibip6t_hbh.c27 " --%s-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
33 static struct option opts[] = { variable in typeref:struct:option
35 { "hbh-opts", 1, 0, '2' },
40 static struct option opts[] = { variable in typeref:struct:option
42 { "dst-opts", 1, 0, '2' },
73 parse_options(const char *optsstr, u_int16_t *opts) argument
92 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
94 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[
[all...]
H A Dlibipt_NETMAP.c16 static struct option opts[] = { variable in typeref:struct:option
28 IPTABLES_VERSION, opts[0].name);
133 "Unexpected `!' after --%s", opts[0].name);
149 MODULENAME" needs --%s", opts[0].name);
178 printf("--%s ", opts[0].name);
195 opts
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dio_manager.c22 errcode_t io_channel_set_options(io_channel channel, const char *opts) argument
29 if (!opts)
35 options = malloc(strlen(opts)+1);
38 strcpy(options, opts);
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dl2tp.conf16 lns-pppd-opts "require-pap 10.0.0.1:10.0.0.2 lcp-echo-interval 30 lcp-echo-failure 6"
17 lac-pppd-opts "user example name example noipdefault ipcp-accept-local ipcp-accept-remote lcp-echo-interval 30 lcp-echo-failure 6"
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dnfsroot.c178 struct nfs_int_opts *opts = root_int_opts; local
180 while (opts->name && strcmp(opts->name, cp))
181 opts++;
182 if (opts->name)
183 *(opts->val) = (int) simple_strtoul(val, NULL, 10);
185 struct nfs_bool_opts *opts = root_bool_opts; local
186 while (opts->name && strcmp(opts->name, cp))
187 opts
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dsmbmount.c711 char *opts; local
753 for (opts = strtok(optarg, ","); opts; opts = strtok(NULL, ",")) {
754 DEBUG(3, ("opts: %s\n", opts));
755 if ((opteq = strchr_m(opts, '='))) {
759 if (!strcmp(opts, "username") ||
760 !strcmp(opts, "logon")) {
774 } else if(!strcmp(opts, "passw
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dinode.c211 struct fat_mount_options *opts,
218 opts->name_check = 'n';
219 opts->conversion = 'b';
220 opts->fs_uid = current->uid;
221 opts->fs_gid = current->gid;
222 opts->fs_umask = current->fs->umask;
223 opts->quiet = opts->sys_immutable = opts->dotsOK = opts
210 parse_options(char *options,int *fat, int *debug, struct fat_mount_options *opts, char *cvf_format, char *cvf_options) argument
558 struct fat_mount_options opts; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dinode.c211 struct fat_mount_options *opts,
218 opts->name_check = 'n';
219 opts->conversion = 'b';
220 opts->fs_uid = current->uid;
221 opts->fs_gid = current->gid;
222 opts->fs_umask = current->fs->umask;
223 opts->quiet = opts->sys_immutable = opts->dotsOK = opts
210 parse_options(char *options,int *fat, int *debug, struct fat_mount_options *opts, char *cvf_format, char *cvf_options) argument
558 struct fat_mount_options opts; local
[all...]

Completed in 99 milliseconds

123456