Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h430 int pfctl_startstop(struct pfctl_handle *h, int start);
H A Dlibpfctl.c259 pfctl_startstop(struct pfctl_handle *h, int start) in pfctl_startstop() function
/freebsd/sbin/pfctl/
H A Dpfctl.c316 if ((ret = pfctl_startstop(pfh, 1)) != 0) { in pfctl_enable()
339 if ((ret = pfctl_startstop(pfh, 0)) != 0) { in pfctl_disable()