Home | History | Annotate | Download | only in mDNSPosix

Lines Matching defs:hostent

379 #define ENTNAME  hostent
385 // For hostent
390 typedef struct hostent hostent;
411 hostent * result_buf,
441 hostent * result_buf,
474 hostent * result_buf,
505 hostent * hostent;
531 hostent * result_buf,
593 hostent * result_buf,
661 hostent * result_buf,
685 hostent * result_buf,
710 hostent * result_buf,
785 hostent * result_buf,
867 result->hostent->h_length = 4;
873 result->hostent->h_length = 16;
884 result->hostent->h_addrtype = af;
950 result->hostent->h_addrtype = af;
951 result->hostent->h_length = addr_len;
959 result->hostent->h_name [0] = 0;
1089 af_to_rr (result->hostent->h_addrtype);
1274 if (len != result->hostent->h_length)
1278 result->hostent->h_length,
1315 if (len != result->hostent->h_length)
1319 result->hostent->h_length,
1447 result->hostent->h_name =
1476 char * hostname = result->hostent->h_name;
1499 hostent * result_buf,
1509 result->hostent = result_buf;
1522 // Point hostent to the right buffers
1523 result->hostent->h_name = result->header->hostname;
1524 result->hostent->h_aliases = result->header->aliases;
1525 result->hostent->h_addr_list = result->header->addrs;