Searched refs:struct_ipfobj_sz (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc854 _(SIOCADNAT, READ, struct_ipfobj_sz);
855 _(SIOCRMNAT, READ, struct_ipfobj_sz);
856 _(SIOCGNATS, READWRITE, struct_ipfobj_sz);
857 _(SIOCGNATL, READWRITE, struct_ipfobj_sz);
858 _(SIOCPURGENAT, READWRITE, struct_ipfobj_sz);
H A Dsanitizer_platform_limits_netbsd.h718 extern unsigned struct_ipfobj_sz;
H A Dsanitizer_platform_limits_netbsd.cpp561 unsigned struct_ipfobj_sz = sizeof(ipfobj); member in namespace:__sanitizer

Completed in 122 milliseconds