Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h373 struct __sanitizer_ether_addr { struct
Dsanitizer_common_interceptors.inc3755 INTERCEPTOR(char *, ether_ntoa, __sanitizer_ether_addr *addr) {
3763 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton, char *buf) {
3767 __sanitizer_ether_addr *res = REAL(ether_aton)(buf);
3779 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
3791 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) {
3803 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr,
3828 INTERCEPTOR(char *, ether_ntoa_r, __sanitizer_ether_addr *addr, char *buf) {
3839 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton_r, char *buf,
3840 __sanitizer_ether_addr *addr) {
3847 __sanitizer_ether_addr *res = REAL(ether_aton_r)(buf, addr);