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

  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 72 struct hostent { struct
100 struct hostent *lwip_gethostbyname(const char *name);
101 int lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf,
102 size_t buflen, struct hostent **result, int *h_errnop);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 56 #undef hostent macro
57 #define hostent hostent_IPV6INCOMPATIBLE macro
58 #undef HOSTENT
59 #define HOSTENT HOSTENT_IPV6INCOMPATIBLE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 25 struct hostent { struct
82 typedef struct hostent HOSTENT;
83 typedef struct hostent *PHOSTENT;
84 typedef struct hostent *LPHOSTENT;
  /bionic/libc/include/
netdb.h 81 struct hostent { struct
211 struct hostent* gethostbyaddr(const void* __addr, socklen_t __length, int __type);
212 int gethostbyaddr_r(const void* __addr, socklen_t __length, int __type, struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_ptr) __INTRODUCED_IN(23);
213 struct hostent* gethostbyname(const char* __name);
214 int gethostbyname_r(const char* __name, struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_ptr);
215 struct hostent* gethostbyname2(const char* __name, int __af);
216 int gethostbyname2_r(const char* __name, int __af, struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_ptr) __INTRODUCED_IN(23)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 123 struct hostent { struct
241 struct hostent *gethostbyaddr (const char *, socklen_t, int);
242 struct hostent *gethostbyname (const char *);
243 struct hostent *gethostbyname2 (const char *, int);
244 struct hostent *gethostent (void);
  /external/libcups/cups/
cups-private.h 101 struct hostent hostent; /* Host entry for IP address */ member in struct:_cups_globals_s
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 101 struct hostent struct
131 extern struct hostent *gethostent (void);
138 extern struct hostent *gethostbyaddr (__const void *__addr, __socklen_t __len,
145 extern struct hostent *gethostbyname (__const char *__name);
156 extern struct hostent *gethostbyname2 (__const char *__name, int __af);
168 extern int gethostent_r (struct hostent *__restrict __result_buf,
170 struct hostent **__restrict __result,
175 struct hostent *__restrict __result_buf,
177 struct hostent **__restrict __result,
181 struct hostent *__restrict __result_buf
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 379 #define ENTNAME hostent
385 // For hostent
390 typedef struct hostent hostent; typedef in typeref:struct:hostent
411 hostent * result_buf,
441 hostent * result_buf,
474 hostent * result_buf,
505 hostent * hostent; member in struct:result_map
531 hostent * result_buf
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1003 CHECK_TYPE_SIZE(hostent); variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
    [all...]

Completed in 267 milliseconds