Searched refs:policy (Results 1 - 25 of 173) sorted by last modified time

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dnetwork.c1060 /* Enable and set the policy to in-band and cross-band
1061 * forwarding policy.
1064 info.policy = atoi(nvram_safe_get("dpsta_policy"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dnss.c248 PRInt32 policy = 0; local
253 SSL_CipherPolicyGet(cipherlist[i].num, &policy);
254 if(policy)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf96 csc policy = disable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dntdomain.h144 struct policy { struct
145 struct policy *next, *prev;
154 struct policy *Policy; /* List of policies. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_lsa_hnd.c44 Initialise a policy handle list on a pipe. Handle list is shared between all
99 find first available policy slot. creates a policy handle for you.
107 struct policy *pol;
115 pol = SMB_MALLOC_P(struct policy);
142 DEBUG(4,("Opened policy hnd[%d] ", (int)p->pipe_handles->count));
149 find policy by handle - internal version.
152 static struct policy *find_policy_by_hnd_internal(pipes_struct *p, POLICY_HND *hnd, void **data_p)
154 struct policy *pol;
162 DEBUG(4,("Found policy hn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex116 \item \verb|rule| --- rule in routing policy database
1169 \item \verb|throw| --- a special control route used together with policy
1172 Without policy routing it is equivalent to the absence of the route in the routing
1200 The multiple routing tables enter the game when {\em policy routing\/}
1430 Backward translation is setup with policy rules described
1778 If policy routing is used, it may be a different route.
1884 \section{{\tt ip rule} --- routing policy database management}
1889 \paragraph{Object:} \verb|rule|s in the routing policy database control
1900 This task is called ``policy routing''.
1903 ``policy routin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/libiptc/
H A Dlibip6tc.h51 /* Get the policy of a given built-in chain */
116 /* Sets the policy on a built-in chain. */
118 const ip6t_chainlabel policy,
H A Dlibiptc.h59 /* Get the policy of a given built-in chain */
125 /* Sets the policy on a built-in chain. */
127 const ipt_chainlabel policy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dxfrm.h30 /* Selector, used as selector both on policy rules (SPD) and SAs. */
226 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
240 struct xfrm_userpolicy_info policy; member in struct:xfrm_user_acquire
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dxfrm_monitor.c69 family = xacq->policy.sel.family;
87 xfrm_policy_info_print(&xacq->policy, tb, fp, " ", " policy ");
136 fprintf(fp, "Flushed policy\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dchap_ms.c886 set_mppe_enc_types(int policy, int types) argument
889 if (policy != MPPE_ENC_POL_ENC_ALLOWED ||
890 policy != MPPE_ENC_POL_ENC_REQUIRED)
894 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A DCA.com148 $ CA -policy policy_anything -infiles newreq.pem
157 $ CA -policy policy_anything -out newcert.pem -infiles newreq.pem
171 $ CA -policy policy_anything -out newcert.pem -infiles tmp.pem
H A DCA.sh95 $CA -policy policy_anything -infiles newreq.pem
99 $CA -policy policy_anything -out newcert.pem -infiles newreq.pem
107 $CA -policy policy_anything -out newcert.pem -infiles tmp.pem
H A Dca.c127 #define ENV_POLICY "policy"
158 " -policy arg - The CA 'policy' to support\n",
194 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,CA_DB *db,
200 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,
207 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,
215 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,
258 char *policy=NULL; local
373 else if (strcmp(*argv,"-policy") == 0)
376 policy
1503 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
1565 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1619 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
2164 certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dlibip6tc.h51 /* Get the policy of a given built-in chain */
122 /* Sets the policy on a built-in chain. */
124 const ip6t_chainlabel policy,
H A Dlibiptc.h55 /* Get the policy of a given built-in chain */
127 /* Sets the policy on a built-in chain. */
129 const ipt_chainlabel policy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-restore.c240 char *policy, *chain; local
276 policy = strtok(NULL, " \t\n");
277 DEBUGP("line %u, policy '%s'\n", line, policy);
278 if (!policy) {
280 "%s: line %u policy invalid\n",
286 if (strcmp(policy, "-") != 0) {
295 "invalid policy counters "
303 DEBUGP("Setting policy of chain %s to %s\n",
304 chain, policy);
[all...]
H A Dip6tables.c107 {.name = "policy", .has_arg = 1, .val = 'P'},
246 " --policy -P chain target\n"
247 " Change policy on chain to target\n"
478 printf(" (policy %s", pol);
1342 const char *policy = NULL, *newname = NULL; local
1517 policy = argv[optind++];
1520 "-%c requires a chain and a policy",
1941 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle);
H A Diptables-restore.c246 char *policy, *chain; local
281 policy = strtok(NULL, " \t\n");
282 DEBUGP("line %u, policy '%s'\n", line, policy);
283 if (!policy) {
285 "%s: line %u policy invalid\n",
290 if (strcmp(policy, "-") != 0) {
299 "invalid policy counters "
307 DEBUGP("Setting policy of chain %s to %s\n",
308 chain, policy);
[all...]
H A Diptables-xml.c92 char *policy; member in struct:chain
236 openChain(char *chain, char *policy, struct ipt_counters *ctr, char close) argument
245 if (strcmp(policy, "-") != 0)
246 xmlAttrS("policy", policy);
281 openChain(chains[c].chain, chains[c].policy,
290 saveChain(char *chain, char *policy, struct ipt_counters *ctr) argument
299 chains[nextChain].policy = strdup(policy);
312 openChain(chains[c].chain, chains[c].policy,
696 char *policy, *chain; local
[all...]
H A Diptables.c105 {.name = "policy", .has_arg = 1, .val = 'P'},
259 " --policy -P chain target\n"
260 " Change policy on chain to target\n"
483 printf(" (policy %s", pol);
1372 const char *policy = NULL, *newname = NULL; local
1547 policy = argv[optind++];
1550 "-%c requires a chain and a policy",
1749 ((policy != NULL && strcmp(policy, "DROP") == 0) ||
1974 ret = iptc_set_policy(chain, policy, c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c812 /* Delete policy rule of previous chain, since cache doesn't contain
813 * chain policy rules.
821 /* policy rule is last rule */
945 /* Last entry ("policy rule"). End it.*/
1183 /* set policy-counters */
1516 /* Empty chain: single return/policy rule */
1638 /* Get the policy of a given built-in chain */
2404 /* Sets the policy on a built-in chain. */
2407 const IPT_CHAINLABEL policy,
2422 DEBUGP("cannot set policy o
2406 TC_SET_POLICY(const IPT_CHAINLABEL chain, const IPT_CHAINLABEL policy, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq.c49 * - Any routine that wants to read from the policy structure will
51 * - Any routine that will write to the policy structure and/or may take away
52 * the policy altogether (eg. CPU hotplug), will hold this lock in write
103 static int __cpufreq_governor(struct cpufreq_policy *policy, unsigned int event);
108 * Two notifier lists: the "policy" list is involved in the
109 * validation process for a new CPU frequency policy; the
189 * loading of a cpufreq driver, temporarily disabled when a new policy
316 struct cpufreq_policy *policy; local
324 policy = cpufreq_cpu_data[freqs->cpu];
333 if ((policy)
377 cpufreq_parse_governor(char *str_governor, unsigned int *policy, struct cpufreq_governor **governor) argument
489 show_cpuinfo_cur_freq(struct cpufreq_policy * policy, char *buf) argument
502 show_scaling_governor(struct cpufreq_policy * policy, char *buf) argument
518 store_scaling_governor(struct cpufreq_policy * policy, const char *buf, size_t count) argument
553 show_scaling_driver(struct cpufreq_policy * policy, char *buf) argument
561 show_scaling_available_governors(struct cpufreq_policy *policy, char *buf) argument
584 show_affected_cpus(struct cpufreq_policy * policy, char *buf) argument
641 struct cpufreq_policy * policy = to_policy(kobj); local
665 struct cpufreq_policy * policy = to_policy(kobj); local
688 struct cpufreq_policy * policy = to_policy(kobj); local
715 struct cpufreq_policy *policy; local
1038 struct cpufreq_policy *policy = local
1079 struct cpufreq_policy *policy = cpufreq_cpu_get(cpu); local
1099 struct cpufreq_policy *policy = cpufreq_cpu_data[cpu]; local
1129 struct cpufreq_policy *policy = cpufreq_cpu_get(cpu); local
1395 __cpufreq_driver_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
1410 cpufreq_driver_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
1432 __cpufreq_driver_getavg(struct cpufreq_policy *policy) argument
1452 __cpufreq_governor(struct cpufreq_policy *policy, unsigned int event) argument
1520 cpufreq_get_policy(struct cpufreq_policy *policy, unsigned int cpu) argument
1542 __cpufreq_set_policy(struct cpufreq_policy *data, struct cpufreq_policy *policy) argument
1638 struct cpufreq_policy policy; local
1682 struct cpufreq_policy *policy; local
[all...]
H A Dcpufreq_conservative.c75 static unsigned int dbs_enable; /* number of CPUs using this policy */
120 static ssize_t show_sampling_rate_max(struct cpufreq_policy *policy, char *buf) argument
125 static ssize_t show_sampling_rate_min(struct cpufreq_policy *policy, char *buf) argument
224 static ssize_t store_ignore_nice_load(struct cpufreq_policy *policy, argument
258 static ssize_t store_freq_step(struct cpufreq_policy *policy, argument
318 struct cpufreq_policy *policy; local
323 policy = this_dbs_info->cur_policy;
362 if (this_dbs_info->requested_freq == policy->max)
365 freq_step = (dbs_tuners_ins.freq_step * policy->max) / 100;
372 if (this_dbs_info->requested_freq > policy
453 cpufreq_governor_dbs(struct cpufreq_policy *policy, unsigned int event) argument
[all...]
H A Dcpufreq_ondemand.c72 static unsigned int dbs_enable; /* number of CPUs using this policy */
115 static unsigned int powersave_bias_target(struct cpufreq_policy *policy, argument
123 struct cpu_dbs_info_s *dbs_info = &per_cpu(cpu_dbs_info, policy->cpu);
131 cpufreq_frequency_table_target(policy, dbs_info->freq_table, freq_next,
139 cpufreq_frequency_table_target(policy, dbs_info->freq_table, freq_avg,
143 cpufreq_frequency_table_target(policy, dbs_info->freq_table, freq_avg,
175 static ssize_t show_sampling_rate_max(struct cpufreq_policy *policy, char *buf) argument
180 static ssize_t show_sampling_rate_min(struct cpufreq_policy *policy, char *buf) argument
244 static ssize_t store_ignore_nice_load(struct cpufreq_policy *policy, argument
331 struct cpufreq_policy *policy; local
484 cpufreq_governor_dbs(struct cpufreq_policy *policy, unsigned int event) argument
[all...]

Completed in 180 milliseconds

1234567