HomeSort by: relevance | last modified time | path
    Searched defs:gethostbyaddr (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/utils/libhack/
gethost.c 57 #define gethostbyaddr _gethostbyaddr macro
72 __weak_alias(gethostbyaddr,_gethostbyaddr);
130 gethostbyaddr(const void *addr, socklen_t len, int type) function
  /src/external/bsd/ntp/dist/libntp/
machines.c 54 struct hostent *gethostbyaddr(char *name, int size, int addr_type) function
  /src/lib/libc/net/
gethnamaddr.c 101 __weak_alias(gethostbyaddr,_gethostbyaddr)
733 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyaddr",
1254 * notation here. gethostbyaddr() is not scope-aware. too bad.
1335 gethostbyaddr(const void *addr, socklen_t len, int af) { function
  /src/external/bsd/libbind/dist/irs/
gethostent.c 90 gethostbyaddr(const char *addr, int len, int af) { function
1039 #ifdef grot /*%< for future use in gethostbyaddr(), for "SUNSECURITY" */
  /src/external/bsd/tcpdump/dist/
addrtoname.c 141 * fake gethostbyaddr for Win2k/XP
142 * gethostbyaddr() returns incorrect value when AF_INET6 is passed
158 return gethostbyaddr(addr, len, type);
176 #define gethostbyaddr win32_gethostbyaddr macro
308 hp = gethostbyaddr((char *)&addr, 4, AF_INET);
370 hp = gethostbyaddr((char *)&addr, sizeof(addr),
  /src/lib/libc/include/
namespace.h 380 #define gethostbyaddr _gethostbyaddr macro

Completed in 18 milliseconds