UCommon
Data Fields
hostaddr_internet Struct Reference

An object that holds ipv4 or ipv6 binary encoded host addresses. More...

#include <socket.h>

Data Fields

union {
   struct in_addr   ipv4
 
   struct in6_addr   ipv6
 
}; 
 

Detailed Description

An object that holds ipv4 or ipv6 binary encoded host addresses.

Definition at line 91 of file socket.h.

Field Documentation

◆ ipv4

struct in_addr hostaddr_internet::ipv4

Definition at line 95 of file socket.h.

◆ ipv6

struct in6_addr hostaddr_internet::ipv6

Definition at line 97 of file socket.h.


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