Versions in this module Expand all Collapse all v0 v0.8.0 Dec 28, 2023 Changes in this version + const APIFile + const APIVersion + const VersionCrc + type Ikev2Auth struct + Data []byte + DataLen uint32 + Hex uint8 + Method uint8 + type Ikev2ChildSa struct + ChildSaIndex uint32 + Encryption Ikev2SaTransform + Esn Ikev2SaTransform + ISpi uint32 + Integrity Ikev2SaTransform + Keys Ikev2Keys + RSpi uint32 + SaIndex uint32 + type Ikev2EspTransforms struct + CryptoAlg uint8 + CryptoKeySize uint32 + IntegAlg uint8 + type Ikev2ID struct + Data string + DataLen uint8 + Type uint8 + type Ikev2IkeTransforms struct + CryptoAlg uint8 + CryptoKeySize uint32 + DhGroup uint8 + IntegAlg uint8 + type Ikev2Keys struct + SkAi []byte + SkAiLen uint8 + SkAr []byte + SkArLen uint8 + SkD []byte + SkDLen uint8 + SkEi []byte + SkEiLen uint8 + SkEr []byte + SkErLen uint8 + SkPi []byte + SkPiLen uint8 + SkPr []byte + SkPrLen uint8 + type Ikev2Profile struct + Auth Ikev2Auth + EspTs Ikev2EspTransforms + Handover uint32 + IkeTs Ikev2IkeTransforms + IpsecOverUDPPort uint16 + Lifetime uint64 + LifetimeJitter uint32 + LifetimeMaxdata uint64 + LocID Ikev2ID + LocTs Ikev2Ts + Name string + NattDisabled bool + RemID Ikev2ID + RemTs Ikev2Ts + Responder Ikev2Responder + TunItf uint32 + UDPEncap bool + type Ikev2Responder struct + Addr ip_types.Address + SwIfIndex interface_types.InterfaceIndex + type Ikev2Sa struct + Dh Ikev2SaTransform + Encryption Ikev2SaTransform + IID Ikev2ID + Iaddr ip_types.Address + Integrity Ikev2SaTransform + Ispi uint64 + Keys Ikev2Keys + Prf Ikev2SaTransform + ProfileIndex uint32 + RID Ikev2ID + Raddr ip_types.Address + Rspi uint64 + SaIndex uint32 + Stats Ikev2SaStats + type Ikev2SaStats struct + NInitSaRetransmit uint16 + NKeepalives uint16 + NRekeyReq uint16 + NRetransmit uint16 + NSaAuthReq uint16 + NSaInitReq uint16 + type Ikev2SaTransform struct + BlockSize uint16 + DhGroup uint8 + KeyLen uint16 + KeyTrunc uint16 + TransformID uint16 + TransformType uint8 + type Ikev2Ts struct + ChildSaIndex uint32 + EndAddr ip_types.Address + EndPort uint16 + IsLocal bool + ProtocolID uint8 + SaIndex uint32 + StartAddr ip_types.Address + StartPort uint16