HomeSort by relevance Sort by last modified time
    Searched defs:gethostbyname (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostnamadr.c 124 gethostbyname(const char *name) function
  /external/curl/
configure 19911 gethostbyname(); function
    [all...]
  /external/python/cpython3/Lib/test/
mock_socket.py 144 def gethostbyname(name): function
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 110 #define gethostbyname(name) lwip_gethostbyname(name) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 54 #undef gethostbyname macro
55 #define gethostbyname(a) gethostbyname_IPV6INCOMPATIBLE macro
pthread.h 558 #define gethostbyname(...) (pthread_testcancel(), gethostbyname(__VA_ARGS__)) macro
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 787 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyname",
835 if (fprintf(proxy, "gethostbyname %u %s %d",
981 * returned by non-reentrant functions like gethostbyname().
1568 gethostbyname(const char *name) function
    [all...]
  /external/curl/tests/python_dependencies/impacket/
nmb.py 479 def gethostbyname(self, nbname, qtype = TYPE_WORKSTATION, scope = None, timeout = 1): member in class:NetBIOS
    [all...]

Completed in 358 milliseconds