Searched defs:secasvar (Results 1 – 1 of 1) sorted by relevance
96 struct secasvar { struct97 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 …]