Searched defs:ikev2_hdr (Results 1 – 1 of 1) sorted by relevance
26 struct ikev2_hdr { struct27 u8 i_spi[IKEV2_SPI_LEN]; /* IKE_SA Initiator's SPI */28 u8 r_spi[IKEV2_SPI_LEN]; /* IKE_SA Responder's SPI */29 u8 next_payload;30 u8 version; /* MjVer | MnVer */31 u8 exchange_type;32 u8 flags;33 u8 message_id[4];34 u8 length[4]; /* total length of HDR + payloads */