CNDP  22.08.0
cne_tcp_hdr Struct Reference

#include <cne_tcp.h>

Data Fields

cne_be16_t src_port
 
cne_be16_t dst_port
 
cne_be32_t sent_seq
 
cne_be32_t recv_ack
 
uint8_t data_off
 
uint8_t tcp_flags
 
cne_be16_t rx_win
 
cne_be16_t cksum
 
cne_be16_t tcp_urp
 

Detailed Description

TCP Header

Definition at line 28 of file cne_tcp.h.

Field Documentation

◆ src_port

cne_be16_t src_port

TCP source lport.

Definition at line 29 of file cne_tcp.h.

◆ dst_port

cne_be16_t dst_port

TCP destination lport.

Definition at line 30 of file cne_tcp.h.

◆ sent_seq

cne_be32_t sent_seq

TX data sequence number.

Definition at line 31 of file cne_tcp.h.

◆ recv_ack

cne_be32_t recv_ack

RX data acknowledgment sequence number.

Definition at line 32 of file cne_tcp.h.

◆ data_off

uint8_t data_off

Data offset.

Definition at line 33 of file cne_tcp.h.

◆ tcp_flags

uint8_t tcp_flags

TCP flags

Definition at line 34 of file cne_tcp.h.

◆ rx_win

cne_be16_t rx_win

RX flow control window.

Definition at line 35 of file cne_tcp.h.

◆ cksum

cne_be16_t cksum

TCP checksum.

Definition at line 36 of file cne_tcp.h.

◆ tcp_urp

cne_be16_t tcp_urp

TCP urgent pointer, if any.

Definition at line 37 of file cne_tcp.h.


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