|
API Reference Manual 1.51.0
|
Packet IO set operations. More...
#include <packet_io_types.h>
Data Fields | ||
| struct { | ||
| uint32_t promisc_mode: 1 | ||
| Promiscuous mode. More... | ||
| uint32_t mac_addr: 1 | ||
| MAC address More... | ||
| uint32_t skip_offset: 1 | ||
| Per port header offset(skip)set. More... | ||
| uint32_t maxlen: 1 | ||
| Maximum frame length. More... | ||
| } | op | |
| Operation flags. | ||
| uint32_t | all_bits | |
| All bits of the bit field structure. | ||
Packet IO set operations.
Supported packet IO interface set operations listed in a bit field structure.
Definition at line 759 of file api/spec/packet_io_types.h.
| uint32_t odp_pktio_set_op_t::promisc_mode |
Promiscuous mode.
Definition at line 763 of file api/spec/packet_io_types.h.
| uint32_t odp_pktio_set_op_t::mac_addr |
MAC address
Definition at line 765 of file api/spec/packet_io_types.h.
| uint32_t odp_pktio_set_op_t::skip_offset |
Per port header offset(skip)set.
Definition at line 767 of file api/spec/packet_io_types.h.
| uint32_t odp_pktio_set_op_t::maxlen |
Maximum frame length.
Definition at line 769 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 774 of file api/spec/packet_io_types.h.