Struct ipsec_parser::IkeV2Header [] [src]

pub struct IkeV2Header<'a> {
    pub init_spi: &'a [u8],
    pub resp_spi: &'a [u8],
    pub next_payload: u8,
    pub maj_ver: u8,
    pub min_ver: u8,
    pub exch_type: u8,
    pub flags: u8,
    pub msg_id: u32,
    pub length: u32,
}

Defined in [RFC7296]

Fields

Trait Implementations

impl<'a> Debug for IkeV2Header<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for IkeV2Header<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.