Home
last modified time | relevance | path

Searched refs:RULE_OPTION_TYPE_LEAF_NODE (Results 1 – 10 of 10) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Ddetection_options.cc94 if ( key->option_type != RULE_OPTION_TYPE_LEAF_NODE ) in do_hash()
112 if ( key1->option_type != RULE_OPTION_TYPE_LEAF_NODE ) in key_compare()
143 if ( key->option_type != RULE_OPTION_TYPE_LEAF_NODE ) in free_user_data()
308 if ( node->option_type != RULE_OPTION_TYPE_LEAF_NODE ) in print_option_tree()
339 key.option_type = RULE_OPTION_TYPE_LEAF_NODE; in add_detection_option_tree()
402 if ( node->option_type != RULE_OPTION_TYPE_LEAF_NODE ) in detection_option_node_evaluate()
448 case RULE_OPTION_TYPE_LEAF_NODE: in detection_option_node_evaluate()
628 else if ( child_node->option_type == RULE_OPTION_TYPE_LEAF_NODE ) in detection_option_node_evaluate()
642 if ( child_node->option_type == RULE_OPTION_TYPE_LEAF_NODE ) in detection_option_node_evaluate()
773 if ( node->option_type == RULE_OPTION_TYPE_LEAF_NODE ) in detection_option_node_update_otn_stats()
H A Drule_option_types.h26 RULE_OPTION_TYPE_LEAF_NODE, // internal use by rule compiler enumerator
H A Ddetect_trace.cc117 if (node->option_type != RULE_OPTION_TYPE_LEAF_NODE ) in node_eval_trace()
H A Dfp_create.cc151 if ( child->option_type != RULE_OPTION_TYPE_LEAF_NODE ) in new_sig()
196 if (opt_fp->type == RULE_OPTION_TYPE_LEAF_NODE) in otn_create_tree()
329 child = new_node(RULE_OPTION_TYPE_LEAF_NODE, otn); in otn_create_tree()
/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Ddetection_options.c251 case RULE_OPTION_TYPE_LEAF_NODE: in detection_option_hash_func()
283 case RULE_OPTION_TYPE_LEAF_NODE: in detection_option_key_compare_func()
559 case RULE_OPTION_TYPE_LEAF_NODE: in detection_hash_free_func()
859 key.option_type = RULE_OPTION_TYPE_LEAF_NODE; in add_detection_option_tree()
1001 case RULE_OPTION_TYPE_LEAF_NODE: in detection_option_node_evaluate()
1279 else if (child_node->option_type == RULE_OPTION_TYPE_LEAF_NODE) in detection_option_node_evaluate()
1294 if (child_node->option_type == RULE_OPTION_TYPE_LEAF_NODE) in detection_option_node_evaluate()
1498 if (node->option_type == RULE_OPTION_TYPE_LEAF_NODE) in detection_option_node_update_otn_stats()
/dports/security/snort/snort-2.9.18/src/
H A Drule_option_types.h26 RULE_OPTION_TYPE_LEAF_NODE, enumerator
H A Dfpcreate.c600 if (opt_fp->type == RULE_OPTION_TYPE_LEAF_NODE) in otn_create_tree()
723 child->option_type = RULE_OPTION_TYPE_LEAF_NODE; in otn_create_tree()
H A Dparser.c3349 fpl->type = RULE_OPTION_TYPE_LEAF_NODE; in ParseRuleOptions()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/sdf/
H A Dsdf_detection_option.c180 while (tmp != NULL && tmp->type != RULE_OPTION_TYPE_LEAF_NODE) in SDFOtnHandler()
/dports/security/snort3/snort3-3.1.19.0/src/parser/
H A Dparse_rule.cc1183 fpl->type = RULE_OPTION_TYPE_LEAF_NODE; in parse_rule_close()