Home
last modified time | relevance | path

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

/openbsd/regress/sys/kern/pledge/ioctl/
H A Dpfioctl2.c41 if (ioctl(s, DIOCGETSTATUS, &status) == -1) in test_pf_status()
H A Dpfioctl1.c41 if (ioctl(s, DIOCGETSTATUS, &status) == -1) in test_pf_status()
H A Dunfdpass.c186 if (ioctl(files[0], DIOCGETSTATUS, &status) == -1) in main()
/openbsd/usr.sbin/tftp-proxy/
H A Dfilter.c141 if (ioctl(dev, DIOCGETSTATUS, &status) == -1) { in init_filter()
/openbsd/usr.sbin/ftp-proxy/
H A Dfilter.c156 if (ioctl(dev, DIOCGETSTATUS, &status) == -1) in init_filter()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dpf.c76 if (ioctl(devpf, DIOCGETSTATUS, s) == -1) { in pf_get_stats()
/openbsd/usr.sbin/relayd/
H A Dpfe.c72 if (ioctl(env->sc_pf->dev, DIOCGETSTATUS, &status) == -1) in pfe()
/openbsd/sys/net/
H A Dpf_ioctl.c1085 case DIOCGETSTATUS: in pfioctl()
1132 case DIOCGETSTATUS: in pfioctl()
1953 case DIOCGETSTATUS: { in pfioctl()
H A Dpfvar.h1523 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status) macro
/openbsd/sys/kern/
H A Dkern_pledge.c1230 case DIOCGETSTATUS: in pledge_ioctl()
/openbsd/usr.bin/systat/
H A Dpftop.c1737 } else if (ioctl(pf_dev, DIOCGETSTATUS, &status) == -1) { in initpftop()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1886 unsigned IOCTL_DIOCGETSTATUS = DIOCGETSTATUS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc781 _(DIOCGETSTATUS, READWRITE, struct_pf_status_sz);
/openbsd/sbin/pfctl/
H A Dpfctl.c1102 if (ioctl(dev, DIOCGETSTATUS, &status) == -1) { in pfctl_show_status()