API Reference Manual
1.46.0
|
Packet parse parameters. More...
#include <packet_types.h>
Data Fields | |
odp_proto_t | proto |
Protocol header at parse starting point. More... | |
odp_proto_layer_t | last_layer |
Continue parsing until this layer. More... | |
odp_proto_chksums_t | chksums |
Flags to control payload data checksums checks up to the selected parse layer. More... | |
Packet parse parameters.
Definition at line 334 of file api/spec/packet_types.h.
odp_proto_t odp_packet_parse_param_t::proto |
Protocol header at parse starting point.
Valid values for this field are: ODP_PROTO_ETH, ODP_PROTO_IPV4, ODP_PROTO_IPV6.
Definition at line 337 of file api/spec/packet_types.h.
odp_proto_layer_t odp_packet_parse_param_t::last_layer |
Continue parsing until this layer.
Must be the same or higher layer than the layer of 'proto'.
Definition at line 341 of file api/spec/packet_types.h.
odp_proto_chksums_t odp_packet_parse_param_t::chksums |
Flags to control payload data checksums checks up to the selected parse layer.
Checksum checking status can be queried for each packet with odp_packet_l3_chksum_status() and odp_packet_l4_chksum_status().
Definition at line 348 of file api/spec/packet_types.h.