Home
last modified time | relevance | path

Searched refs:pfctl_open (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/pf/ftp-proxy/
H A Dfilter.c183 pfh = pfctl_open(PF_DEVICE); in init_filter()
/freebsd/contrib/pf/tftp-proxy/
H A Dfilter.c186 pfh = pfctl_open(PF_DEVICE); in init_filter()
/freebsd/lib/libpfctl/
H A Dlibpfctl.h414 struct pfctl_handle *pfctl_open(const char *pf_device);
H A Dlibpfctl.c74 pfctl_open(const char *pf_device) in pfctl_open() function
1301 h = pfctl_open(PF_DEVICE); in pfctl_add_rule()
1407 h = pfctl_open(PF_DEVICE); in pfctl_get_rules_info()
2120 h = pfctl_open(PF_DEVICE); in _pfctl_clear_states()
/freebsd/contrib/pf/authpf/
H A Dauthpf.c137 pfh = pfctl_open(PATH_DEVFILE); in main()
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1672 if ((pfh = pfctl_open(PF_DEVICE)) == NULL) { in pf_init()
/freebsd/sbin/pfctl/
H A Dpfctl.c3079 pfh = pfctl_open(pf_device); in main()