Home
last modified time | relevance | path

Searched refs:INGRESS (Results 1 – 25 of 123) sorted by relevance

12345

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/
H A Dvyos_firewall_rules_config.cfg1 set firewall name V4-INGRESS default-action 'accept'
2 set firewall ipv6-name V6-INGRESS default-action 'accept'
3 set firewall name V4-INGRESS description 'This is IPv4 V4-INGRESS rule set'
4 set firewall name V4-INGRESS enable-default-log
5 set firewall name V4-INGRESS rule 101 protocol 'icmp'
6 set firewall name V4-INGRESS rule 101 description 'Rule 101 is configured by Ansible'
7 set firewall name V4-INGRESS rule 101 fragment 'match-frag'
8 set firewall name V4-INGRESS rule 101
9 set firewall name V4-INGRESS rule 101 disabled
10 set firewall name V4-INGRESS rule 101 action 'accept'
[all …]
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/config/
H A Dtweens.py15 INGRESS,
121 if name in (MAIN, INGRESS):
132 if over is INGRESS or is_nonstr_iter(over) and INGRESS in over:
183 default_after=INGRESS,
184 first=INGRESS,
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/test_config/
H A Dtest_tweens.py112 from pyramid.tweens import INGRESS
114 self.assertRaises(ConfigurationError, config.add_tween, INGRESS)
130 from pyramid.tweens import INGRESS
136 over=INGRESS)
140 from pyramid.tweens import INGRESS
146 over=('a', INGRESS))
270 from pyramid.tweens import MAIN, INGRESS
274 add('auth', 'auth_factory', under=INGRESS)
276 add('browserid', 'browserid_factory', under=INGRESS)
/dports/astro/swe/swisseph-2.10.1/
H A Dswevents.h110 #define INGRESS struct ingress macro
112 INGRESS {
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/
H A DHQUnidirectionalCodec.h56 enum class StreamDirection : uint8_t { INGRESS, EGRESS }; enumerator
101 return streamDir_ == StreamDirection::INGRESS; in isIngress()
H A DHQUnidirectionalCodec.cpp40 case StreamDirection::INGRESS: in operator <<()
H A DHTTPChecks.cpp22 HTTPException ex(HTTPException::Direction::INGRESS, in onHeadersComplete()
H A DQPACKDecoderCodec.h22 StreamDirection::INGRESS), in QPACKDecoderCodec()
H A DQPACKEncoderCodec.h23 StreamDirection::INGRESS), in QPACKEncoderCodec()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/phy/mscc/
H A Dmscc_ptp.c57 INGRESS, enumerator
71 case INGRESS: in vsc85xx_ts_read_csr()
121 case INGRESS: in vsc85xx_ts_write_csr()
858 if (blk == INGRESS) in vsc85xx_ptp_conf()
978 vsc85xx_eth1_next_comp(phydev, INGRESS, in vsc85xx_ts_engine_init()
990 vsc85xx_ip1_next_comp(phydev, INGRESS, in vsc85xx_ts_engine_init()
996 vsc85xx_eth1_conf(phydev, INGRESS, in vsc85xx_ts_engine_init()
998 vsc85xx_ip1_conf(phydev, INGRESS, in vsc85xx_ts_engine_init()
1478 vsc85xx_eth_cmp1_init(phydev, INGRESS); in __vsc8584_init_ptp()
1479 vsc85xx_ip_cmp1_init(phydev, INGRESS); in __vsc8584_init_ptp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/phy/mscc/
H A Dmscc_ptp.c57 INGRESS, enumerator
71 case INGRESS: in vsc85xx_ts_read_csr()
121 case INGRESS: in vsc85xx_ts_write_csr()
858 if (blk == INGRESS) in vsc85xx_ptp_conf()
978 vsc85xx_eth1_next_comp(phydev, INGRESS, in vsc85xx_ts_engine_init()
990 vsc85xx_ip1_next_comp(phydev, INGRESS, in vsc85xx_ts_engine_init()
996 vsc85xx_eth1_conf(phydev, INGRESS, in vsc85xx_ts_engine_init()
998 vsc85xx_ip1_conf(phydev, INGRESS, in vsc85xx_ts_engine_init()
1478 vsc85xx_eth_cmp1_init(phydev, INGRESS); in __vsc8584_init_ptp()
1479 vsc85xx_ip_cmp1_init(phydev, INGRESS); in __vsc8584_init_ptp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/phy/mscc/
H A Dmscc_ptp.c57 INGRESS, enumerator
71 case INGRESS: in vsc85xx_ts_read_csr()
121 case INGRESS: in vsc85xx_ts_write_csr()
858 if (blk == INGRESS) in vsc85xx_ptp_conf()
978 vsc85xx_eth1_next_comp(phydev, INGRESS, in vsc85xx_ts_engine_init()
990 vsc85xx_ip1_next_comp(phydev, INGRESS, in vsc85xx_ts_engine_init()
996 vsc85xx_eth1_conf(phydev, INGRESS, in vsc85xx_ts_engine_init()
998 vsc85xx_ip1_conf(phydev, INGRESS, in vsc85xx_ts_engine_init()
1478 vsc85xx_eth_cmp1_init(phydev, INGRESS); in __vsc8584_init_ptp()
1479 vsc85xx_ip_cmp1_init(phydev, INGRESS); in __vsc8584_init_ptp()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/test/
H A DDownstreamTransactionTest.cpp315 HTTPException err(HTTPException::Direction::INGRESS, "test"); in TEST_F()
323 ASSERT_EQ(ex.getDirection(), HTTPException::Direction::INGRESS); in TEST_F()
478 HTTPException err(HTTPException::Direction::INGRESS, "test"); in TEST_F()
486 ASSERT_EQ(ex.getDirection(), HTTPException::Direction::INGRESS); in TEST_F()
508 HTTPException err(HTTPException::Direction::INGRESS, "test"); in TEST_F()
518 ASSERT_EQ(ex.getDirection(), HTTPException::Direction::INGRESS); in TEST_F()
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/scripts/
H A Dptweens.py8 from pyramid.tweens import INGRESS
56 self.out(fmt % ('-', INGRESS))
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/
H A DHTTPException.h39 INGRESS = 0, enumerator
62 return dir_ == Direction::INGRESS || dir_ == Direction::INGRESS_AND_EGRESS; in isIngressException()
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/storage/fixtures/upped/vars/
H A Dterraform.tfstate.backup136 "direction": "INGRESS",
178 "direction": "INGRESS",
218 "direction": "INGRESS",
259 "direction": "INGRESS",
299 "direction": "INGRESS",
338 "direction": "INGRESS",
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/firewall_policies/rules/
H A Dcreate.py94 traffic_direct = holder.client.messages.FirewallPolicyRule.DirectionValueValuesEnum.INGRESS
97 traffic_direct = holder.client.messages.FirewallPolicyRule.DirectionValueValuesEnum.INGRESS
/dports/net/pichi/pichi-1.4.0/src/vo/
H A Drule.cpp20 rule.AddMember(rule::INGRESS, toJson(begin(rvo.ingress_), end(rvo.ingress_), alloc), alloc); in toJson()
41 parseArray(v, rule::INGRESS, back_inserter(rvo.ingress_), parseString); in parse()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dfirewalls_utils.py430 client.messages.Firewall.DirectionValueValuesEnum.INGRESS
445 client.messages.SecurityPolicyRule.DirectionValueValuesEnum.INGRESS
460 client.messages.FirewallPolicyRule.DirectionValueValuesEnum.INGRESS
/dports/net/pichi/pichi-1.4.0/test/
H A Dvo_rule.cpp29 v.AddMember(vo::rule::INGRESS, toJson(begin(rvo.ingress_), end(rvo.ingress_), alloc), alloc); in toString()
77 fact = parse<vo::Rule>(generate(vo::rule::INGRESS, ph)); in BOOST_AUTO_TEST_CASE()
164 BOOST_CHECK(generate(vo::rule::INGRESS, ph) == toJson(ingress, alloc)); in BOOST_AUTO_TEST_CASE()
/dports/www/py-pyramid/pyramid-1.7.3/docs/api/
H A Dviewderivers.rst8 .. attribute:: INGRESS
H A Dtweens.rst16 .. attribute:: INGRESS
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/
H A Dtweens.py69 INGRESS = 'INGRESS' variable
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/org_security_policies/rules/
H A Dcreate.py110 traffic_direct = holder.client.messages.SecurityPolicyRule.DirectionValueValuesEnum.INGRESS
113 traffic_direct = holder.client.messages.SecurityPolicyRule.DirectionValueValuesEnum.INGRESS
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/
H A DHTTPTransaction.cpp270 HTTPException ex(HTTPException::Direction::INGRESS, errorMsg); in updateContentLengthRemaining()
474 HTTPException ex(HTTPException::Direction::INGRESS, errorMsg); in onIngressEOM()
572 auto ex = stateMachineError(HTTPException::Direction::INGRESS, ss.str()); in validateIngressStateTransition()
616 if (direction == HTTPException::Direction::INGRESS && isIngressEOMSeen() && in onError()
665 case HTTPException::Direction::INGRESS: in onError()
667 !shouldNotifyExTxnError(HTTPException::Direction::INGRESS)) { in onError()
674 !shouldNotifyExTxnError(HTTPException::Direction::INGRESS)) { in onError()
713 HTTPException::Direction::INGRESS, in onIngressTimeout()

12345