HomeSort by: relevance | last modified time | path
    Searched defs:check_level (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
handler.c 1206 int found, check_level; local
1252 * we'll set check_level to EXACT if we don't have a ph1
1262 check_level = iph1->rmconf->pcheck_level;
1268 check_level = PROP_CHECK_EXACT;
1271 switch (check_level) {
1347 switch (check_level){
1369 "unexpected check_level\n");
isakmp_quick.c 2524 int check_level;
2537 check_level = iph1->rmconf->pcheck_level;
2545 check_level = PROP_CHECK_EXACT;
2548 switch (check_level) {
2523 int check_level; local

Completed in 17 milliseconds