Searched defs:hostent (Results 1 – 1 of 1) sorted by relevance
92 struct hostent { struct93 char *h_name; /* Official name of the host. */94 char **h_aliases; /* A pointer to an array of pointers to alternative host names,96 int h_addrtype; /* Address type. */97 int h_length; /* The length, in bytes, of the address. */98 char **h_addr_list; /* A pointer to an array of pointers to network addresses (in