Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.c412 conf = NPF_CONF_PATH; in npfctl_debug()
475 npfctl_parse_file(argc < 3 ? NPF_CONF_PATH : argv[2]); in npfctl()
532 npfctl_parse_file(argc > 2 ? argv[2] : NPF_CONF_PATH); in npfctl()
H A Dnpfctl.h48 #define NPF_CONF_PATH "/etc/npf.conf" macro