Home
last modified time | relevance | path

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

/src/contrib/pf/ftp-proxy/
H A Dfilter.c183 pfh = pfctl_open(PF_DEVICE); in init_filter()
/src/contrib/pf/tftp-proxy/
H A Dfilter.c186 pfh = pfctl_open(PF_DEVICE); in init_filter()
/src/contrib/pf/authpf/
H A Dauthpf.c137 pfh = pfctl_open(PATH_DEVFILE); in main()
/src/lib/libpfctl/
H A Dlibpfctl.h450 struct pfctl_handle *pfctl_open(const char *pf_device);
H A Dlibpfctl.c75 pfctl_open(const char *pf_device) in pfctl_open() function
1334 h = pfctl_open(PF_DEVICE); in pfctl_add_rule()
1438 h = pfctl_open(PF_DEVICE); in pfctl_get_rules_info()
2163 h = pfctl_open(PF_DEVICE); in _pfctl_clear_states()
/src/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1645 if ((pfh = pfctl_open(PF_DEVICE)) == NULL) { in pf_init()
/src/sbin/pfctl/
H A Dpfctl.c3882 pfh = pfctl_open(pf_device); in main()