Searched refs:lifetime (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h95 * lifetime handler.
96 * the policy can be used without limitiation if both lifetime and
98 * "lifetime" is passed by sadb_lifetime.sadb_lifetime_addtime.
103 long lifetime; /* duration of the lifetime of this policy */ member in struct:secpolicy
132 long created; /* for lifetime */
133 int count; /* for lifetime */
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c173 static int key_blockacq_lifetime = 20; /* lifetime for blocking SADB_ACQUIRE.*/
290 /* lifetime for larval SA; thread safe due to > compare */
298 /* lifetime for blocking to send SADB_ACQUIRE to IKEd: Thread safe, > compare */
1012 * suitable candidate and the lifetime of the SA is not
2071 * <base, address(SD), (lifetime(H),) policy>
2075 * <base, address(SD), (lifetime(H),) policy>
2251 newsp->lifetime = lft ? lft->sadb_lifetime_addtime : 0;
2934 * <base, address(SD), lifetime(CH), policy>
2963 /* create lifetime extension (current and hard) */
2985 lt->sadb_lifetime_addtime = sp->lifetime;
[all...]

Completed in 74 milliseconds