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

#include <conffile.h>

Collaboration diagram for config_entry:

Data Fields

struct config_entrynext
 
char key [CONFIG_KEY_LEN]
 
u_int8_t type
 
u_int8_t options
 
u_int8_t hit
 
union {
   char   string [CONFIG_VAL_STRING_LEN]
 
   int   value
 
   int(*   parser )(char *argstr)
 
u
 
u_int8_t flag
 
union {
   char   string [CONFIG_VAL_STRING_LEN]
 
   int   value
 
   int(*   parser )(const char *argstr)
 
u
 

Field Documentation

u_int8_t config_entry::flag

Referenced by config_parse_file().

u_int8_t config_entry::hit

Referenced by config_parse_file().

char config_entry::key
struct config_entry* config_entry::next

Referenced by config_parse_file().

u_int8_t config_entry::options
int(* config_entry::parser)(const char *argstr)

Referenced by config_parse_file(), and main().

u_int8_t config_entry::type
union { ... } config_entry::u
union { ... } config_entry::u
int config_entry::value

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