|
API Reference Manual 1.51.0
|
Flags to control packet data checksum checking. More...
#include <packet_types.h>
Data Fields | ||
| struct { | ||
| uint32_t ipv4: 1 | ||
| IPv4 header checksum. More... | ||
| uint32_t udp: 1 | ||
| UDP checksum. More... | ||
| uint32_t tcp: 1 | ||
| TCP checksum. More... | ||
| uint32_t sctp: 1 | ||
| SCTP checksum. More... | ||
| } | chksum | |
| Individual checksum bits. | ||
| uint32_t | all_chksum | |
| All checksum bits. | ||
Flags to control packet data checksum checking.
Definition at line 320 of file api/spec/packet_types.h.
| uint32_t odp_proto_chksums_t::ipv4 |
IPv4 header checksum.
Definition at line 324 of file api/spec/packet_types.h.
| uint32_t odp_proto_chksums_t::udp |
UDP checksum.
Definition at line 327 of file api/spec/packet_types.h.
| uint32_t odp_proto_chksums_t::tcp |
TCP checksum.
Definition at line 330 of file api/spec/packet_types.h.
| uint32_t odp_proto_chksums_t::sctp |
| uint32_t odp_proto_chksums_t::all_chksum |
All checksum bits.
This field can be used to set/clear all flags, or to perform bitwise operations over those.
Definition at line 341 of file api/spec/packet_types.h.