netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
meta_template Struct Reference

struct meta_template - template for meta expressions and statements More...

#include <meta.h>

Collaboration diagram for meta_template:

Data Fields

const char * token
 
const struct datatypedtype
 
enum byteorder byteorder
 
unsigned int len
 

Detailed Description

struct meta_template - template for meta expressions and statements

: parser token for the expression : data type of the expression : length of the expression : byteorder

Field Documentation

enum byteorder meta_template::byteorder

Referenced by meta_expr_alloc().

const struct datatype* meta_template::dtype

Referenced by meta_expr_alloc().

unsigned int meta_template::len

Referenced by meta_expr_alloc().

const char* meta_template::token

The documentation for this struct was generated from the following file: