Searched refs:__sanitizer_ether_addr (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 369 struct __sanitizer_ether_addr { struct
|
D | sanitizer_common_interceptors.inc | 3510 INTERCEPTOR(char *, ether_ntoa, __sanitizer_ether_addr *addr) { 3518 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton, char *buf) { 3522 __sanitizer_ether_addr *res = REAL(ether_aton)(buf); 3534 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) { 3546 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) { 3558 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr, 3583 INTERCEPTOR(char *, ether_ntoa_r, __sanitizer_ether_addr *addr, char *buf) { 3594 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton_r, char *buf, 3595 __sanitizer_ether_addr *addr) { 3602 __sanitizer_ether_addr *res = REAL(ether_aton_r)(buf, addr);
|