Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl.c108 const char *pf_device = "/dev/pf"; variable
2088 pf_device = optarg; in main()
2170 dev_fd = open(pf_device, mode); in main()
2172 err(1, "%s", pf_device); in main()
2175 dev_fd = open(pf_device, O_RDONLY); in main()