Struct ipsec_parser::IkePayloadType
[−]
[src]
pub struct IkePayloadType(pub u8);
Payload type
Methods
impl IkePayloadType
[src]
const NoNextPayload: IkePayloadType
NoNextPayload: IkePayloadType = IkePayloadType(0)
const SecurityAssociation: IkePayloadType
SecurityAssociation: IkePayloadType = IkePayloadType(33)
const KeyExchange: IkePayloadType
KeyExchange: IkePayloadType = IkePayloadType(34)
const IdentInitiator: IkePayloadType
IdentInitiator: IkePayloadType = IkePayloadType(35)
const IdentResponder: IkePayloadType
IdentResponder: IkePayloadType = IkePayloadType(36)
const Certificate: IkePayloadType
Certificate: IkePayloadType = IkePayloadType(37)
const CertificateRequest: IkePayloadType
CertificateRequest: IkePayloadType = IkePayloadType(38)
const Authentication: IkePayloadType
Authentication: IkePayloadType = IkePayloadType(39)
const Nonce: IkePayloadType
Nonce: IkePayloadType = IkePayloadType(40)
const Notify: IkePayloadType
Notify: IkePayloadType = IkePayloadType(41)
const Delete: IkePayloadType
Delete: IkePayloadType = IkePayloadType(42)
const VendorID: IkePayloadType
VendorID: IkePayloadType = IkePayloadType(43)
const TrafficSelectorInitiator: IkePayloadType
TrafficSelectorInitiator: IkePayloadType = IkePayloadType(44)
const TrafficSelectorResponder: IkePayloadType
TrafficSelectorResponder: IkePayloadType = IkePayloadType(45)
const EncryptedAndAuthenticated: IkePayloadType
EncryptedAndAuthenticated: IkePayloadType = IkePayloadType(46)
const Configuration: IkePayloadType
Configuration: IkePayloadType = IkePayloadType(47)
const ExtensibleAuthentication: IkePayloadType
ExtensibleAuthentication: IkePayloadType = IkePayloadType(48)
Trait Implementations
impl Clone for IkePayloadType
[src]
fn clone(&self) -> IkePayloadType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for IkePayloadType
[src]
impl PartialEq for IkePayloadType
[src]
fn eq(&self, __arg_0: &IkePayloadType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &IkePayloadType) -> bool
[src]
This method tests for !=
.