My Project
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
hostent Struct Reference

#include <netdb.h>

Data Fields

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

Detailed Description

Definition at line 11 of file netdb.h.

Field Documentation

char** h_addr_list

Definition at line 16 of file netdb.h.

int h_addrtype

Definition at line 14 of file netdb.h.

char** h_aliases

Definition at line 13 of file netdb.h.

int h_length

Definition at line 15 of file netdb.h.

char* h_name

Definition at line 12 of file netdb.h.


The documentation for this struct was generated from the following file: