Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_sctp_hdr(3)			     DPDK		       rte_sctp_hdr(3)

NAME
       rte_sctp_hdr

SYNOPSIS
       #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 24 of	file rte_sctp.h.

Field Documentation
   rte_be16_t src_port
       Source port.

       Definition at line 25 of	file rte_sctp.h.

   rte_be16_t dst_port
       Destin port.

       Definition at line 26 of	file rte_sctp.h.

   rte_be32_t tag
       Validation tag.

       Definition at line 27 of	file rte_sctp.h.

   rte_be32_t cksum
       Checksum.

       Definition at line 28 of	file rte_sctp.h.

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026		       rte_sctp_hdr(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cksum&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help