Searched refs:ether_line (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libc/net/ |
H A D | ethers.c | 114 if (ether_line(buf, &try, hostname) == 0 && in ether_ntohost() 148 if (ether_line(buf, e, try) == 0 && strcmp(hostname, try) == 0) { in ether_hostton() 159 ether_line(const char *line, struct ether_addr *e, char *hostname) in ether_line() function 183 DEF_WEAK(ether_line);
|
/openbsd/lib/libc/hidden/netinet/ |
H A D | if_ether.h | 25 PROTO_NORMAL(ether_line);
|
/openbsd/sys/netinet/ |
H A D | if_ether.h | 395 int ether_line(const char *, struct ether_addr *, char *);
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 1122 ether_line
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4692 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr, 4695 COMMON_INTERCEPTOR_ENTER(ctx, ether_line, line, addr, hostname); 4700 int res = REAL(ether_line)(line, addr, hostname); 4711 COMMON_INTERCEPT_FUNCTION(ether_line);
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1627 fun:ether_line=uninstrumented
|