Home
last modified time | relevance | path

Searched refs:checkValueInRange (Results 1 – 6 of 6) sorted by relevance

/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/file/
H A Dfile_inspect_config.c405 _dpd.checkValueInRange(cur_tokenp, in file_config_parse()
431 _dpd.checkValueInRange(cur_tokenp, FILE_INSPECT_CAPTURE_NETWORK, in file_config_parse()
439 _dpd.checkValueInRange(cur_tokenp, FILE_INSPECT_CAPTURE_QUEUE_SIZE, in file_config_parse()
447 _dpd.checkValueInRange(cur_tokenp, FILE_INSPECT_VERDICT_DELAY, in file_config_parse()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/imap/
H A Dimap_config.c107 … ret = _dpd.checkValueInRange(strtok_r(NULL, CONF_SEPARATORS, &saveptr), CONF_IMAP_MEMCAP, in IMAP_ParseArgs()
113 … ret = _dpd.checkValueInRange(strtok_r(NULL, CONF_SEPARATORS, &saveptr), CONF_MAX_MIME_MEM, in IMAP_ParseArgs()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/pop/
H A Dpop_config.c107 ret = _dpd.checkValueInRange(strtok_r(NULL, CONF_SEPARATORS, &saveptr), CONF_POP_MEMCAP, in POP_ParseArgs()
113 … ret = _dpd.checkValueInRange(strtok_r(NULL, CONF_SEPARATORS, &saveptr), CONF_MAX_MIME_MEM, in POP_ParseArgs()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/smtp/
H A Dsmtp_config.c258 … ret = _dpd.checkValueInRange(strtok_r(NULL, CONF_SEPARATORS, &saveptr), CONF_SMTP_MEMCAP, in SMTP_ParseArgs()
264 … ret = _dpd.checkValueInRange(strtok_r(NULL, CONF_SEPARATORS, &saveptr), CONF_MAX_MIME_MEM, in SMTP_ParseArgs()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_preprocessor.h547 DynamicCheckValueInRangeFunc checkValueInRange; member
H A Dsf_dynamic_plugins.c2806 preprocData.checkValueInRange = &CheckValueInRange; in InitDynamicPreprocessors()