Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h410 struct __sanitizer_ether_addr { struct
H A Dsanitizer_platform_limits_netbsd.h215 struct __sanitizer_ether_addr { struct
H A Dsanitizer_common_interceptors.inc4594 INTERCEPTOR(char *, ether_ntoa, __sanitizer_ether_addr *addr) {
4602 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton, char *buf) {
4606 __sanitizer_ether_addr *res = REAL(ether_aton)(buf);
4618 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
4630 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) {
4642 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr,
4667 INTERCEPTOR(char *, ether_ntoa_r, __sanitizer_ether_addr *addr, char *buf) {
4678 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton_r, char *buf,
4679 __sanitizer_ether_addr *addr) {
4686 __sanitizer_ether_addr *res = REAL(ether_aton_r)(buf, addr);