Tizen RT Libs&Environment  v1.0 D5
hostent Struct Reference

#include <netdb.h>

Data Fields

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

Detailed Description

hostent structure contains DNS clients parameters

Definition at line 214 of file netdb.h.

Field Documentation

FAR char** h_addr_list

Definition at line 220 of file netdb.h.

int h_addrtype

Definition at line 218 of file netdb.h.

FAR char** h_aliases

Definition at line 216 of file netdb.h.

int h_length

Definition at line 219 of file netdb.h.

FAR char* h_name

Definition at line 215 of file netdb.h.


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