1 Star 0 Fork 4.9K

Cain / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hostent.md 3.90 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 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/cain_qin/docs.git
git@gitee.com:cain_qin/docs.git
cain_qin
docs
docs
master

搜索帮助