Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

hostent Struct Reference

#include <netdb.h>


Data Fields

char * h_name
char ** h_aliases
int h_addrtype
int h_length
char ** h_addr_list


Field Documentation

char** hostent::h_addr_list
 

Definition at line 42 of file netdb.h.

Referenced by ares_free_hostent(), callback(), dns_client_callback(), fake_hostent(), gethostbyaddr(), gethostbyname(), and sort_addresses().

int hostent::h_addrtype
 

Definition at line 40 of file netdb.h.

Referenced by callback(), and fake_hostent().

char** hostent::h_aliases
 

Definition at line 39 of file netdb.h.

Referenced by ares_free_hostent(), callback(), fake_hostent(), gethostbyaddr(), and gethostbyname().

int hostent::h_length
 

Definition at line 41 of file netdb.h.

Referenced by callback(), and fake_hostent().

char* hostent::h_name
 

Definition at line 38 of file netdb.h.

Referenced by ares_free_hostent(), callback(), dns_client_callback(), fake_hostent(), gethostbyaddr(), and gethostbyname().


The documentation for this struct was generated from the following file:
Generated on Wed Jan 14 12:59:16 2004 for RTL-lwIP-0.4 by doxygen 1.3.4