Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

vpn_ip_addr_t Union Reference
[Data Types and Structures]

datastructure represinting an IP address More...

#include <vpnapi.h>

List of all members.

Public Attributes

struct {
   uint32_t   pad [3]
   in_addr   addr
 IP address in network order.
ipv4


Detailed Description

datastructure represinting an IP address

this datatype is set up so that ipv6 support can be added without breaking binary compatibility. Also, the padding in struct ipv4 causes an IPv4 address stored into this structure to be in a format understood IPv6 address parsing routines.

Definition at line 243 of file vpnapi.h.


Member Data Documentation

struct in_addr vpn_ip_addr_t::addr
 

IP address in network order.

Definition at line 250 of file vpnapi.h.

struct { ... } vpn_ip_addr_t::ipv4
 

uint32_t vpn_ip_addr_t::pad[3]
 

Definition at line 247 of file vpnapi.h.


The documentation for this union was generated from the following file:
Generated on Fri Sep 1 14:26:02 2006 for Raptor by  doxygen 1.4.4