1 Star 0 Fork 5.1K

Mr.H / docs

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
hostent.md 3.90 KB
Copy Edit Raw Blame History
wenjun authored 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

hostent

Overview

Related Modules:

NET

Description:

Describes the host name and address information.

Summary

Data Fields

Variable Name

Description

h_name

char * 

h_aliases

char ** 

h_addrtype

int 

h_length

int 

h_addr_list

char ** 

Details

Field Documentation

h_addr_list

char** hostent::h_addr_list

Description:

A pointer to an array of pointers to host addresses

h_addrtype

int hostent::h_addrtype

Description:

IP address type

h_aliases

char** hostent::h_aliases

Description:

A pointer to an array of pointers to alternative host names

h_length

int hostent::h_length

Description:

Address length

h_name

char* hostent::h_name

Description:

A pointer to the host name

1
https://gitee.com/m_gound/docs.git
git@gitee.com:m_gound/docs.git
m_gound
docs
docs
master

Search

53164aa7 5694891 3bd8fe86 5694891