Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h498 int pfctl_clear_nat(int dev, const char *anchorname);
H A Dlibpfctl.c2178 pfctl_clear_nat(int dev, const char *anchorname) in pfctl_clear_nat() function
/freebsd/sbin/pfctl/
H A Dpfctl.c494 ret = pfctl_clear_nat(dev, anchorname); in pfctl_flush_nat()