Searched defs:hostent (Results 1 – 4 of 4) sorted by relevance
50 struct hostent { struct72 struct hostent *sal_gethostbyname(const char *name); argument
72 struct hostent { struct73 char *h_name; /* Official name of the host. */74 char **h_aliases; /* A pointer to an array of pointers to alternative host names,76 int h_addrtype; /* Address type. */100 struct hostent *lwip_gethostbyname(const char *name); argument
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
Completed in 4 milliseconds