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

  /src/dist/pf/usr.sbin/ftp-proxy/
npf.c 97 static int npf_fd; variable in typeref:typename:int
186 npf_fd = open(NPF_DEV_PATH, O_RDONLY);
187 if (npf_fd == -1) {
190 if (ioctl(npf_fd, IOC_NPF_VERSION, &kernver) == -1) {
407 errno = npf_config_submit(ncf, npf_fd, NULL);

Completed in 13 milliseconds