![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Data Fields | |
| union { | |
| struct { | |
| u16 src | |
| u16 dst | |
| } | |
| u32 src_and_dst | |
| } | ports |
| u32 | seq_number |
| u32 | ack_number |
| u8 | tcp_header_u32s_and_reserved |
| u8 | flags |
| u16 | window |
| u16 | checksum |
| u16 | urgent_pointer |
Definition at line 65 of file tcp_packet.h.
| u32 tcp_header_t::ack_number |
Definition at line 75 of file tcp_packet.h.
| u16 tcp_header_t::checksum |
Definition at line 89 of file tcp_packet.h.
| u16 tcp_header_t::dst |
Definition at line 69 of file tcp_packet.h.
| u8 tcp_header_t::flags |
Definition at line 81 of file tcp_packet.h.
| union { ... } tcp_header_t::ports |
| u32 tcp_header_t::seq_number |
Definition at line 75 of file tcp_packet.h.
| u16 tcp_header_t::src |
Definition at line 69 of file tcp_packet.h.
| u32 tcp_header_t::src_and_dst |
Definition at line 71 of file tcp_packet.h.
| u8 tcp_header_t::tcp_header_u32s_and_reserved |
Definition at line 78 of file tcp_packet.h.
| u16 tcp_header_t::urgent_pointer |
Definition at line 91 of file tcp_packet.h.
| u16 tcp_header_t::window |
Definition at line 86 of file tcp_packet.h.