Searched defs:hostent (Results 1 - 7 of 7) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A Dnetdb.h72 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);
/external/curl/lib/
H A Dasyn-ares.c460 struct hostent *hostent)
478 Curl_addrinfo *ai = Curl_he2ai(hostent, conn->async.port);
492 * successful, the 'hostent' is returned and the forth argument will point to
455 query_completed_cb(void *arg, int status, int timeouts, struct hostent *hostent) argument
/external/libcups/cups/
H A Dcups-private.h101 struct hostent hostent; /* Host entry for IP address */ member in struct:_cups_globals_s
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c379 #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_bu
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc1003 CHECK_TYPE_SIZE(hostent); variable
1004 CHECK_SIZE_AND_OFFSET(hostent, h_name);
1005 CHECK_SIZE_AND_OFFSET(hostent, h_aliases);
1006 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
1007 CHECK_SIZE_AND_OFFSET(hostent, h_length);
1008 CHECK_SIZE_AND_OFFSET(hostent, h_addr_list);
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
2604 'hostent', 'x509_cert_aux_st', '_opaque_pthread_cond_t',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
2604 'hostent', 'x509_cert_aux_st', '_opaque_pthread_cond_t',

Completed in 460 milliseconds