Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h578 int pfctl_get_rulesets(struct pfctl_handle *h, const char *path, uint32_t *nr);
H A Dlibpfctl.c3364 pfctl_get_rulesets(struct pfctl_handle *h, const char *path, uint32_t *nr) in pfctl_get_rulesets() function
/freebsd/sbin/pfctl/
H A Dpfctl.c1652 if ((ret = pfctl_get_rulesets(pfh, npath, &mnr)) != 0) in pfctl_show_rules()
1873 if ((ret = pfctl_get_rulesets(pfh, npath, &mnr)) != 0) { in pfctl_show_nat()
3420 if ((ret = pfctl_get_rulesets(pfh, anchor, &mnr)) != 0) in pfctl_walk_anchors()
4010 if ((pfctl_get_rulesets(pfh, anchorname, &mnr)) == ENOENT) in main()