Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.6.0.3
Enumerations | Functions
openapi_pkt.h File Reference
#include "openapi_common.h"

Go to the source code of this file.

Enumerations

enum  OPEN_EXT_PKT_TX_TYPE_t {
  OPEN_EXT_PKT_TX_NORMAL_UNICAST = 0, OPEN_EXT_PKT_TX_VLAN_MULTICAST = 1, OPEN_EXT_PKT_TX_L2RAW_UNICAST = 2, OPEN_EXT_PKT_TX_L2RAW_VLAN_MULTICAST = 3,
  OPEN_EXT_PKT_TX_NUM_OF_TYPE = 4
}
 

Functions

open_error_t openapiExtPktTransmit (openapiClientHandle_t *client_handle, open_buffdesc *buffer, OPEN_EXT_PKT_TX_TYPE_t type, uint32_t ifNum, uint32_t vlanId, uint32_t priority)
 Transmit frame out of one or multiple front-panel switch interfaces. More...