Home
last modified time | relevance | path

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

/dports/security/fwbuilder/fwbuilder-5.3.7/src/import/
H A DIPTImporter.h52 libfwbuilder::FWObject* createTCPUDPService(str_tuple &src_range,
53 str_tuple &dst_range,
98 std::list<str_tuple> src_port_list;
99 std::list<str_tuple> dst_port_list;
100 std::list<str_tuple> both_port_list;
H A DPFImporter.h124 std::list<str_tuple> timeouts;
125 std::list<str_tuple> limits;
133 std::list<str_tuple> scrub_options;
H A DIPTImporter.cpp183 str_tuple( tmp_port_range_start, tmp_port_range_end ) ); in pushTmpPortSpecToSrcPortList()
194 str_tuple( tmp_port_range_start, tmp_port_range_end ) ); in pushTmpPortSpecToDstPortList()
205 str_tuple( tmp_port_range_start, tmp_port_range_end ) ); in pushTmpPortSpecToBothPortList()
208 FWObject* IPTImporter::createTCPUDPService(str_tuple &src_range, in createTCPUDPService()
209 str_tuple &dst_range, in createTCPUDPService()
250 str_tuple empty_range("0","0"); in createTCPUDPService()
259 std::list<str_tuple>::iterator i; in createTCPUDPService()
261 std::list<str_tuple> *list_ptr; in createTCPUDPService()
1319 str_tuple empty_range("0", "0"); in pushNATRule()
1373 str_tuple empty_range("0", "0"); in pushNATRule()
[all …]
H A DPFImporter.cpp1202 list<str_tuple>::iterator it; in finalize()
1248 list<str_tuple>::iterator it; in finalize()
1339 list<str_tuple>::iterator it; in finalize()
H A DImporter.h46 typedef std::pair<std::string,std::string> str_tuple; typedef
/dports/devel/rust-cbindgen/cbindgen-0.20.0/src/bindgen/ir/
H A Dfunction.rs206 for str_tuple in tuples { in rename_for_config()
207 let parts: Vec<&str> = str_tuple[1..str_tuple.len() - 1] in rename_for_config()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cbindgen-0.20.0/src/bindgen/ir/
H A Dfunction.rs206 for str_tuple in tuples { in rename_for_config()
207 let parts: Vec<&str> = str_tuple[1..str_tuple.len() - 1] in rename_for_config()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/cbindgen-0.20.0/src/bindgen/ir/
H A Dfunction.rs206 for str_tuple in tuples { in rename_for_config()
207 let parts: Vec<&str> = str_tuple[1..str_tuple.len() - 1] in rename_for_config()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/netscaler/
H A Dnetscaler.py147 str_tuple = (
153 diff_dict[attribute] = 'difference. ours: (%s) %s other: (%s) %s' % str_tuple
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/module_utils/network/netscaler/
H A Dnetscaler.py150 str_tuple = (
156 diff_dict[attribute] = 'difference. ours: (%s) %s other: (%s) %s' % str_tuple
/dports/security/fwbuilder/fwbuilder-5.3.7/src/parsers/
H A Dpf.g1459 str_tuple("fragment", LT(0)->getText()));
1466 str_tuple("reassemble", "tcp"));
1473 str_tuple(LT(0)->getText(), ""));
1480 str_tuple("min-ttl", LT(0)->getText()));
1487 str_tuple("max-mss", LT(0)->getText()));
1494 str_tuple(LT(0)->getText(), ""));
H A DPFCfgParser.cpp6402 str_tuple("fragment", LT(0)->getText())); in scrub_option()
6415 str_tuple("reassemble", "tcp")); in scrub_option()
6427 str_tuple(LT(0)->getText(), "")); in scrub_option()
6440 str_tuple("min-ttl", LT(0)->getText())); in scrub_option()
6453 str_tuple("max-mss", LT(0)->getText())); in scrub_option()
6465 str_tuple(LT(0)->getText(), "")); in scrub_option()