API Reference Manual  1.45.1
odp_pktio_set_op_t Union Reference

Packet IO set operations. More...

#include <packet_io_types.h>

Data Fields

struct {
   uint32_t   promisc_mode: 1
 Promiscuous mode.
 
   uint32_t   mac_addr: 1
 MAC address

 
   uint32_t   skip_offset: 1
 Per port header offset(skip)set.
 
   uint32_t   maxlen: 1
 Maximum frame length.
 
op
 Operation flags.
 
uint32_t all_bits
 All bits of the bit field structure. More...
 

Detailed Description

Packet IO set operations.

Supported packet IO interface set operations listed in a bit field structure.

Definition at line 750 of file api/spec/packet_io_types.h.

Field Documentation

◆ all_bits

uint32_t odp_pktio_set_op_t::all_bits

All bits of the bit field structure.

This field can be used to set/clear all flags, or bitwise operations over the entire structure.

Examples
odp_sysinfo.c.

Definition at line 765 of file api/spec/packet_io_types.h.


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