CNDP
22.08.0
|
Go to the source code of this file.
Data Structures | |
struct | cne_tcp_hdr |
Macros | |
#define | TCP_CWR_FLAG 0x80 |
#define | TCP_ECE_FLAG 0x40 |
#define | TCP_URG_FLAG 0x20 |
#define | TCP_ACK_FLAG 0x10 |
#define | TCP_PSH_FLAG 0x08 |
#define | TCP_RST_FLAG 0x04 |
#define | TCP_SYN_FLAG 0x02 |
#define | TCP_FIN_FLAG 0x01 |
TCP-related defines
Definition in file cne_tcp.h.
#define TCP_CWR_FLAG 0x80 |