#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 |
|
|
UInt32 ipv4Int |
UInt64 ipv6Int64s[ IPV6_SIZE /8] |
UChar ipv4[ IPV4_SIZE ] |
UChar ipv6[ IPV6_SIZE ] |
union { ... } |