Home
last modified time | relevance | path

Searched refs:_npf_ruleset_list (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/lib/libnpf/
Dnpf.h167 int _npf_ruleset_list(int, const char *, nl_config_t *);
Dnpf.expsym3 _npf_ruleset_list
Dnpf.c860 _npf_ruleset_list(int fd, const char *rname, nl_config_t *ncf) in _npf_ruleset_list() function
/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_show.c769 if ((error = _npf_ruleset_list(fd, ruleset_name, ncf)) != 0) { in npfctl_ruleset_show()