Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/
H A Dparser.c3047 RuleTreeNode test_rtn; in createDynamicRuleTypeRtn() local
3054 test_rtn.flags |= ANY_DST_PORT; in createDynamicRuleTypeRtn()
3055 test_rtn.flags |= ANY_SRC_PORT; in createDynamicRuleTypeRtn()
3056 test_rtn.flags |= ANY_DST_IP; in createDynamicRuleTypeRtn()
3057 test_rtn.flags |= ANY_SRC_IP; in createDynamicRuleTypeRtn()
3065 test_rtn.listhead = list; in createDynamicRuleTypeRtn()
9330 RuleTreeNode test_rtn; in ParseRule() local
9355 test_rtn.type = rule_type; in ParseRule()
9376 test_rtn.type = rule_type; in ParseRule()
9382 test_rtn.proto = protocol; in ParseRule()
[all …]