Lines Matching refs:hostent
379 #define ENTNAME hostent
390 typedef struct hostent hostent; typedef
411 hostent * result_buf,
441 hostent * result_buf,
474 hostent * result_buf,
505 hostent * hostent; member
531 hostent * result_buf,
593 hostent * result_buf,
661 hostent * result_buf, in _nss_mdns_gethostbyname_r()
685 hostent * result_buf, in _nss_mdns_gethostbyname2_r()
710 hostent * result_buf, in _nss_mdns_gethostbyaddr_r()
785 hostent * result_buf, in mdns_gethostbyname2()
867 result->hostent->h_length = 4; in mdns_lookup_name()
873 result->hostent->h_length = 16; in mdns_lookup_name()
884 result->hostent->h_addrtype = af; in mdns_lookup_name()
950 result->hostent->h_addrtype = af; in mdns_lookup_addr()
951 result->hostent->h_length = addr_len; in mdns_lookup_addr()
959 result->hostent->h_name [0] = 0; in mdns_lookup_addr()
1089 af_to_rr (result->hostent->h_addrtype); in mdns_lookup_callback()
1274 if (len != result->hostent->h_length) in add_address_to_buffer()
1278 result->hostent->h_length, in add_address_to_buffer()
1315 if (len != result->hostent->h_length) in contains_address()
1319 result->hostent->h_length, in contains_address()
1447 result->hostent->h_name = in add_hostname_len()
1476 char * hostname = result->hostent->h_name; in add_hostname_or_alias()
1499 hostent * result_buf, in init_result()
1509 result->hostent = result_buf; in init_result()
1523 result->hostent->h_name = result->header->hostname; in init_result()
1524 result->hostent->h_aliases = result->header->aliases; in init_result()
1525 result->hostent->h_addr_list = result->header->addrs; in init_result()