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 540 of file bsd_socket.h.
Field Documentation
◆ h_addr
uint8_t h_addr[16] |
Definition at line 544 of file bsd_socket.h.
◆ h_addrtype
uint16_t h_addrtype |
Definition at line 542 of file bsd_socket.h.
◆ h_length
uint16_t h_length |
Definition at line 543 of file bsd_socket.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/core/bsd_socket.h