Searched defs:hostent (Results 1 – 3 of 3) sorted by relevance
93 struct hostent { struct94 char *h_name; /* Official name of the host. */95 char **h_aliases; /* A pointer to an array of pointers to alternative host names,97 int h_addrtype; /* Address type. */98 int h_length; /* The length, in bytes, of the address. */122 struct hostent *lwip_gethostbyname(const char *name); argument
93 struct hostent { struct94 char *h_name; /* Official name of the host. */95 char **h_aliases; /* A pointer to an array of pointers to alternative host names,97 int h_addrtype; /* Address type. */98 int h_length; /* The length, in bytes, of the address. */99 char **h_addr_list; /* A pointer to an array of pointers to network addresses (in
24 struct hostent *hostent; in dns_req_command() local
Completed in 8 milliseconds