Searched refs:pfctl_get_ruleset (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 543 int pfctl_get_ruleset(struct pfctl_handle *h, const char *path, uint32_t nr, struct pfioc_ruleset *…
|
H A D | libpfctl.c | 2964 pfctl_get_ruleset(struct pfctl_handle *h, const char *path, uint32_t nr, struct pfioc_ruleset *rs) in pfctl_get_ruleset() function
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 1274 if ((ret = pfctl_get_ruleset(pfh, npath, nr, &prs)) != 0) in pfctl_show_rules() 1495 if ((ret = pfctl_get_ruleset(pfh, npath, nr, &prs)) != 0) in pfctl_show_nat() 2861 if ((ret = pfctl_get_ruleset(pfh, anchorname, nr, &pr)) != 0) in pfctl_show_anchors()
|