| rte_tcp.h(3) | Library Functions Manual | rte_tcp.h(3) |
rte_tcp.h
#include <stdint.h>
#include <rte_byteorder.h>
struct rte_tcp_hdr
#define RTE_TCP_CWR_FLAG 0x80
#define RTE_TCP_ECE_FLAG 0x40
#define RTE_TCP_URG_FLAG 0x20
#define RTE_TCP_ACK_FLAG 0x10
#define RTE_TCP_PSH_FLAG 0x08
#define RTE_TCP_RST_FLAG 0x04
#define RTE_TCP_SYN_FLAG 0x02
#define RTE_TCP_FIN_FLAG 0x01
TCP-related defines
Definition in file rte_tcp.h.
TCP Flags Congestion Window Reduced
Definition at line 39 of file rte_tcp.h.
ECN-Echo
Definition at line 40 of file rte_tcp.h.
Urgent Pointer field significant
Definition at line 41 of file rte_tcp.h.
Acknowledgment field significant
Definition at line 42 of file rte_tcp.h.
Push Function
Definition at line 43 of file rte_tcp.h.
Reset the connection
Definition at line 44 of file rte_tcp.h.
Synchronize sequence numbers
Definition at line 45 of file rte_tcp.h.
No more data from sender
Definition at line 46 of file rte_tcp.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |