Searched defs:hostent (Results 1 – 3 of 3) sorted by relevance
117 struct hostent { struct118 char *h_name; /**< Indicates the official name of the host. */119 char **h_aliases; /**< Indicates a pointer to an array of pointers to alternative host names,121 int h_addrtype; /**< Indicates the address type. */122 int h_length; /**< Indicates the length, in bytes, of the address. */123 char **h_addr_list; /**< Indicates a pointer to an array of pointers to network addresses (in
69 struct hostent { struct93 struct hostent *gethostent (void); argument
457 struct hostent { struct480 * @retval #hostent Execute successfully. argument