Extensible Connection-oriented Messaging (XCM)
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
xcm_addr_host Struct Reference

#include <xcm_addr.h>

Data Fields

enum xcm_addr_type type
 
union { 
 
   struct xcm_addr_ip   ip 
 
   char   name [254] 
 
};  
 

Detailed Description

Hostname or IPv4/IPv6 address data type.

Field Documentation

◆ type

enum xcm_addr_type xcm_addr_host::type

Type tag

◆ [union]

union { ... } xcm_addr_host

Union containing the actual hostname, IPv4 or IPv6 address bytes


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