Home
last modified time | relevance | path

Searched refs:struct_pfioc_rule_sz (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc774 _(DIOCADDRULE, READWRITE, struct_pfioc_rule_sz);
775 _(DIOCGETRULES, READWRITE, struct_pfioc_rule_sz);
776 _(DIOCGETRULE, READWRITE, struct_pfioc_rule_sz);
786 _(DIOCCHANGERULE, READWRITE, struct_pfioc_rule_sz);
H A Dsanitizer_platform_limits_netbsd.h780 extern unsigned struct_pfioc_rule_sz;
H A Dsanitizer_platform_limits_netbsd.cpp914 unsigned struct_pfioc_rule_sz = sizeof(pfioc_rule); variable