Searched refs:_PORT (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/platform_Firewall/ |
D | platform_Firewall.py | 19 _PORT = 1234 variable in platform_Firewall 22 _TCP_RULE = "-A INPUT -p tcp -m tcp --dport %d -j ACCEPT" % _PORT 23 _UDP_RULE = "-A INPUT -p udp -m udp --dport %d -j ACCEPT" % _PORT 25 _PORT) 74 ret = pb.RequestTcpPortAccess(dbus.UInt16(self._PORT), "", 81 ret = pb.RequestUdpPortAccess(dbus.UInt16(self._PORT), "", 88 ret = pb.RequestTcpPortAccess(dbus.UInt16(self._PORT), 113 ret = pb.ReleaseTcpPort(dbus.UInt16(self._PORT), "") 118 ret = pb.ReleaseUdpPort(dbus.UInt16(self._PORT), "") 171 self._PORT) [all …]
|
/external/autotest/server/ |
D | standalone_profiler.py | 21 _PORT = 11920 variable 70 timeout, port=_PORT) 76 timeout, port=_PORT) 82 timeout, port=_PORT) 88 timeout, port=_PORT)
|
/external/autotest/server/cros/network/rf_switch/ |
D | scpi_unittest.py | 19 _PORT = 5015 variable in ScpiTestBase 38 sock.connect.expect_call((self._HOST, self._PORT)) 39 mock_scpi = rf_mocks.ScpiMock(self._HOST, self._PORT) 43 self.assertEquals(mock_scpi.port, self._PORT) 53 self._HOST, self._PORT, test_interface=True)
|
/external/autotest/client/common_lib/cros/ |
D | gs_cache_client.py | 40 _PORT = _CONFIG.get_config_value(_CONFIG_SECTION, 'server_port', default=8888, variable 89 self._netloc = '%s:%s' % (gs_cache_server_name, _PORT)
|
/external/u-boot/doc/ |
D | README.bus_vcxk | 59 CONFIG_SYS_VCXK_<xxxx>_PORT
|