Here are the data structures with brief descriptions:
CfbBasicList_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 |
CfbConnSpec_st | Connection specifier |
CfbInfoElement_st | A single IPFIX Information Element definition |
CfbInfoElementOptRec_st | The corresponding struct to the Information Element Type Options Template |
CfbInfoElementSpec_st | A single IPFIX Information Element specification |
CfbInfoModelIter_st | An iterator over the information elements in an information model |
CfbListenerEntry_st | ListenerEntry's make up a listener group as a linked list |
CfbListenerGroupResult_st | ListenerGroupResult's contain the listener who's listening socket got a new connection |
CfbSubTemplateList_st | Structure used to hold information of a sub template list |
CfbSubTemplateMultiList_st | Multilists just contain the semantic to describe the sub lists, the number of sub lists, and a pointer to the first entry |
CfbSubTemplateMultiListEntry_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 |
CfbTemplate_st | An IPFIX template or options template structure |
CfbUDPConnSpec_st | An UDP Connection specifier |
CfbVarfield_st | A variable-length field value |