Searched refs:policy (Results 151 - 175 of 345) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/samples/
H A Dsandiego.pl15 # sample policy setting for setkey(8):
138 policy $me $you any inout ipsec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_passdb.c324 SAM_UNK_INFO_12 *policy)
332 SAM_UNK_INFO_1 *policy)
339 if ((policy = TALLOC_ZERO_P(mem_ctx, SAM_UNK_INFO_1)) == NULL) {
371 init_unk_info1(policy, (uint16)min_pass_len, (uint16)pass_hist,
322 lockout_policy(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, SAM_UNK_INFO_12 *policy) argument
330 password_policy(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, SAM_UNK_INFO_1 *policy) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dpcy_int.h69 * X509_POLICY_NODE contains that. This means that the main policy data can
84 * This flag indicates the structure has been mapped using a policy mapping
85 * extension. If policy mapping is not active its references get deleted.
91 * This flag indicates the data doesn't correspond to a policy in Certificate
92 * Policies: it has been mapped to any policy.
118 /* other policy data */
168 * Extra policy data when additional nodes (not from the certificate) are
172 /* This is the authority constained policy set */
188 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *id,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/linux/netfilter/
H A Dnfnetlink.h67 const struct nla_policy *policy; /* netlink attribute policy */ member in struct:nfnl_callback
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/include/linux/netfilter/
H A Dnfnetlink.h69 const struct nla_policy *policy; /* netlink attribute policy */ member in struct:nfnl_callback
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/include/linux/netfilter/
H A Dnfnetlink.h68 const struct nla_policy *policy; /* netlink attribute policy */ member in struct:nfnl_callback
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_int.h70 * data: X509_POLICY_NODE contains that. This means that the main policy data
85 /* This flag indicates the structure has been mapped using a policy mapping
86 * extension. If policy mapping is not active its references get deleted.
91 /* This flag indicates the data doesn't correspond to a policy in Certificate
92 * Policies: it has been mapped to any policy.
114 * cross reference the policy it refers to.
128 /* other policy data */
176 /* Extra policy data when additional nodes (not from the certificate)
180 /* This is the authority constained policy set */
196 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, ASN1_OBJEC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dpcy_int.h69 * X509_POLICY_NODE contains that. This means that the main policy data can
84 * This flag indicates the structure has been mapped using a policy mapping
85 * extension. If policy mapping is not active its references get deleted.
91 * This flag indicates the data doesn't correspond to a policy in Certificate
92 * Policies: it has been mapped to any policy.
118 /* other policy data */
168 * Extra policy data when additional nodes (not from the certificate) are
172 /* This is the authority constained policy set */
188 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *id,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Drtnetlink.h31 * @policy: Netlink policy for device specific attribute validation
54 const struct nla_policy *policy; member in struct:rtnl_link_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnfnetlink.h62 const struct nla_policy *policy; /* netlink attribute policy */ member in struct:nfnl_callback
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Diproc_cru.c210 unsigned policy, fid, i ; local
214 * 16..18 policy2, 24..26 policy 3
220 /* bit 20 arm policy mask, bit 21 apb0 policy mask */
226 /* TBD: Where to get hardware policy setting ? */
227 policy = 0 ;
229 /* Check for PLL policy software override */
232 policy = reg & 0xf ;
234 fid = (reg_f >> (8 * policy)) & 0xf;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dpolicy.h1 /* $KAME: policy.h,v 1.18 2001/10/02 04:10:17 sakane Exp $ */
58 u_int policy; /* DISCARD, NONE or IPSEC, see keyv2.h */ member in struct:secpolicy
61 /* if policy == IPSEC else this value == NULL.*/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dbus.c33 #include "policy.h"
63 BusPolicy *policy; member in struct:BusContext
524 if (context->policy)
525 bus_policy_unref (context->policy);
526 context->policy = bus_config_parser_steal_policy (parser);
527 _dbus_assert (context->policy != NULL);
1079 if (context->policy)
1081 bus_policy_unref (context->policy);
1082 context->policy = NULL;
1181 return bus_policy_allow_unix_user (context->policy,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_utils.c120 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) argument
124 if (a->policy_id == policy)
126 new_policy = OBJ_dup(policy);
H A Dts_conf.c307 const char *policy, TS_RESP_CTX *ctx)
311 if (!policy)
312 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY);
313 if (!policy) {
317 if (!(policy_obj = OBJ_txt2obj(policy, 0))) {
337 /* If no other policy is specified, that's fine. */
306 TS_CONF_set_def_policy(CONF *conf, const char *section, const char *policy, TS_RESP_CTX *ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_utils.c120 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) argument
124 if (a->policy_id == policy)
126 new_policy = OBJ_dup(policy);
H A Dts_conf.c307 const char *policy, TS_RESP_CTX *ctx)
311 if (!policy)
312 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY);
313 if (!policy) {
317 if (!(policy_obj = OBJ_txt2obj(policy, 0))) {
337 /* If no other policy is specified, that's fine. */
306 TS_CONF_set_def_policy(CONF *conf, const char *section, const char *policy, TS_RESP_CTX *ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dmemory.c32 /* Memory allocated for policy. */
34 /* Quota for holding policy. */
213 /* Load built-in policy. */
238 const unsigned int policy local
250 tomoyo_io_printf(head, "Policy: %10u%s\n", policy,
260 tomoyo_io_printf(head, "Total: %10u\n", policy + query);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpfkey.c862 pfkey_send_spdadd(so, src, prefs, dst, prefd, proto, policy, policylen, seq)
866 caddr_t policy;
875 policy, policylen, seq)) < 0)
889 policy, policylen, seq)
894 caddr_t policy;
903 policy, policylen, seq)) < 0)
916 pfkey_send_spdupdate(so, src, prefs, dst, prefd, proto, policy, policylen, seq)
920 caddr_t policy;
929 policy, policylen, seq)) < 0)
943 policy, policyle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dlonghaul.c632 static int longhaul_verify(struct cpufreq_policy *policy) argument
634 return cpufreq_frequency_table_verify(policy, longhaul_table);
638 static int longhaul_target(struct cpufreq_policy *policy, argument
646 if (cpufreq_frequency_table_target(policy, longhaul_table, target_freq,
787 static int __cpuinit longhaul_cpu_init(struct cpufreq_policy *policy) argument
925 policy->cpuinfo.transition_latency = 200000; /* nsec */
926 policy->cur = calc_speed(longhaul_get_cpu_mult());
928 ret = cpufreq_frequency_table_cpuinfo(policy, longhaul_table);
932 cpufreq_frequency_table_get_attr(longhaul_table, policy->cpu);
937 static int __devexit longhaul_cpu_exit(struct cpufreq_policy *policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dpcmplc.c1405 int policy ; local
1409 policy = smc->mib.fddiSMTConnectionPolicy ;
1415 ((policy & POLICY_AA) && ne == TA) ||
1416 ((policy & POLICY_AB) && ne == TB) ||
1417 ((policy & POLICY_AS) && ne == TS) ||
1418 ((policy & POLICY_AM) && ne == TM) )
1423 ((policy & POLICY_BA) && ne == TA) ||
1424 ((policy & POLICY_BB) && ne == TB) ||
1425 ((policy & POLICY_BS) && ne == TS) ||
1426 ((policy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c61 /* policy for the attributes */
161 /* policy for the attributes */
5059 .policy = nl80211_policy,
5065 .policy = nl80211_policy,
5072 .policy = nl80211_policy,
5078 .policy = nl80211_policy,
5084 .policy = nl80211_policy,
5090 .policy = nl80211_policy,
5096 .policy = nl80211_policy,
5102 .policy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dread_config_yy.y1657 if (strcmp(helper->policy[i].name,
1666 "Unknown policy `%s' in helper "
1670 /* FIXME: First set default policy, then change only
1673 memcpy(&helper->policy[i], pol,
1681 "Unexpected symbol parsing helper policy");
1721 struct ctd_helper_policy *policy;
1726 "Helper policy configuration empty, fix your "
1732 policy = (struct ctd_helper_policy *) &e->data;
1733 strncpy(policy->name, $2, CTD_HELPER_NAME_LEN);
1734 policy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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,

Completed in 383 milliseconds

1234567891011>>