struct tad_atm_cell_ctrl_data

Overview

ATM cell control data specified by upper layers. More…

#include <tad_atm_impl.h>

struct tad_atm_cell_ctrl_data {
    // fields

    bool indication;
    bool user_data;
    uint16_t vpi;
    uint16_t vci;
};

Detailed Documentation

ATM cell control data specified by upper layers.

Pointer to this structure may be attached to ATM cell packets as opaque data.

Fields

bool indication

ATM-user-to-ATM-user indication

bool user_data

User data cell (received cell only)

uint16_t vpi

VPI (received cell only)

uint16_t vci

VCI (received cell only)