Searched refs:struct_ipfobj_sz (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 851 _(SIOCADNAT, READ, struct_ipfobj_sz); 852 _(SIOCRMNAT, READ, struct_ipfobj_sz); 853 _(SIOCGNATS, READWRITE, struct_ipfobj_sz); 854 _(SIOCGNATL, READWRITE, struct_ipfobj_sz); 855 _(SIOCPURGENAT, READWRITE, struct_ipfobj_sz);
|
H A D | sanitizer_platform_limits_netbsd.h | 713 extern unsigned struct_ipfobj_sz;
|
H A D | sanitizer_platform_limits_netbsd.cpp | 846 unsigned struct_ipfobj_sz = sizeof(ipfobj); variable
|