26#define ODPH_TCPHDR_LEN 20
37#if ODP_BIG_ENDIAN_BITFIELD
54#elif ODP_LITTLE_ENDIAN_BITFIELD
73#error "Endian BitField order not defined!"
struct ODP_PACKED odph_tcphdr_t
TCP header.
odp_u16be_t dst_port
Destination port.
odp_u32be_t seq_no
Sequence Number.
odp_u16be_t window
Window size.
odp_u16be_t src_port
Source port.
odp_u16be_t urgptr
Urgent pointer.
odp_u16be_t doffset_flags
TCP Flags aggregate.
odp_u32be_t ack_no
Acknowledgment number.
odp_u16be_t cksm
Checksum.