Data Structures
Here are the data structures with brief descriptions:
fbBasicList_st | A basic list element in a template which structure represents a basic list on the internal side, basic lists in an IPFIX Message must be represented by this structure within the application record |
fbConnSpec_st | Connection specifier |
fbInfoElement_st | A single IPFIX Information Element definition |
fbInfoElementSpec_st | A single IPFIX Information Element specification |
fbListenerEntry_st | ListenerEntry's make up a listener group as a linked list |
fbListenerGroup_st | Structure that holds the listeners that are added to the group |
fbListenerGroupResult_st | ListenerGroupResult's contain the listener who's listening socket got a new connection |
fbSubTemplateList_st | Structure used to hold information of a sub template list |
fbSubTemplateMultiList_st | Multilists just contain the semantic to describe the sub lists, the number of sub lists, and a pointer to the first entry |
fbSubTemplateMultiListEntry_st | Entries contain the same type of information at SubTemplateLists: template ID and template pointers to describe the data the number of data elements and the data pointer and data length |
fbTemplate_st | An IPFIX template or options template structure |
fbVarfield_st | A variable-length field value |