Searched refs:pfctl_get_rulesets (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 529 int pfctl_get_rulesets(struct pfctl_handle *h, const char *path, uint32_t *nr);
|
H A D | libpfctl.c | 2930 pfctl_get_rulesets(struct pfctl_handle *h, const char *path, uint32_t *nr) in pfctl_get_rulesets() function
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 1255 if ((ret = pfctl_get_rulesets(pfh, npath, &mnr)) != 0) { in pfctl_show_rules() 1456 if ((ret = pfctl_get_rulesets(pfh, npath, &mnr)) != 0) { in pfctl_show_nat() 2795 if ((ret = pfctl_get_rulesets(pfh, anchorname, &mnr)) != 0) { in pfctl_show_anchors()
|