OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIOCGETSTATUS
(Results
1 - 7
of
7
) sorted by relevancy
/src/dist/pf/libexec/tftp-proxy/
filter.c
182
if (ioctl(dev,
DIOCGETSTATUS
, &status) == -1) {
183
syslog(LOG_ERR, "
DIOCGETSTATUS
");
/src/dist/pf/usr.sbin/ftp-proxy/
filter.c
208
if (ioctl(dev,
DIOCGETSTATUS
, &status) == -1)
209
err(1, "
DIOCGETSTATUS
");
/src/sys/dist/pf/net/
pf_ioctl.c
1270
case
DIOCGETSTATUS
:
1321
case
DIOCGETSTATUS
:
2045
case
DIOCGETSTATUS
: {
pfvar.h
1514
#define
DIOCGETSTATUS
_IOWR('D', 21, struct pf_status)
/src/dist/pf/sbin/pfctl/
pfctl.c
1051
if (ioctl(dev,
DIOCGETSTATUS
, &status)) {
1052
warn("
DIOCGETSTATUS
");
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
1723
unsigned IOCTL_DIOCGETSTATUS =
DIOCGETSTATUS
;
sanitizer_interceptors_ioctl_netbsd.inc
782
_(
DIOCGETSTATUS
, READWRITE, struct_pf_status_sz);
Completed in 36 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026