Searched refs:DIOCGETSTATUS (Results 1 – 14 of 14) sorted by relevance
/openbsd/regress/sys/kern/pledge/ioctl/ |
H A D | pfioctl2.c | 41 if (ioctl(s, DIOCGETSTATUS, &status) == -1) in test_pf_status()
|
H A D | pfioctl1.c | 41 if (ioctl(s, DIOCGETSTATUS, &status) == -1) in test_pf_status()
|
H A D | unfdpass.c | 186 if (ioctl(files[0], DIOCGETSTATUS, &status) == -1) in main()
|
/openbsd/usr.sbin/tftp-proxy/ |
H A D | filter.c | 141 if (ioctl(dev, DIOCGETSTATUS, &status) == -1) { in init_filter()
|
/openbsd/usr.sbin/ftp-proxy/ |
H A D | filter.c | 156 if (ioctl(dev, DIOCGETSTATUS, &status) == -1) in init_filter()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | pf.c | 76 if (ioctl(devpf, DIOCGETSTATUS, s) == -1) { in pf_get_stats()
|
/openbsd/usr.sbin/relayd/ |
H A D | pfe.c | 72 if (ioctl(env->sc_pf->dev, DIOCGETSTATUS, &status) == -1) in pfe()
|
/openbsd/sys/net/ |
H A D | pf_ioctl.c | 1085 case DIOCGETSTATUS: in pfioctl() 1132 case DIOCGETSTATUS: in pfioctl() 1953 case DIOCGETSTATUS: { in pfioctl()
|
H A D | pfvar.h | 1518 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status) macro
|
/openbsd/sys/kern/ |
H A D | kern_pledge.c | 1224 case DIOCGETSTATUS: in pledge_ioctl()
|
/openbsd/usr.bin/systat/ |
H A D | pftop.c | 1737 } else if (ioctl(pf_dev, DIOCGETSTATUS, &status) == -1) { in initpftop()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1886 unsigned IOCTL_DIOCGETSTATUS = DIOCGETSTATUS;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 781 _(DIOCGETSTATUS, READWRITE, struct_pf_status_sz);
|
/openbsd/sbin/pfctl/ |
H A D | pfctl.c | 1102 if (ioctl(dev, DIOCGETSTATUS, &status) == -1) { in pfctl_show_status()
|