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

vpn_route Struct Reference
[Data Types and Structures]

datastructure representing a route (secured or unsecured) More...

#include <vpnapi.h>

List of all members.

Public Attributes

vpn_ip_addr_t network
 network portion of the address. (eg. 192.168.0.0)
vpn_ip_addr_t mask
 netmask portion of the address. (eg. 255.255.255.0)
uint32_t bytes
 bytes sent and received using this route.
uint16_t haskeys
 is traffic secured?
uint32_t reserved [2]


Detailed Description

datastructure representing a route (secured or unsecured)

Definition at line 263 of file vpnapi.h.


Member Data Documentation

uint32_t vpn_route::bytes
 

bytes sent and received using this route.

Definition at line 273 of file vpnapi.h.

uint16_t vpn_route::haskeys
 

is traffic secured?

Definition at line 276 of file vpnapi.h.

vpn_ip_addr_t vpn_route::mask
 

netmask portion of the address. (eg. 255.255.255.0)

Definition at line 270 of file vpnapi.h.

vpn_ip_addr_t vpn_route::network
 

network portion of the address. (eg. 192.168.0.0)

Definition at line 267 of file vpnapi.h.

uint32_t vpn_route::reserved[2]
 

Definition at line 278 of file vpnapi.h.


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