Struct ipsec_parser::IkePayloadType [] [src]

pub struct IkePayloadType(pub u8);

Payload type

Methods

impl IkePayloadType
[src]

NoNextPayload: IkePayloadType = IkePayloadType(0)

SecurityAssociation: IkePayloadType = IkePayloadType(33)

KeyExchange: IkePayloadType = IkePayloadType(34)

IdentInitiator: IkePayloadType = IkePayloadType(35)

IdentResponder: IkePayloadType = IkePayloadType(36)

Certificate: IkePayloadType = IkePayloadType(37)

CertificateRequest: IkePayloadType = IkePayloadType(38)

Authentication: IkePayloadType = IkePayloadType(39)

Nonce: IkePayloadType = IkePayloadType(40)

Notify: IkePayloadType = IkePayloadType(41)

Delete: IkePayloadType = IkePayloadType(42)

VendorID: IkePayloadType = IkePayloadType(43)

TrafficSelectorInitiator: IkePayloadType = IkePayloadType(44)

TrafficSelectorResponder: IkePayloadType = IkePayloadType(45)

EncryptedAndAuthenticated: IkePayloadType = IkePayloadType(46)

Configuration: IkePayloadType = IkePayloadType(47)

ExtensibleAuthentication: IkePayloadType = IkePayloadType(48)

Trait Implementations

impl Clone for IkePayloadType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IkePayloadType
[src]

impl PartialEq for IkePayloadType
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for IkePayloadType
[src]

impl Debug for IkePayloadType
[src]

[src]

Formats the value using the given formatter.