API Reference Manual
1.46.0
|
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... | |
Packet IO set operations.
Supported packet IO interface set operations listed in a bit field structure.
Definition at line 751 of file api/spec/packet_io_types.h.
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.
Definition at line 766 of file api/spec/packet_io_types.h.