Home
last modified time | relevance | path

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

/openbsd/sbin/isakmpd/
H A Dconf.h87 extern char *conf_path;
H A Dconf.c85 char *conf_path = CONFIG_FILE; variable
616 fd = monitor_open(conf_path, O_RDONLY, 0); in conf_reinit()
617 if (fd == -1 || check_file_secrecy_fd(fd, conf_path, &sz) == -1) { in conf_reinit()
620 "failed", conf_path); in conf_reinit()
H A Disakmpd.c146 conf_path = optarg; in parse_args()