Home
last modified time | relevance | path

Searched defs:secasvar (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netipsec/
H A Dkeydb.h96 struct secasvar { struct
97 struct pslist_entry pslist_entry;
98 struct pslist_entry pslist_entry_savlut;
99 struct localcount localcount; /* reference count */
100 bool savlut_added; /* Status of registration of the LUT */
102 u_int8_t state; /* Status of this Association */
104 u_int8_t alg_auth; /* Authentication Algorithm Identifier*/
105 u_int8_t alg_enc; /* Cipher Algorithm Identifier */
106 u_int8_t alg_comp; /* Compression Algorithm Identifier */
107 u_int32_t spi; /* SPI Value, network byte order */
[all …]