Extensible Connection-oriented Messaging (XCM)
|
#include <xcm_addr.h>
Data Fields | ||
enum xcm_addr_type | type | |
union { | ||
struct xcm_addr_ip ip | ||
char name [254] | ||
}; | ||
Hostname or IPv4/IPv6 address data type.
enum xcm_addr_type xcm_addr_host::type |
Type tag
union { ... } xcm_addr_host |
Union containing the actual hostname, IPv4 or IPv6 address bytes