Searched refs:ether_ntohost (Results 1 – 9 of 9) sorted by relevance
/openbsd/lib/libc/hidden/netinet/ |
H A D | if_ether.h | 27 PROTO_DEPRECATED(ether_ntohost);
|
/openbsd/lib/libc/net/ |
H A D | ethers.c | 93 ether_ntohost(char *hostname, struct ether_addr *e) in ether_ntohost() function
|
/openbsd/sys/netinet/ |
H A D | if_ether.h | 393 int ether_ntohost(char *, struct ether_addr *);
|
/openbsd/usr.bin/getent/ |
H A D | getent.c | 174 if (ether_ntohost(hp, eap) != 0) { in ethers()
|
/openbsd/usr.sbin/rarpd/ |
H A D | rarpd.c | 466 if (ether_ntohost(ename, ea) != 0) { in rarp_process()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | privsep.c | 505 if (ether_ntohost(hostname, ðer) == -1) in impl_ether_ntohost()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 1124 ether_ntohost
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4668 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) { 4670 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntohost, hostname, addr); 4675 int res = REAL(ether_ntohost)(hostname, addr); 4709 COMMON_INTERCEPT_FUNCTION(ether_ntohost); \
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1630 fun:ether_ntohost=uninstrumented
|