Home
last modified time | relevance | path

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

/dports/security/fwbuilder/fwbuilder-5.3.7/src/cisco_lib/
H A DPolicyCompiler_cisco.h230 class splitIfDstMatchesFw : public splitIfRuleElementMatchesFW
233 splitIfDstMatchesFw (const std::string &n) : in splitIfDstMatchesFw() function
236 friend class PolicyCompiler_cisco::splitIfDstMatchesFw;
H A DPolicyCompiler_pix.cpp469 add( new splitIfDstMatchesFw ("split rule if Dst matches FW" )); in compile()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/
H A DPolicyCompiler.h494 class splitIfDstMatchesFw : public Compiler::splitIfRuleElementMatchesFW
497 splitIfDstMatchesFw (const std::string &n) : in splitIfDstMatchesFw() function
/dports/security/fwbuilder/fwbuilder-5.3.7/src/iptlib/
H A DPolicyCompiler_ipt.cpp4538 add( new splitIfDstMatchesFw("split rule if dst matches FW")); in compile()