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

/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 */
/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...]

Completed in 34 milliseconds