Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c135 static const char *pf_device = PF_DEVICE; variable
2977 pf_device = optarg; in main()
3062 dev = open(pf_device, mode); in main()
3064 err(1, "%s", pf_device); in main()
3067 dev = open(pf_device, O_RDONLY); in main()
3079 pfh = pfctl_open(pf_device); in main()
/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() argument
81 h->fd = open(pf_device, O_RDWR); in pfctl_open()