NetworkSockAddrIn Struct Reference

#include <network_ip_addr.h>

详细描述

Native storage format of IP addresses. See NetworkIpAddrInterface::GetSockaddrIn() and NetworkIpAddrInterface::SetSockaddrIn(). The Members are stored in Motorola / IBM / Network byte-order.

Public Attributes

union {
    UInt32     ipv4Int
    UInt64     ipv6Int64s [ IPV6_SIZE /8]
    UChar     ipv4 [ IPV4_SIZE ]
    UChar     ipv6 [ IPV6_SIZE ]
}; 

静态公共属性

static const Int   IPV4_SIZE
static const Int   IPV6_SIZE

Member Data Documentation

◆  IPV4_SIZE

const Int IPV4_SIZE static

◆  IPV6_SIZE

const Int IPV6_SIZE static

◆  ipv4Int

UInt32 ipv4Int

◆  ipv6Int64s

UInt64 ipv6Int64s[ IPV6_SIZE /8]

◆  ipv4

UChar ipv4[ IPV4_SIZE ]

◆  ipv6

UChar ipv6[ IPV6_SIZE ]

◆  @1095

union { ... }