Searched refs:cnf (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_procconf.c50 process_line(struct conf_writedata *cnf) argument
52 unsigned char *cp = cnf->conf_line;
55 if (cnf->card->debug_flags & LOG_CNF_LINE)
56 hysdn_addlog(cnf->card, "conf line: %s", cp);
67 if (cnf->card->debug_flags & LOG_CNF_MISC)
68 hysdn_addlog(cnf->card, "conf channel invalid %d", i);
71 cnf->channel = i & 0xFFFF; /* set new channel number */
75 if (cnf->card->debug_flags & LOG_CNF_DATA)
76 hysdn_addlog(cnf->card, "conf chan=%d %s", cnf
93 struct conf_writedata *cnf; local
243 struct conf_writedata *cnf; local
327 struct conf_writedata *cnf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_cpols.c137 CONF_VALUE *cnf;
143 cnf = sk_CONF_VALUE_value(vals, i);
144 if(cnf->value || !cnf->name ) {
146 X509V3_conf_err(cnf);
149 pstr = cnf->name;
159 X509V3_conf_err(cnf);
166 if(!(pobj = OBJ_txt2obj(cnf->name, 0))) {
168 X509V3_conf_err(cnf);
187 CONF_VALUE *cnf;
[all...]
H A Dv3_akey.c114 CONF_VALUE *cnf; local
124 cnf = sk_CONF_VALUE_value(values, i);
125 if(!strcmp(cnf->name, "keyid")) {
127 if(cnf->value && !strcmp(cnf->value, "always")) keyid = 2;
128 } else if(!strcmp(cnf->name, "issuer")) {
130 if(cnf->value && !strcmp(cnf->value, "always")) issuer = 2;
133 ERR_add_error_data(2, "name=", cnf->name);
H A Dv3_alt.c210 CONF_VALUE *cnf; local
217 cnf = sk_CONF_VALUE_value(nval, i);
218 if(!name_cmp(cnf->name, "issuer") && cnf->value &&
219 !strcmp(cnf->value, "copy")) {
223 if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
275 CONF_VALUE *cnf; local
282 cnf = sk_CONF_VALUE_value(nval, i);
283 if(!name_cmp(cnf->name, "email") && cnf
362 CONF_VALUE *cnf; local
379 v2i_GENERAL_NAME(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf) argument
[all...]
H A Dv3_info.c139 CONF_VALUE *cnf, ctmp;
148 cnf = sk_CONF_VALUE_value(nval, i);
154 ptmp = strchr(cnf->name, ';');
159 objlen = ptmp - cnf->name;
161 ctmp.value = cnf->value;
169 strncpy(objtmp, cnf->name, objlen);
H A Dv3_crld.c108 CONF_VALUE *cnf; local
113 cnf = sk_CONF_VALUE_value(nval, i);
114 if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf))) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_cpols.c139 CONF_VALUE *cnf;
153 cnf = sk_CONF_VALUE_value(vals, i);
154 if(cnf->value || !cnf->name ) {
156 X509V3_conf_err(cnf);
159 pstr = cnf->name;
169 X509V3_conf_err(cnf);
176 if(!(pobj = OBJ_txt2obj(cnf->name, 0))) {
178 X509V3_conf_err(cnf);
198 CONF_VALUE *cnf;
[all...]
H A Dv3_akey.c116 CONF_VALUE *cnf; local
128 cnf = sk_CONF_VALUE_value(values, i);
129 if(!strcmp(cnf->name, "keyid"))
132 if(cnf->value && !strcmp(cnf->value, "always"))
135 else if(!strcmp(cnf->name, "issuer"))
138 if(cnf->value && !strcmp(cnf->value, "always"))
144 ERR_add_error_data(2, "name=", cnf->name);
H A Dv3_alt.c241 CONF_VALUE *cnf; local
248 cnf = sk_CONF_VALUE_value(nval, i);
249 if(!name_cmp(cnf->name, "issuer") && cnf->value &&
250 !strcmp(cnf->value, "copy")) {
254 if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
306 CONF_VALUE *cnf; local
313 cnf = sk_CONF_VALUE_value(nval, i);
314 if(!name_cmp(cnf->name, "email") && cnf
394 CONF_VALUE *cnf; local
411 v2i_GENERAL_NAME(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf) argument
417 v2i_GENERAL_NAME_ex(GENERAL_NAME *out, X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) argument
[all...]
H A Dv3_pci.c230 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); local
231 if (!cnf->name || (*cnf->name != '@' && !cnf->value))
234 X509V3_conf_err(cnf);
237 if (*cnf->name == '@')
242 sect = X509V3_get_section(ctx, cnf->name + 1);
246 X509V3_conf_err(cnf);
261 if (!process_pci_value(cnf,
264 X509V3_conf_err(cnf);
[all...]
H A Dv3_info.c139 CONF_VALUE *cnf, ctmp;
148 cnf = sk_CONF_VALUE_value(nval, i);
154 ptmp = strchr(cnf->name, ';');
159 objlen = ptmp - cnf->name;
161 ctmp.value = cnf->value;
168 strncpy(objtmp, cnf->name, objlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_cnf.c95 static int int_engine_configure(char *name, char *value, const CONF *cnf) argument
109 ecmds = NCONF_get_section(cnf, value);
163 if (!NCONF_get_number_e(cnf, value, "init", &do_init))
199 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) argument
209 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
220 if (!int_engine_configure(cval->name, cval->value, cnf))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cnf.c92 static int int_engine_configure(char *name, char *value, const CONF *cnf) argument
106 ecmds = NCONF_get_section(cnf, value);
160 if (!NCONF_get_number_e(cnf, value, "init", &do_init))
196 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) argument
206 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
217 if (!int_engine_configure(cval->name, cval->value, cnf))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dasn_moid.c68 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) argument
75 if(!(sktmp = NCONF_get_section(cnf, oid_section)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestgen32 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf $req_new -out testreq.pem
38 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf -verify -in testreq.pem -noout
H A Dtestgen.com40 $ mcr 'exe_dir'openssl req -config test.cnf 'req_new' -out testreq.pem
47 $ mcr 'exe_dir'openssl req -config test.cnf -verify -in testreq.pem -noout
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestgen32 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf $req_new -out testreq.pem
38 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf -verify -in testreq.pem -noout
H A Dtestgen.com40 $ mcr 'exe_dir'openssl req -config test.cnf 'req_new' -out testreq.pem
47 $ mcr 'exe_dir'openssl req -config test.cnf -verify -in testreq.pem -noout
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_mod.c112 static int module_run(const CONF *cnf, char *name, char *value,
118 const CONF *cnf);
119 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
124 int CONF_modules_load(const CONF *cnf, const char *appname, argument
133 if (!cnf)
139 vsection = NCONF_get_string(cnf, NULL, appname);
147 values = NCONF_get_section(cnf, vsection);
155 ret = module_run(cnf, vl->name, vl->value, flags);
205 static int module_run(const CONF *cnf, char *name, char *value, argument
215 md = module_load_dso(cnf, nam
244 module_load_dso(const CONF *cnf, char *name, char *value, unsigned long flags) argument
346 module_init(CONF_MODULE *pmod, char *name, char *value, const CONF *cnf) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_mod.c112 static int module_run(const CONF *cnf, char *name, char *value,
118 const CONF *cnf);
119 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
124 int CONF_modules_load(const CONF *cnf, const char *appname, argument
133 if (!cnf)
139 vsection = NCONF_get_string(cnf, NULL, appname);
147 values = NCONF_get_section(cnf, vsection);
155 ret = module_run(cnf, vl->name, vl->value, flags);
205 static int module_run(const CONF *cnf, char *name, char *value, argument
215 md = module_load_dso(cnf, nam
244 module_load_dso(const CONF *cnf, char *name, char *value, unsigned long flags) argument
346 module_init(CONF_MODULE *pmod, char *name, char *value, const CONF *cnf) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinetdevice.h42 struct ipv4_devconf cnf; member in struct:in_device
46 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[NET_IPV4_CONF_ ## attr - 1])
52 return in_dev->cnf.data[index];
59 set_bit(index, in_dev->cnf.state);
60 in_dev->cnf.data[index] = val;
65 bitmap_fill(in_dev->cnf.state, __NET_IPV4_CONF_MAX - 1);
82 IPV4_DEVCONF((in_dev)->cnf, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/wanrouter/
H A Dwanmain.c465 wanif_conf_t *cnf; local
475 cnf = kmalloc(sizeof(wanif_conf_t), GFP_KERNEL);
476 if (!cnf)
480 if (copy_from_user(cnf, u_conf, sizeof(wanif_conf_t)))
484 if (cnf->magic != ROUTER_MAGIC)
487 if (cnf->config_id == WANCONFIG_MPPP) {
499 err = wandev->new_if(wandev, (struct net_device *)pppdev, cnf);
512 err = wandev->new_if(wandev, dev, cnf);
562 if (cnf->config_id == WANCONFIG_MPPP)
568 if (cnf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn_moid.c71 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) argument
78 if(!(sktmp = NCONF_get_section(cnf, oid_section)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dasn1pars.c389 CONF *cnf = NULL; local
397 cnf = NCONF_new(NULL);
398 if (!NCONF_load(cnf, genconf, &errline))
401 genstr = NCONF_get_string(cnf, "default", "asn1");
409 atyp = ASN1_generate_nconf(genstr, cnf);
410 NCONF_free(cnf);
439 NCONF_free(cnf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c329 memcpy(&ndev->cnf, &ipv6_devconf_dflt, sizeof(ndev->cnf));
330 ndev->cnf.mtu6 = dev->mtu;
331 ndev->cnf.sysctl = NULL;
378 ndev->cnf.use_tempaddr = -1;
395 addrconf_sysctl_register(ndev, &ndev->cnf);
436 if (idev->cnf.forwarding)
444 if (idev->cnf.forwarding)
462 int changed = (!idev->cnf.forwarding) ^ (!ipv6_devconf.forwarding);
463 idev->cnf
3465 ipv6_store_devconf(struct ipv6_devconf *cnf, __s32 *array, int bytes) argument
[all...]

Completed in 291 milliseconds

1234