Home
last modified time | relevance | path

Searched refs:ether_ntohost (Results 1 – 9 of 9) sorted by relevance

/openbsd/lib/libc/hidden/netinet/
H A Dif_ether.h27 PROTO_DEPRECATED(ether_ntohost);
/openbsd/lib/libc/net/
H A Dethers.c93 ether_ntohost(char *hostname, struct ether_addr *e) in ether_ntohost() function
/openbsd/sys/netinet/
H A Dif_ether.h393 int ether_ntohost(char *, struct ether_addr *);
/openbsd/usr.bin/getent/
H A Dgetent.c174 if (ether_ntohost(hp, eap) != 0) { in ethers()
/openbsd/usr.sbin/rarpd/
H A Drarpd.c466 if (ether_ntohost(ename, ea) != 0) { in rarp_process()
/openbsd/usr.sbin/tcpdump/
H A Dprivsep.c505 if (ether_ntohost(hostname, &ether) == -1) in impl_ether_ntohost()
/openbsd/lib/libc/
H A DSymbols.list1124 ether_ntohost
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4668 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 Dlibc_ubuntu1404_abilist.txt1630 fun:ether_ntohost=uninstrumented