hostent Struct Reference

Information about a given host. More...

#include <bsd_socket.h>

Data Fields

uint16_t h_addrtype
 
uint16_t h_length
 
uint8_t h_addr [16]
 

Detailed Description

Information about a given host.

Definition at line 470 of file bsd_socket.h.

Field Documentation

◆ h_addr

uint8_t h_addr[16]

Definition at line 474 of file bsd_socket.h.

◆ h_addrtype

uint16_t h_addrtype

Definition at line 472 of file bsd_socket.h.

◆ h_length

uint16_t h_length

Definition at line 473 of file bsd_socket.h.


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