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

/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.cc946 CHECK_TYPE_SIZE(hostent); variable
947 CHECK_SIZE_AND_OFFSET(hostent, h_name);
948 CHECK_SIZE_AND_OFFSET(hostent, h_aliases);
949 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
950 CHECK_SIZE_AND_OFFSET(hostent, h_length);
951 CHECK_SIZE_AND_OFFSET(hostent, h_addr_list);

Completed in 132 milliseconds