embedded IPsec source code documentation


spd_table_struct Struct Reference

#include <sa.h>


Detailed Description

This structure holds pointers which together define the Security Policy Database

Definition at line 125 of file sa.h.

Data Fields

spd_entrytable
spd_entryfirst
spd_entrylast
int size


Field Documentation

spd_entry* spd_table_struct::first
 

Pointer to the first entry in the table

Definition at line 128 of file sa.h.

spd_entry* spd_table_struct::last
 

Pointer to the last entry in the table

Definition at line 129 of file sa.h.

int spd_table_struct::size
 

Number of usable elements in the table data

Definition at line 130 of file sa.h.

spd_entry* spd_table_struct::table
 

Pointer to the table data. This is pointer to an array of spd_entries

Definition at line 127 of file sa.h.


The documentation for this struct was generated from the following file:

Copyright 2003 by Christian Scheurer and Niklaus Schild