文件名称:
hostent.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
3.90 KB
下载地址:
文本预览:
# hostent
## **Overview**
**Related Modules:**
[NET](NET.md)
**Description:**
Describes the host name and address information.
## **Summary**
## Data Fields
## **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
## **Overview**
**Related Modules:**
[NET](NET.md)
**Description:**
Describes the host name and address information.
## **Summary**
## Data Fields
## **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
点赞
回复
X