Data Structures |
| struct | fbTemplate_st |
| | An IPFIX template or options template structure. More...
|
Defines |
|
#define | IPFIX_ENTERPRISE_BIT 0x8000 |
| | define the bit in ID's that marks the Enterprise ID's
|
|
#define | IPFIX_REVERSE_PEN 29305 |
| | This is the Private Enterprise Number defined in the IPFIX standard, see RFC 5102, for reverse flow datum.
|
|
#define | FB_MSGLEN_MAX 65535 |
| | definition of the max-size of an fbuf_t buffer, or the default/only size
|
Functions |
| void | fBufRewind (fBuf_t *fbuf) |
| | fBufRewind
|
| gboolean | fBufAppendTemplate (fBuf_t *fbuf, uint16_t tmpl_id, fbTemplate_t *tmpl, gboolean revoke, GError **err) |
| | fBufAppendTemplate
|
| uint32_t | fbInfoElementHash (fbInfoElement_t *ie) |
| | fbInfoElementHash
|
| gboolean | fbInfoElementEqual (const fbInfoElement_t *a, const fbInfoElement_t *b) |
| | fbInfoElementEqual
|
| void | fbInfoElementDebug (gboolean tmpl, fbInfoElement_t *ie) |
| | fbInfoElementDebug
|
| const fbInfoElement_t * | fbInfoModelGetElement (fbInfoModel_t *model, fbInfoElement_t *ex_ie) |
| | fbInfoModelGetElement
|
| gboolean | fbInfoElementCopyToTemplate (fbInfoModel_t *model, fbInfoElement_t *ex_ie, fbInfoElement_t *tmpl_ie) |
| | fbInfoElementCopyToTemplate
|
| gboolean | fbInfoElementCopyToTemplateByName (fbInfoModel_t *model, const char *name, uint16_t len_override, fbInfoElement_t *tmpl_ie) |
| | fbInfoElementCopyToTemplateByName
|
| void | fbTemplateRetain (fbTemplate_t *tmpl) |
| | fbTemplateRetain
|
| void | fbTemplateRelease (fbTemplate_t *tmpl) |
| | fbTemplateRelease
|
| void | fbTemplateFree (fbTemplate_t *tmpl) |
| | fbTemplateFree
|
| void | fbTemplateDebug (const char *label, uint16_t tid, fbTemplate_t *tmpl) |
| | fbTemplateDebug
|
| fbSession_t * | fbSessionClone (fbSession_t *base) |
| | fbSessionClone
|
| uint32_t | fbSessionGetSequence (fbSession_t *session) |
| | fbSessionGetSequence
|
| void | fbSessionSetSequence (fbSession_t *session, uint32_t sequence) |
| | fbSessionSetSequence
|
| void | fbSessionSetTemplateBuffer (fbSession_t *session, fBuf_t *fbuf) |
| | fbSessionSetTemplateBuffer
|
| fbInfoModel_t * | fbSessionGetInfoModel (fbSession_t *session) |
| | fbSessionGetInfoModel
|
| gboolean | fbConnSpecLookupAI (fbConnSpec_t *spec, gboolean passive, GError **err) |
| | fbConnSpecLookupAI
|
| gboolean | fbConnSpecInitTLS (fbConnSpec_t *spec, gboolean passive, GError **err) |
| | fbConnSpecInitTLS
|
| fbConnSpec_t * | fbConnSpecCopy (fbConnSpec_t *spec) |
| | fbConnSpecCopy
|
| void | fbConnSpecFree (fbConnSpec_t *spec) |
| | fbConnSpecFree
|
| uint16_t | fbExporterGetMTU (fbExporter_t *exporter) |
| | fbExporterGetMTU
|
| gboolean | fbExportMessage (fbExporter_t *exporter, uint8_t *msgbase, size_t msglen, GError **err) |
| | fbExportMessage
|
| void | fbExporterFree (fbExporter_t *exporter) |
| | fbExporterFree
|
| fbCollector_t * | fbCollectorAllocSocket (fbListener_t *listener, void *ctx, int fd, struct sockaddr *peer, size_t peerlen) |
| | fbCollectorAllocSocket
|
| fbCollector_t * | fbCollectorAllocTLS (fbListener_t *listener, void *ctx, int fd, struct sockaddr *peer, size_t peerlen, GError **err) |
| | fbCollectorAllocTLS
|
| gboolean | fbCollectMessage (fbCollector_t *collector, uint8_t *msgbase, size_t *msglen, GError **err) |
| | fbCollectMessage
|
| int | fbCollectorGetFD (fbCollector_t *collector) |
| | fbCollectorGetFD
|
| void | fbCollectorFree (fbCollector_t *collector) |
| | fbCollectorFree
|
| gboolean | fbCollectorHasTranslator (fbCollector_t *collector) |
| | fbCollectorHasTranslator
|
| void | fbListenerRemove (fbListener_t *listener, int fd) |
| | fbListenerRemove
|
| fbConnSpec_t * | fbListenerGetConnSpec (fbListener_t *listener) |
| | fbListenerGetConnSpec
|
fixbuf IPFIX protocol library private interface.
These calls and structures are intended for the use of libfixbuf modules, and as such are not documented or guaranteed to remain stable in any way. Applications using these calls and structures may have to be modified to track changes to this interface across minor version releases of fixbuf.