Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.c427 npfctl_parse_file(conf); 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.h116 void npfctl_parse_file(const char *);
H A Dnpf_scan.l50 npfctl_parse_file(const char *name) in npfctl_parse_file() function