Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h112 int send_cr; /* send to CR or not */ member
Dremoteconf.c504 new->send_cr = TRUE; in newrmconf()
1002 s_switch (p->send_cr)); in dump_rmconf_single()
Dcfparse.y2119 | SEND_CR SWITCH { cur_rmconf->send_cr = $2; } EOS
2423 cur_rmconf->send_cr = FALSE;
Doakley.c2201 if (rmconf->send_cr == FALSE) in oakley_append_rmconf_cr()