NetAddress

Engine/source/platform/platformNet.h

Generic network address.

More...

Public Types

enum
Type {
  IPAddress 
  IPV6Address 
  IPBroadcastAddress 
  IPV6MulticastAddress 
}

Acceptable NetAddress types.

Public Attributes

union NetAddress::@86
struct NetAddress::@86::@87
struct NetAddress::@86::@88
struct NetAddress::@86::@89
netFlow [4]
netNum [4]

Type of address (IPAddress currently)

Public Functions

Detailed Description

Generic network address.

This is used to represent IP addresses.

Public Types

Type

Enumerator

IPAddress
IPV6Address
IPBroadcastAddress
IPV6MulticastAddress

Acceptable NetAddress types.

Public Attributes

union NetAddress::@86 address 
struct NetAddress::@86::@87 ipv4 
struct NetAddress::@86::@88 ipv6 
struct NetAddress::@86::@89 ipv6_raw 
U32 netFlow 
U8 netFlow [4]
U8 netNum [4]
U32 netScope 
U8 netScope [4]
U16 port 
S32 type 

Type of address (IPAddress currently)