Home
last modified time | relevance | path

Searched refs:struct_rtentry_sz (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc215 _(SIOCADDRT, READ, struct_rtentry_sz);
217 _(SIOCDELRT, READ, struct_rtentry_sz);
Dsanitizer_platform_limits_posix.h915 extern unsigned struct_rtentry_sz;
Dsanitizer_platform_limits_posix.cc444 unsigned struct_rtentry_sz = sizeof(struct rtentry); variable