Home
last modified time | relevance | path

Searched refs:IKE_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sbin/ipsecctl/
Dike.c66 if (r->ikemode == IKE_DYNAMIC) { in ike_section_general()
102 if (r->ikemode == IKE_DYNAMIC && r->auth->srcid == NULL) { in ike_section_ids()
740 case IKE_DYNAMIC: in ike_connect()
781 case IKE_DYNAMIC: in ike_delete_config()
810 case IKE_DYNAMIC: in ike_delete_config()
Dipsecctl.h85 IKE_ACTIVE, IKE_PASSIVE, IKE_DYNAMIC enumerator
Dparse.y920 | DYNAMIC { $$ = IKE_DYNAMIC; }