Home
last modified time | relevance | path

Searched refs:GetIntfDataFunc (Results 1 – 2 of 2) sorted by relevance

/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_preprocessor.h281 typedef void (*GetIntfDataFunc)(void *ssnptr,int32_t *ingressIntfIndex, int32_t *egressIntfIndex, typedef
283 typedef void (*RegisterGetIntfDataFunc)(GetIntfDataFunc);
586 GetIntfDataFunc getIntfData;
H A Dsf_dynamic_plugins.c1973 static GetIntfDataFunc getIntfDataFnPtr;
2060 static void registerGetIntfData(GetIntfDataFunc fn) in registerGetIntfData()