Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/rust/vendor/ipsec-parser/src/
H A Dikev2_transforms.rs196 pub struct IkeV2RawTransform<'a> { struct
209 /// etc.). To store the parameters, use [`IkeV2RawTransform`](struct.IkeV2RawTransform.html). argument
H A Dikev2_debug.rs8 impl<'a> fmt::Debug for IkeV2RawTransform<'a> { implementation