#include <ulogd.h>

Data Fields | |
| u_int32_t | len |
| u_int16_t | type |
| u_int16_t | flags |
| char | name [ULOGD_MAX_KEYLEN+1] |
| struct { | |
| u_int32_t vendor | |
| u_int16_t field_id | |
| } | ipfix |
| char * | cim_name |
| union { | |
| union { | |
| u_int8_t b | |
| u_int8_t ui8 | |
| u_int16_t ui16 | |
| u_int32_t ui32 | |
| u_int64_t ui64 | |
| u_int32_t ui128 [4] | |
| int8_t i8 | |
| int16_t i16 | |
| int32_t i32 | |
| int64_t i64 | |
| int32_t i128 [4] | |
| void * ptr | |
| } value | |
| struct ulogd_key * source | |
| } | u |
| u_int8_t ulogd_key::b |
| char* ulogd_key::cim_name |
| u_int16_t ulogd_key::field_id |
Referenced by build_template_for_bitmask().
| u_int16_t ulogd_key::flags |
Referenced by build_template_for_bitmask(), and get_plugin_infos().
| int32_t ulogd_key::i128[4] |
| int16_t ulogd_key::i16 |
| int32_t ulogd_key::i32 |
| int64_t ulogd_key::i64 |
| int8_t ulogd_key::i8 |
| struct { ... } ulogd_key::ipfix |
Referenced by build_template_for_bitmask().
| u_int32_t ulogd_key::len |
Referenced by ulogd_key_size().
| char ulogd_key::name[ULOGD_MAX_KEYLEN+1] |
Referenced by build_template_for_bitmask(), get_plugin_infos(), and ulogd_key_size().
| void* ulogd_key::ptr |
Referenced by build_template_for_bitmask().
| u_int16_t ulogd_key::type |
Referenced by get_plugin_infos(), and ulogd_key_size().
| union { ... } ulogd_key::u |
Referenced by build_template_for_bitmask(), and ulogd_key_size().
| u_int32_t ulogd_key::ui128[4] |
| u_int16_t ulogd_key::ui16 |
| u_int32_t ulogd_key::ui32 |
| u_int64_t ulogd_key::ui64 |
| u_int8_t ulogd_key::ui8 |
| union { ... } ulogd_key::value |
Referenced by ulogd_key_size().
| u_int32_t ulogd_key::vendor |
Referenced by build_template_for_bitmask().