Home
last modified time | relevance | path

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

/dports/security/fwbuilder/fwbuilder-5.3.7/src/cisco_lib/
H A DRoutingCompiler_nxosacl.cpp75 RuleElementRGtw *gtwrel = rule->getRGtw(); assert(gtwrel); in processNext() local
77 FWReference::cast(gtwrel->front())->getPointer()); in processNext()
81 compiler->_expand_addr(rule, gtwrel, false); in processNext()
92 RuleElementRGtw *gtwrel = rule->getRGtw(); assert(gtwrel); in processNext() local
94 if (!itfrel->isAny() && !gtwrel->isAny()) in processNext()
H A DRoutingCompiler_iosacl.cpp75 RuleElementRGtw *gtwrel = rule->getRGtw(); assert(gtwrel); in processNext() local
77 FWReference::cast(gtwrel->front())->getPointer()); in processNext()
81 compiler->_expand_addr(rule, gtwrel, false); in processNext()
92 RuleElementRGtw *gtwrel = rule->getRGtw(); assert(gtwrel); in processNext() local
94 if (!itfrel->isAny() && !gtwrel->isAny()) in processNext()
H A DRoutingCompiler_pix.cpp54 RuleElementRGtw *gtwrel = rule->getRGtw(); in processNext() local
57 if (itfrel->isAny() || gtwrel->isAny()) in processNext()
H A DRoutingCompiler_cisco_writers.cpp124 RuleElementRGtw *gtwrel = rule->getRGtw(); in _printRGtw() local
125 ref = gtwrel->front(); in _printRGtw()
H A DRoutingCompiler_iosacl_writers.cpp112 RuleElementRGtw *gtwrel = rule->getRGtw(); in _printRGtw() local
113 ref = gtwrel->front(); in _printRGtw()
H A DRoutingCompiler_nxosacl_writers.cpp112 RuleElementRGtw *gtwrel = rule->getRGtw(); in _printRGtw() local
113 ref = gtwrel->front(); in _printRGtw()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/
H A DRoutingCompiler.cpp120 RuleElementRGtw *gtwrel = rule->getRGtw(); in debugPrintRule() local
131 obj = FWReference::getObject(gtwrel->front()); in debugPrintRule()
224 RuleElementRGtw *gtwrel=rule->getRGtw(); in processNext() local
244 RuleElementRGtw *gtwrel=rule->getRGtw(); in processNext() local
248 if( gtwrel->checkSingleIPAdress(o) == false) in processNext()
430 RuleElementRGtw *gtwrel=rule->getRGtw(); in processNext() local
452 RuleElementRGtw *gtwrel=rule->getRGtw(); in processNext() local
512 RuleElementRGtw *gtwrel = rule->getRGtw(); in processNext() local
514 if (!itfrel->isAny() && !gtwrel->isAny()) in processNext()
625 RuleElementRGtw *gtwrel = rule->getRGtw(); in processNext() local
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/pflib/
H A DRoutingCompiler_openbsd_writers.cpp218 RuleElementRGtw *gtwrel = rule->getRGtw(); in RoutingRuleToString() local
219 Address *gtw = Address::cast(FWReference::getObject(gtwrel->front())); in RoutingRuleToString()
227 if (gtwrel->isAny() && itf != NULL) command_line << "-interface "; in RoutingRuleToString()
248 RuleElementRGtw *gtwrel = rule->getRGtw(); in _printRGtw() local
249 Address *gtw = Address::cast(FWReference::getObject(gtwrel->front())); in _printRGtw()
H A DRoutingCompiler_freebsd_writers.cpp128 RuleElementRGtw *gtwrel = rule->getRGtw(); in RoutingRuleToString() local
129 Address *gtw = Address::cast(FWReference::getObject(gtwrel->front())); in RoutingRuleToString()
135 if (gtwrel->isAny() && itf != NULL) command_line << "-interface"; in RoutingRuleToString()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/iptlib/
H A DRoutingCompiler_ipt_writers.cpp312 RuleElementRGtw *gtwrel = rule->getRGtw(); in _printRGtw() local
313 ref = gtwrel->front(); in _printRGtw()
H A DOSConfigurator_secuwall.cpp400 RuleElementRGtw* gtwrel = defaultRoute->getRGtw(); in generateNetworkFile() local
402 FWObject *oRGtw = FWReference::cast(gtwrel->front())->getPointer(); in generateNetworkFile()