Network Component  Version 0.1
MDK-Professional Middleware for IP Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hostent Struct Reference

BSD Host Entry structure.

#include <rl_net.h>

Data Fields

char * h_name
 Official name of host.
 
char ** h_aliases
 Pointer to an array of alias names.
 
int16_t h_addrtype
 Address Type: AF_INET, AF_NETBIOS.
 
int16_t h_length
 Length of address in bytes.
 
char ** h_addr_list
 Pointer to an array of IPv4 addresses.
 

Field Documentation

char** hostent::h_addr_list
int16_t hostent::h_addrtype
char** hostent::h_aliases
int16_t hostent::h_length
char* hostent::h_name

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