Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h142 #define REKEY_FORCE 2 macro
Dremoteconf.c998 p->rekey == REKEY_FORCE ? "force" : s_switch (p->rekey)); in dump_rmconf_single()
Dhandler.c509 if (iph1->rmconf->rekey == REKEY_FORCE) in ph1_rekey_enabled()
Dcfparse.y2320 | REKEY REMOTE_FORCE_LEVEL { cur_rmconf->rekey = REKEY_FORCE; } EOS