Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h680 extern unsigned struct_ifcapreq_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1198 _(SIOCGIFCAP, READWRITE, struct_ifcapreq_sz);
1199 _(SIOCSIFCAP, READ, struct_ifcapreq_sz);
H A Dsanitizer_platform_limits_netbsd.cc517 unsigned struct_ifcapreq_sz = sizeof(ifcapreq); variable