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::@135
struct NetAddress::@135::@136
struct NetAddress::@135::@137
struct NetAddress::@135::@138
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::@135 address 
struct NetAddress::@135::@136 ipv4 
struct NetAddress::@135::@137 ipv6 
struct NetAddress::@135::@138 ipv6_raw 
U32 netFlow 
U8 netFlow [4]
U8 netNum [4]
U32 netScope 
U8 netScope [4]
U16 port 
S32 type 

Type of address (IPAddress currently)