#include <conffile.h>

Data Fields | |
| struct config_entry * | next |
| 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 |
| 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 |
Referenced by config_parse_file(), get_plugin_infos(), and main().
| struct config_entry* config_entry::next |
Referenced by config_parse_file().
| u_int8_t config_entry::options |
Referenced by config_parse_file(), get_plugin_infos(), and main().
| int(* config_entry::parser)(const char *argstr) |
Referenced by config_parse_file(), and main().
| char config_entry::string[CONFIG_VAL_STRING_LEN] |
Referenced by append_create_outfile(), config_parse_file(), get_plugin_infos(), and main().
| u_int8_t config_entry::type |
Referenced by config_parse_file(), get_plugin_infos(), and main().
| union { ... } config_entry::u |
Referenced by __ulogd_log(), append_create_outfile(), config_parse_file(), get_plugin_infos(), and main().
| union { ... } config_entry::u |
| int config_entry::value |
Referenced by __ulogd_log(), config_parse_file(), get_plugin_infos(), and main().