struct tad_action_spec

Overview

Action specification. More…

#include <tad_recv.h>

struct tad_action_spec {
    // fields

    asn_tag_value type;
    struct tad_action_spec report;
    struct tad_action_spec do_break;
    struct tad_action_spec echo;
    tad_processing_pkt_method func;
    char* opaque;
    struct tad_action_spec function;
    unsigned int csap_id;
    struct tad_action_spec fwd_pld;
};

Detailed Documentation

Action specification.

Fields

asn_tag_value type

Type of the action

struct tad_action_spec report

Parameters of the report action

struct tad_action_spec do_break

Parameters of the break action

struct tad_action_spec echo

Parameters of the echo method

tad_processing_pkt_method func

Function to call

char* opaque

Opaque parameter

struct tad_action_spec function

Parameters of the packet processing method

unsigned int csap_id

Target CSAP ID

struct tad_action_spec fwd_pld

Parameters of the Forward-Payload action