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 | 213 _(SIOCDARP, READ, struct_arpreq_sz); 215 _(SIOCDRARP, READ, struct_arpreq_sz); 216 _(SIOCGARP, WRITE, struct_arpreq_sz); 223 _(SIOCGRARP, WRITE, struct_arpreq_sz); 225 _(SIOCSARP, READ, struct_arpreq_sz); 232 _(SIOCSRARP, READ, struct_arpreq_sz);
|
D | sanitizer_platform_limits_posix.h | 854 extern unsigned struct_arpreq_sz;
|
D | sanitizer_platform_limits_posix.cc | 397 unsigned struct_arpreq_sz = sizeof(struct arpreq); variable
|