Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dremoteconf.h113 int match_empty_cr; /* does this match if CR is empty */ member
Dremoteconf.c281 if (!rmconf->match_empty_cr){
523 new->match_empty_cr = FALSE; in newrmconf()
1040 s_switch (p->match_empty_cr)); in dump_rmconf_single()
Dcfparse.y1922 | MATCH_EMPTY_CR SWITCH { cur_rmconf->match_empty_cr = $2; } EOS