Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_preprocessor.h252 typedef int32_t (*GetAppIdFunc)(void *ssnptr); typedef
253 typedef void (*RegisterGetAppIdFunc)(GetAppIdFunc);
563 GetAppIdFunc getAppId;
H A Dsf_dynamic_plugins.c1950 static GetAppIdFunc getAppIdFnPtr = NULL;
1952 static void registerGetAppId(GetAppIdFunc fnptr) in registerGetAppId()