HomeSort by: relevance | last modified time | path
    Searched defs:pf_device (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/pf/pfs/
pfs.c 73 static char pf_device[] = "/dev/pf"; variable in typeref:typename:char[]
538 fd = open(pf_device, O_RDWR);
540 err(EXIT_FAILURE, "Cannot open %s", pf_device);
  /src/dist/pf/sbin/pfctl/
pfctl.c 108 char *pf_device = "/dev/pf"; variable in typeref:typename:char *
2054 pf_device = optarg;
2136 dev = open(pf_device, mode);
2138 err(1, "%s", pf_device);
2141 dev = open(pf_device, O_RDONLY);

Completed in 12 milliseconds