|
API Reference Manual 1.51.0
|
Packet parse results. More...
#include <packet_types.h>
Data Fields | |
| odp_packet_parse_result_flag_t | flag |
| Parse result flags. | |
| uint32_t | packet_len |
| See odp_packet_len() | |
| uint32_t | l2_offset |
| See odp_packet_l2_offset() | |
| uint32_t | l3_offset |
| See odp_packet_l3_offset() | |
| uint32_t | l4_offset |
| See odp_packet_l4_offset() | |
| odp_packet_chksum_status_t | l3_chksum_status |
| See odp_packet_l3_chksum_status() | |
| odp_packet_chksum_status_t | l4_chksum_status |
| See odp_packet_l4_chksum_status() | |
| odp_proto_l2_type_t | l2_type |
| See odp_packet_l2_type() | |
| odp_proto_l3_type_t | l3_type |
| See odp_packet_l3_type() | |
| odp_proto_l4_type_t | l4_type |
| See odp_packet_l4_type() | |
Packet parse results.
Definition at line 434 of file api/spec/packet_types.h.
| odp_packet_parse_result_flag_t odp_packet_parse_result_t::flag |
Parse result flags.
Definition at line 436 of file api/spec/packet_types.h.
| uint32_t odp_packet_parse_result_t::packet_len |
See odp_packet_len()
Definition at line 439 of file api/spec/packet_types.h.
| uint32_t odp_packet_parse_result_t::l2_offset |
Definition at line 442 of file api/spec/packet_types.h.
| uint32_t odp_packet_parse_result_t::l3_offset |
Definition at line 444 of file api/spec/packet_types.h.
| uint32_t odp_packet_parse_result_t::l4_offset |
Definition at line 446 of file api/spec/packet_types.h.
| odp_packet_chksum_status_t odp_packet_parse_result_t::l3_chksum_status |
See odp_packet_l3_chksum_status()
Definition at line 449 of file api/spec/packet_types.h.
| odp_packet_chksum_status_t odp_packet_parse_result_t::l4_chksum_status |
See odp_packet_l4_chksum_status()
Definition at line 451 of file api/spec/packet_types.h.
| odp_proto_l2_type_t odp_packet_parse_result_t::l2_type |
Definition at line 454 of file api/spec/packet_types.h.
| odp_proto_l3_type_t odp_packet_parse_result_t::l3_type |
Definition at line 456 of file api/spec/packet_types.h.
| odp_proto_l4_type_t odp_packet_parse_result_t::l4_type |
Definition at line 458 of file api/spec/packet_types.h.