Home
last modified time | relevance | path

Searched defs:__sanitizer_msghdr (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h455 struct __sanitizer_msghdr { struct
472 struct __sanitizer_msghdr { argument
490 __sanitizer_msghdr msg_hdr; argument
H A Dsanitizer_platform_limits_solaris.h198 struct __sanitizer_msghdr { struct
199 void *msg_name;
200 unsigned msg_namelen;
201 struct __sanitizer_iovec *msg_iov;
202 unsigned msg_iovlen;
203 void *msg_control;
204 unsigned msg_controllen;
205 int msg_flags;
H A Dsanitizer_platform_limits_freebsd.h228 struct __sanitizer_msghdr { struct
229 void *msg_name;
230 unsigned msg_namelen;
231 struct __sanitizer_iovec *msg_iov;
232 unsigned msg_iovlen;
233 void *msg_control;
234 unsigned msg_controllen;
235 int msg_flags;
H A Dsanitizer_platform_limits_netbsd.h233 struct __sanitizer_msghdr { struct
244 struct __sanitizer_msghdr msg_hdr; argument