Home
last modified time | relevance | path

Searched refs:PATH_CONFFILE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/pf/authpf/
H A Dpathnames.h28 #define PATH_CONFFILE "/etc/authpf/authpf.conf" macro
H A Dauthpf.c104 config = fopen(PATH_CONFFILE, "r"); in main()
106 syslog(LOG_ERR, "cannot open %s (%m)", PATH_CONFFILE); in main()
315 syslog(LOG_ERR, "invalid config file %s", PATH_CONFFILE); in main()
365 * reads config file in PATH_CONFFILE to set optional behaviours up
388 PATH_CONFFILE); in read_config()
427 syslog(LOG_ERR, "parse error, line %d of %s", i, PATH_CONFFILE); in read_config()