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.h348 struct __sanitizer_ether_addr { struct
Dsanitizer_common_interceptors.inc3169 INTERCEPTOR(char *, ether_ntoa, __sanitizer_ether_addr *addr) {
3177 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton, char *buf) {
3181 __sanitizer_ether_addr *res = REAL(ether_aton)(buf);
3193 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
3205 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) {
3217 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr,
3242 INTERCEPTOR(char *, ether_ntoa_r, __sanitizer_ether_addr *addr, char *buf) {
3253 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton_r, char *buf,
3254 __sanitizer_ether_addr *addr) {
3261 __sanitizer_ether_addr *res = REAL(ether_aton_r)(buf, addr);