Searched refs:struct_arpreq_sz (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_ioctl.inc | 227 _(SIOCDARP, READ, struct_arpreq_sz); 229 _(SIOCDRARP, READ, struct_arpreq_sz); 230 _(SIOCGARP, WRITE, struct_arpreq_sz); 237 _(SIOCGRARP, WRITE, struct_arpreq_sz); 239 _(SIOCSARP, READ, struct_arpreq_sz); 246 _(SIOCSRARP, READ, struct_arpreq_sz);
|
H A D | sanitizer_platform_limits_posix.h | 994 extern unsigned struct_arpreq_sz;
|
H A D | sanitizer_platform_limits_posix.cpp | 458 unsigned struct_arpreq_sz = sizeof(struct arpreq); variable
|