INetAddr_t Struct Reference
[Host Lookup]

Stores an IPv4 or IPv6 network address. More...

#include <hostlookup.h>


Data Fields

union {
   in_addr   ipv4
 The IPv4 address.
   in6_addr   ipv6
 The IPv6 address.
}; 
int family
 The address family of the stored address; either AF_INET or AF_INET6.


Detailed Description

Stores an IPv4 or IPv6 network address.

Definition at line 94 of file hostlookup.h.


Field Documentation

union { ... }

int INetAddr_t::family

The address family of the stored address; either AF_INET or AF_INET6.

Definition at line 108 of file hostlookup.h.

Referenced by DoNameLookup(), LookupResult(), and StartStrNameLookup().

struct in_addr INetAddr_t::ipv4 [read]

The IPv4 address.

Definition at line 99 of file hostlookup.h.

Referenced by DoNameLookup(), and LookupResult().

struct in6_addr INetAddr_t::ipv6 [read]

The IPv6 address.

Definition at line 103 of file hostlookup.h.

Referenced by DoNameLookup(), and LookupResult().


The documentation for this struct was generated from the following file:
Generated on Mon May 28 04:41:44 2007 for Retro Tank Super Attack by  doxygen 1.5.2