HomeSort by: relevance | last modified time | path
    Searched refs:IOC_NPF_VERSION (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/npf/npfd/
npfd.c 63 if (ioctl(fd, IOC_NPF_VERSION, &ver) == -1) {
64 err(EXIT_FAILURE, "ioctl(IOC_NPF_VERSION)");
  /src/sys/net/npf/
npf.h 328 #define IOC_NPF_VERSION _IOR('N', 100, int)
npf_os.c 272 case IOC_NPF_VERSION:
  /src/dist/pf/usr.sbin/ftp-proxy/
npf.c 190 if (ioctl(npf_fd, IOC_NPF_VERSION, &kernver) == -1) {
191 err(EXIT_FAILURE, "ioctl failed on IOC_NPF_VERSION");
  /src/lib/libnpf/
npf.c 289 if (ioctl(fd, IOC_NPF_VERSION, &kernver) == -1) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1672 unsigned IOCTL_IOC_NPF_VERSION = IOC_NPF_VERSION;
sanitizer_interceptors_ioctl_netbsd.inc 726 _(IOC_NPF_VERSION, WRITE, sizeof(int));

Completed in 20 milliseconds