Searched refs:struct_arpreq_sz (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_ioctl.inc | 216 _(SIOCDARP, READ, struct_arpreq_sz); 218 _(SIOCDRARP, READ, struct_arpreq_sz); 219 _(SIOCGARP, WRITE, struct_arpreq_sz); 226 _(SIOCGRARP, WRITE, struct_arpreq_sz); 228 _(SIOCSARP, READ, struct_arpreq_sz); 235 _(SIOCSRARP, READ, struct_arpreq_sz);
|
D | sanitizer_platform_limits_posix.h | 879 extern unsigned struct_arpreq_sz;
|
D | sanitizer_platform_limits_posix.cc | 402 unsigned struct_arpreq_sz = sizeof(struct arpreq); variable
|