DPDK  24.03.0-rc4
Data Fields
rte_sctp_hdr Struct Reference

#include <rte_sctp.h>

Data Fields

rte_be16_t src_port
 
rte_be16_t dst_port
 
rte_be32_t tag
 
rte_be32_t cksum
 

Detailed Description

SCTP Header

Definition at line 28 of file rte_sctp.h.

Field Documentation

◆ src_port

rte_be16_t src_port

Source port.

Definition at line 29 of file rte_sctp.h.

◆ dst_port

rte_be16_t dst_port

Destin port.

Definition at line 30 of file rte_sctp.h.

◆ tag

Validation tag.

Definition at line 31 of file rte_sctp.h.

◆ cksum

rte_be32_t cksum

Checksum.

Definition at line 32 of file rte_sctp.h.


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