HomeSort by: relevance | last modified time | path
    Searched refs:ether_hostton (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/bootp/common/
lookup.c 46 if (ether_hostton(hostname, &ea)) {
  /src/lib/libc/net/
ethers.c 36 __weak_alias(ether_hostton,_ether_hostton)
141 ether_hostton(const char *hostname, struct ether_addr *e) function in typeref:typename:int
  /src/usr.sbin/wakeonlan/
wakeonlan.c 153 if (ether_hostton(text, addr))
  /src/sys/arch/alpha/stand/setnetbootinfo/
setnetbootinfo.c 126 if (ether_hostton(host, &_ether_addr) == -1)
  /src/sys/net/
if_ether.h 435 int ether_hostton(const char *, struct ether_addr *);
  /src/usr.bin/getent/
getent.c 224 if (ether_hostton(hp, eap) != 0) {
  /src/lib/libc/include/
namespace.h 315 #define ether_hostton _ether_hostton macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 4381 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) {
4383 COMMON_INTERCEPTOR_ENTER(ctx, ether_hostton, hostname, addr);
4389 int res = REAL(ether_hostton)(hostname, addr);
4411 COMMON_INTERCEPT_FUNCTION(ether_hostton); \

Completed in 22 milliseconds