API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_packet_data_range Struct Reference

Packet API data range specifier. More...

#include <packet_types.h>

Data Fields

uint32_t offset
 Offset from beginning of packet.
 
uint32_t length
 Length of data to operate on.
 

Detailed Description

Packet API data range specifier.

Definition at line 269 of file api/spec/packet_types.h.

Field Documentation

◆ offset

uint32_t odp_packet_data_range::offset

Offset from beginning of packet.

Examples
ipsec_crypto/odp_ipsec.c, and odp_crypto.c.

Definition at line 271 of file api/spec/packet_types.h.

◆ length

uint32_t odp_packet_data_range::length

Length of data to operate on.

Examples
ipsec_crypto/odp_ipsec.c, and odp_crypto.c.

Definition at line 274 of file api/spec/packet_types.h.


The documentation for this struct was generated from the following file: