Searched refs:lifetime (Results 1 - 25 of 82) sorted by last modified time

1234

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.h108 * lifetime handler.
109 * the policy can be used without limitiation if both lifetime and
111 * "lifetime" is passed by sadb_lifetime.sadb_lifetime_addtime.
116 long lifetime; /* duration of the lifetime of this policy */ member in struct:secpolicy
145 long created; /* for lifetime */
146 int count; /* for lifetime */
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dvpn_control.h218 u_int32_t lifetime; /* seconds */ member in struct:vpnctl_cmd_start_ph2
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dipsec_manager.c233 case VPNCTL_NTYPE_NOTIFY_SA_LIFETIME: return "Notify SA lifetime";
3201 cmd_start_ph2->lifetime = htonl(3600);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dvpn.c330 new_sainfo->lifetime = ntohl(pkt->lifetime);
H A Dvpn_control.h231 u_int32_t lifetime; /* seconds */ member in struct:vpnctl_cmd_start_ph2
H A Dipsec_doi.c333 plog(ASL_LEVEL_DEBUG, "(lifetime = %ld:%ld)\n",
334 (long)s->lifetime, (long)tsap->lifetime);
379 if ((tsap->lifetime > s->lifetime) ||
386 if (tsap->lifetime < s->lifetime)
387 s->lifetime = tsap->lifetime;
394 if ((tsap->lifetime !
2672 u_int32_t lifetime = htonl((u_int32_t)sa->lifetime); local
[all...]
H A Dcfparse.y1183 cur_sainfo->lifetime = $3 * $4;
1189 racoon_yyerror("byte lifetime support is deprecated");
1331 prspec->lifetime = cur_rmconf->inherited_from->proposal->lifetime;
1356 prspec->lifetime = oakley_get_defaultlifetime();
1727 cur_rmconf->prhead->lifetime = $3 * $4;
1734 racoon_yyerror("byte lifetime support is deprecated in Phase 1");
1737 racoon_yywarn("the lifetime of bytes in phase 1 "
1865 cur_rmconf->prhead->spspec->lifetime = $3 * $4;
1871 racoon_yyerror("byte lifetime suppor
[all...]
H A Dcftoken.l277 <S_SAINFS>lifetime { YYD; return(LIFETIME); }
363 <S_RMTS>lifetime { YYD; return(LIFETIME); }
382 <S_RMTP>lifetime { YYD; return(LIFETIME); }
H A Disakmp.c1161 iph1->sce = sched_new(iph1->approval->lifetime,
1175 iph1->approval->lifetime);
1181 /* iph1->approval->lifetime is too small (e.g. 1) so why bother?
1185 "failed to get rekey timer - lifetime is too small... probably.\n");
H A Dpfkey_racoon.c1202 0, lifebyte, iph2->approval->lifetime, 0,
1222 0, lifebyte, iph2->approval->lifetime, 0,
1386 iph2->sce = sched_new(iph2->approval->lifetime,
1518 0, lifebyte, iph2->approval->lifetime, 0,
1543 0, lifebyte, iph2->approval->lifetime, 0,
2217 ltime = iph2->approval->lifetime;
2318 ltime = iph2->approval->lifetime;
H A Dproposal.c279 /* see proposal.h about lifetime/key length and PFS selection. */
281 /* check time/bytes lifetime and PFS */
284 newpp->lifetime = pp1->lifetime;
290 if (pp1->lifetime > pp2->lifetime) {
292 "long lifetime proposed: "
294 (int)pp2->lifetime, (int)pp1->lifetime);
304 newpp->lifetime
[all...]
H A Dproposal.h58 time_t lifetime; // For IKEv2 - only used to set lifetime in kernel member in struct:saprop
59 int lifebyte; // For IKEv2 - only used to set lifetime in kernel
166 * case of lifetime.
H A Dremoteconf.c714 (long)prop->lifetime);
H A Dremoteconf.h51 time_t lifetime; /* for isakmp/ipsec */ member in struct:proposalspec
63 time_t lifetime; /* for isakmp */ member in struct:secprotospec
184 time_t lifetime; member in struct:isakmpsa
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/cf/
H A Ditem.c549 itemToGSSCred(GSSItemRef item, OM_uint32 *lifetime, CFErrorRef *error) argument
559 if (gsscred && lifetime)
560 (void)gss_inquire_cred(&min_stat, gsscred, NULL, lifetime, NULL, NULL);
588 GSS_C_INITIATE, &gsscred, NULL, lifetime);
965 OM_uint32 maj_stat, junk, lifetime = 0; local
966 gss_cred_id_t gsscred = itemToGSSCred(item, &lifetime, NULL);
992 if (lifetime)
993 date = CFDateCreate(NULL, time(NULL) - TimeIntervalSince1970 + lifetime);
H A Dcredential.c620 * Return the lifetime (in seconds) left of the credential.
624 * @returns the lifetime of the credentials. 0 on failure and
634 OM_uint32 lifetime; local
636 maj_stat = gss_inquire_cred(&min_stat, cred, NULL, &lifetime, NULL, NULL);
640 return lifetime;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhttp_negotiate_sspi.c93 TimeStamp lifetime; local
171 &lifetime);
223 &lifetime);
/macosx-10.10.1/xnu-2782.1.97/bsd/netkey/
H A Dkey.c167 static int key_blockacq_lifetime = 20; /* lifetime for blocking SADB_ACQUIRE.*/
294 /* lifetime for larval SA; thread safe due to > compare */
302 /* lifetime for blocking to send SADB_ACQUIRE to IKEd: Thread safe, > compare */
1172 * suitable candidate and the lifetime of the SA is not
2110 * <base, address(SD), (lifetime(H),) policy>
2114 * <base, address(SD), (lifetime(H),) policy>
2380 newsp->lifetime = lft ? lft->sadb_lifetime_addtime : 0;
3287 * <base, address(SD), lifetime(CH), policy>
3316 /* create lifetime extension (current and hard) */
3338 lt->sadb_lifetime_addtime = sp->lifetime;
[all...]
/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Daf_inet6.c239 struct in6_addrlifetime lifetime; local
262 memset(&lifetime, 0, sizeof(lifetime));
269 lifetime = ifr6.ifr_ifru.ifru_lifetime;
352 if (ip6lifetime && (lifetime.ia6t_preferred || lifetime.ia6t_expire)) {
354 if (lifetime.ia6t_preferred) {
355 printf("%s ", lifetime.ia6t_preferred < t
356 ? "0" : sec2str(lifetime.ia6t_preferred - t));
361 if (lifetime
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DHeaderFilter.pm76 lifetime.
89 initisalisation tasks. It's called once in the filter lifetime.
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c456 snprintf(text, sizeof(text), "lifetime time %d sec;\n", lval);
1142 lifetime is OPTIONAL
1148 snprintf(text, sizeof(text), "lifetime time %d sec;\n", lval);
2680 CFNumberRef src_port_num, dst_port_num, dst_port1_num, proto_num, natt_multiuser_mode = NULL, dhgroup, lifetime; local
2729 lifetime = CFNumberCreate(0, kCFNumberIntType, &val);
2735 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2744 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2753 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2762 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2771 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2867 CFNumberRef src_port_num, dst_port_num, dst_port1_num, proto_num, natt_multiuser_mode = NULL, cfone = NULL, cfzero = NULL, dhgroup, lifetime, dpd_delay; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dcache.c1226 time_t lifetime; local
1242 (krb5_cc_get_lifetime(context, cache, &lifetime) != 0 || lifetime == 0)) {
1737 * Get the aproximate lifetime of credential cache
1743 * @param t the relative lifetime of cache.
1783 * If there was no krbtgt, use the shortest lifetime of
/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/
H A DPluginProcess.cpp224 void PluginProcess::setMinimumLifetime(double lifetime) argument
226 if (lifetime <= 0.0)
231 m_minimumLifetimeTimer.startOneShot(lifetime);
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkinit.c73 char *lifetime = NULL; variable
137 { "lifetime", 'l', arg_string, &lifetime,
138 NP_("lifetime of tickets", ""), "time" },
150 NP_("renewable lifetime of tickets", ""), "time" },
933 if (lifetime) {
934 int tmp = parse_time (lifetime, "s");
936 errx (1, N_("unparsable time: %s", ""), lifetime);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dgs2.c127 OM_uint32 lifetime; member in struct:context
390 &text->lifetime);
418 &text->lifetime,
799 &text->lifetime);
826 &text->lifetime,
1603 &text->lifetime);
1659 &text->lifetime);
1691 &text->lifetime);

Completed in 317 milliseconds

1234