Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libpfctl/
H A Dlibpfctl.h423 int pfctl_clear_rules(int dev, const char *anchorname);
H A Dlibpfctl.c1315 pfctl_clear_rules(int dev, const char *anchorname) in pfctl_clear_rules() function
/freebsd-14.2/sbin/pfctl/
H A Dpfctl.c480 ret = pfctl_clear_rules(dev, anchorname); in pfctl_flush_rules()