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/
H A Dremoteconf.h142 #define REKEY_FORCE 2 macro
H A Dremoteconf.c1017 p->rekey == REKEY_FORCE ? "force" : s_switch (p->rekey)); in dump_rmconf_single()
H A Dhandler.c523 if (iph1->rmconf->rekey == REKEY_FORCE)
H A Dcfparse.y2310 | REKEY REMOTE_FORCE_LEVEL { cur_rmconf->rekey = REKEY_FORCE; } EOS