Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h487 int pfctl_clear_eth_rules(int dev, const char *anchorname);
H A Dlibpfctl.c2217 pfctl_clear_eth_rules(int dev, const char *anchorname) in pfctl_clear_eth_rules() function
/freebsd/sbin/pfctl/
H A Dpfctl.c466 ret = pfctl_clear_eth_rules(dev, anchorname); in pfctl_flush_eth_rules()