Home
last modified time | relevance | path

Searched refs:SA_FLAG_STAYALIVE (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sbin/isakmpd/
Dsa.h223 #define SA_FLAG_STAYALIVE 0x02 macro
Dsa.c1223 if ((sa->flags & (SA_FLAG_STAYALIVE | SA_FLAG_REPLACED)) == in sa_soft_expire()
1224 SA_FLAG_STAYALIVE) in sa_soft_expire()
1243 if ((sa->flags & (SA_FLAG_STAYALIVE | SA_FLAG_REPLACED)) == in sa_hard_expire()
1244 SA_FLAG_STAYALIVE) in sa_hard_expire()
Dexchange.c838 msg->isakmp_sa->flags |= SA_FLAG_STAYALIVE; in exchange_establish_p1()
1379 sa->flags |= SA_FLAG_STAYALIVE; in exchange_finalize()
1387 SA_FLAG_STAYALIVE; in exchange_finalize()
Dpf_key_v2.c2145 sa->flags |= SA_FLAG_STAYALIVE; in pf_key_v2_stayalive()