Tizen RT Libs&Environment  v1.1 D4
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

◆ h_addr_list

FAR char** h_addr_list

Definition at line 220 of file netdb.h.

◆ h_addrtype

int h_addrtype

Definition at line 218 of file netdb.h.

◆ h_aliases

FAR char** h_aliases

Definition at line 216 of file netdb.h.

◆ h_length

int h_length

Definition at line 219 of file netdb.h.

◆ h_name

FAR char* h_name

Definition at line 215 of file netdb.h.


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