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

  /src/external/bsd/ipf/dist/ipsend/
arp.c 94 if (!(ether_hostton(hp->h_name, (struct ether_addr *)ether)))
96 if (!(ether_hostton(hp->h_name, ether)))
  /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
  /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/external/bsd/libpcap/dist/
nametoaddr.c 88 #endif /* what declares ether_hostton() */
100 extern int ether_hostton(const char *, struct ether_addr *);
1145 * In AIX 7.1 and 7.2: int ether_hostton(char *, struct ether_addr *);
1149 if (ether_hostton(namebuf, (struct ether_addr *)a) == 0) {
  /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); \
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 4630 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) {
4632 COMMON_INTERCEPTOR_ENTER(ctx, ether_hostton, hostname, addr);
4638 int res = REAL(ether_hostton)(hostname, addr);
4660 COMMON_INTERCEPT_FUNCTION(ether_hostton); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 4624 INTERCEPTOR(int, ether_hostton, char *hostname, __sanitizer_ether_addr *addr) {
4626 COMMON_INTERCEPTOR_ENTER(ctx, ether_hostton, hostname, addr);
4632 int res = REAL(ether_hostton)(hostname, addr);
4654 COMMON_INTERCEPT_FUNCTION(ether_hostton); \

Completed in 80 milliseconds