Home
last modified time | relevance | path

Searched refs:CheckValueInRange (Results 1 – 5 of 5) sorted by relevance

/dports/security/snort/snort-2.9.18/src/file-process/
H A Dfile_service_config.c317 CheckValueInRange(option_args, FILE_SERVICE_OPT__TYPE_DEPTH, in file_service_config()
327 CheckValueInRange(option_args, FILE_SERVICE_OPT__SIG_DEPTH, in file_service_config()
337 CheckValueInRange(option_args, FILE_SERVICE_OPT__BLOCK_TIMEOUT, in file_service_config()
347 CheckValueInRange(option_args, FILE_SERVICE_OPT__LOOKUP_TIMEOUT, in file_service_config()
361 CheckValueInRange(option_args, FILE_SERVICE_OPT__CAPTURE_MEMCAP, in file_service_config()
368 CheckValueInRange(option_args, FILE_SERVICE_OPT__CAPTURE_MAX_SIZE, in file_service_config()
376 CheckValueInRange(option_args, FILE_SERVICE_OPT__CAPTURE_MIN_SIZE, in file_service_config()
384 CheckValueInRange(option_args, FILE_SERVICE_OPT__CAPTURE_BLOCK_SIZE, in file_service_config()
402 CheckValueInRange(option_args, FILE_SERVICE_OPT__SHOW_DATA_DEPTH, in file_service_config()
H A Dfile_mime_config.c215 ret = CheckValueInRange(strtok_r(NULL, CONF_SEPARATORS, strtok_saveptr), CONF_MAX_MIME_MEM, in parse_mime_decode_args()
/dports/security/snort/snort-2.9.18/src/
H A Dutil.h215 int CheckValueInRange(const char *value_str, char *option,
H A Dutil.c2659 int CheckValueInRange(const char *value_str, char *option, in CheckValueInRange() function
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_plugins.c2806 preprocData.checkValueInRange = &CheckValueInRange; in InitDynamicPreprocessors()