FreeBSD kernel IPv4 code
sctp_nat_msg Struct Reference

SCTP message. More...

#include <alias_sctp.h>

Collaboration diagram for sctp_nat_msg:

Data Fields

uint16_t msg
 
struct ipip_hdr
 
struct sctphdrsctp_hdr
 
union sctpChunkOfInt sctpchnk
 
int chunk_length
 

Detailed Description

SCTP message.

Structure containing the relevant information from the SCTP message

Definition at line 166 of file alias_sctp.h.

Field Documentation

◆ chunk_length

int sctp_nat_msg::chunk_length

length of chunk of interest

Definition at line 175 of file alias_sctp.h.

Referenced by sctp_PktParser().

◆ ip_hdr

struct ip* sctp_nat_msg::ip_hdr

pointer to ip packet header

Definition at line 171 of file alias_sctp.h.

Referenced by sctp_PktParser().

◆ msg

uint16_t sctp_nat_msg::msg

one of the key messages defined above

Definition at line 167 of file alias_sctp.h.

Referenced by sctp_PktParser().

◆ sctp_hdr

struct sctphdr* sctp_nat_msg::sctp_hdr

pointer to sctp common header

Definition at line 173 of file alias_sctp.h.

Referenced by sctp_PktParser().

◆ sctpchnk

union sctpChunkOfInt sctp_nat_msg::sctpchnk

union of pointers to the chunk of interest

Definition at line 174 of file alias_sctp.h.

Referenced by sctp_PktParser().


The documentation for this struct was generated from the following file: