Home
last modified time | relevance | path

Searched refs:__sanitizer_ether_addr (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h182 struct __sanitizer_ether_addr { struct
H A Dsanitizer_platform_limits_freebsd.h210 struct __sanitizer_ether_addr { struct
H A Dsanitizer_platform_limits_posix.h419 struct __sanitizer_ether_addr { struct
H A Dsanitizer_platform_limits_netbsd.h215 struct __sanitizer_ether_addr { struct
H A Dsanitizer_common_interceptors.inc4644 INTERCEPTOR(char *, ether_ntoa, __sanitizer_ether_addr *addr) {
4652 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton, char *buf) {
4656 __sanitizer_ether_addr *res = REAL(ether_aton)(buf);
4668 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
4680 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) {
4692 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr,
4717 INTERCEPTOR(char *, ether_ntoa_r, __sanitizer_ether_addr *addr, char *buf) {
4728 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton_r, char *buf,
4729 __sanitizer_ether_addr *addr) {
4736 __sanitizer_ether_addr *res = REAL(ether_aton_r)(buf, addr);