Searched refs:pfctl_get_rulesets (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 578 int pfctl_get_rulesets(struct pfctl_handle *h, const char *path, uint32_t *nr);
|
| H A D | libpfctl.c | 3364 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 | 1652 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()
|