Lines Matching refs:lcconf
298 lcconf->uid = pw->pw_uid;
301 | USER NUMBER { lcconf->uid = $2; } EOS
310 lcconf->gid = gr->gr_gid;
313 | GROUP NUMBER { lcconf->gid = $2; } EOS
314 | CHROOT QUOTEDSTRING { lcconf->chroot = $2->v; } EOS
327 if (lcconf->pathinfo[$2])
328 racoon_free(lcconf->pathinfo[$2]);
331 lcconf->pathinfo[$2] = racoon_strdup($3->v);
332 STRDUP_FATAL(lcconf->pathinfo[$2]);
340 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS
365 lcconf->gss_id_enc = $2;
383 lcconf->ident[$1] = $2;
384 if (lcconf->ident[$1] == NULL) {
428 : PAD_RANDOMIZE SWITCH { lcconf->pad_random = $2; } EOS
429 | PAD_RANDOMIZELEN SWITCH { lcconf->pad_randomlen = $2; } EOS
430 | PAD_MAXLEN NUMBER { lcconf->pad_maxsize = $2; } EOS
431 | PAD_STRICT SWITCH { lcconf->pad_strict = $2; } EOS
432 | PAD_EXCLTAIL SWITCH { lcconf->pad_excltail = $2; } EOS
490 | STRICT_ADDRESS { lcconf->strict_address = TRUE; } EOS
1085 lcconf->retry_counter = $2;
1090 lcconf->retry_interval = $2 * $3;
1095 lcconf->count_persend = $2;
1100 lcconf->retry_checkph1 = $2 * $3;
1105 lcconf->wait_ph2complete = $2 * $3;
1112 lcconf->natt_ka_interval = $2 * $3;
2452 insmyaddr(p, &lcconf->myaddrs); in listen_addr()
2454 lcconf->autograbaddr = 0; in listen_addr()
2484 if (yycf_switch_buffer(lcconf->racoon_conf) != 0) { in cfparse()
2487 lcconf->racoon_conf); in cfparse()