Searched refs:_PORT (Results 1 – 4 of 4) 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/scheduler/ |
D | status_server.py | 5 _PORT = 13467 variable 97 address = ('', _PORT) 116 urllib.urlopen('http://localhost:%s' % _PORT)
|
D | monitor_db_babysitter | 188 sock.bind(('localhost', status_server._PORT)) 194 '%d' % status_server._PORT]
|