Searched refs:pf_device (Results 1 – 3 of 3) sorted by relevance
198 static const char *pf_device = PF_DEVICE; variable3760 pf_device = optarg; in main()3864 dev = open(pf_device, mode); in main()3866 err(1, "%s", pf_device); in main()3869 dev = open(pf_device, O_RDONLY); in main()3882 pfh = pfctl_open(pf_device); in main()
450 struct pfctl_handle *pfctl_open(const char *pf_device);
75 pfctl_open(const char *pf_device) in pfctl_open() argument83 h->fd = open(pf_device, O_RDWR); in pfctl_open()