Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_posix.h357 struct __sanitizer_ether_addr { struct
HDsanitizer_common_interceptors.inc3393 INTERCEPTOR(char *, ether_ntoa, __sanitizer_ether_addr *addr) {
3401 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton, char *buf) {
3405 __sanitizer_ether_addr *res = REAL(ether_aton)(buf);
3417 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
3429 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) {
3441 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr,
3466 INTERCEPTOR(char *, ether_ntoa_r, __sanitizer_ether_addr *addr, char *buf) {
3477 INTERCEPTOR(__sanitizer_ether_addr *, ether_aton_r, char *buf,
3478 __sanitizer_ether_addr *addr) {
3485 __sanitizer_ether_addr *res = REAL(ether_aton_r)(buf, addr);