/tools/test/connectivity/acts_tests/tests/google/net/ |
D | UsbTetheringTest.py | 8 from scapy.layers.inet import IP, ICMP, UDP, TCP, RandShort, sr1 65 icmp = IP(dst=GOOGLE_DNS_IP_ADDRESS)/ICMP() 95 dnsqr = IP(dst=GOOGLE_DNS_IP_ADDRESS) \ 112 tcp = IP(dst=DEFAULT_DOMAIN_NAME)/TCP(dport=[80, 443]) 143 syn_ack = sr1(IP(dst=DEFAULT_DOMAIN_NAME) 146 req = IP(dst=DEFAULT_DOMAIN_NAME)/TCP(dport=80, sport=syn_ack[TCP].dport,
|
D | DNSTest.py | 25 from scapy.all import rdpcap, DNSRR, DNSQR, IP, IPv6 159 pkts = self._get_dnsqr_packets(packets, IP, test_qname) 175 pkts = self._get_dnsqr_packets(packets, IP, test_qname)
|
D | DhcpServerTest.py | 591 asserts.assert_equal(reqAddr, resp.getlayer(IP).dst) 916 asserts.assert_equal(packet.getlayer(IP).dst, NETADDR_BROADCAST) 929 asserts.assert_equal(packet.getlayer(IP).dst, ipAddr) 946 ip = IP(src=ip_src, dst=ip_dst)
|
/tools/acloud/public/actions/ |
D | common_operations_test.py | 39 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") variable in CommonOperationsTest 64 self.Patch(self.compute_client, "GetInstanceIP", return_value=self.IP) 116 "ip": self.IP.external, 147 "ip": self.IP.external + ":6520", 171 "ip": self.IP.internal,
|
D | create_goldfish_action_test.py | 35 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") variable in CreateGoldfishActionTest 110 self.compute_client.GetInstanceIP.return_value = self.IP 160 "ip": self.IP.external + ":" + str(self.DEFAULT_ADB_PORT), 222 self.compute_client.GetInstanceIP.return_value = self.IP 281 "ip": self.IP.external + ":" + str(self.DEFAULT_ADB_PORT), 343 self.compute_client.GetInstanceIP.return_value = self.IP 394 "ip": self.IP.external + ":" + str(self.DEFAULT_ADB_PORT),
|
D | create_cuttlefish_action_test.py | 40 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") variable in CreateCuttlefishActionTest 112 self.compute_client.GetInstanceIP.return_value = self.IP 178 "ip": self.IP.external + ":" + str(self.DEFAULT_ADB_PORT),
|
/tools/acloud/create/ |
D | cheeps_remote_image_remote_instance_test.py | 20 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") variable in CheepsRemoteImageRemoteInstanceTest 55 self.compute_client.GetInstanceIP.return_value = self.IP 100 "ip": self.IP.external + ":" + str(self.DEFAULT_ADB_PORT),
|
/tools/acloud/internal/lib/ |
D | ssh_test.py | 38 FAKE_IP = ssh.IP(external="1.1.1.1", internal="10.1.1.1") 200 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"), 208 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"), 215 ssh_object = ssh.Ssh(ip=ssh.IP(ip="1.1.1.1"),
|
D | cvd_compute_client_multi_stage_test.py | 36 from acloud.internal.lib.ssh import IP 70 FAKE_IP = IP(external="1.1.1.1", internal="10.1.1.1")
|
D | goldfish_remote_host_client.py | 75 return ssh.IP(ip=ip_and_port[0])
|
/tools/acloud/reconnect/ |
D | reconnect_test.py | 61 constants.IP: "1.1.1.1", 104 constants.IP: "1.1.1.1", 134 constants.IP: "1.1.1.1", 153 constants.IP: "1.1.1.1",
|
D | reconnect.py | 61 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user, 187 constants.IP: instance.ip,
|
/tools/acloud/powerwash/ |
D | powerwash.py | 26 from acloud.internal.lib.ssh import IP 46 ssh = Ssh(ip=IP(ip=instance.ip),
|
/tools/acloud/restart/ |
D | restart.py | 26 from acloud.internal.lib.ssh import IP 49 ssh = Ssh(ip=IP(ip=instance.ip),
|
/tools/acloud/pull/ |
D | pull.py | 29 from acloud.internal.lib.ssh import IP 62 ssh = Ssh(ip=IP(ip=instance.ip),
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 107 IP = 0; enumerator 112 optional Protocol protocol = 14 [default = IP]; 113 optional Protocol roaming_protocol = 15 [default = IP];
|
/tools/acloud/public/ |
D | report.py | 207 device[constants.IP] = "%s:%d" % (ip_address, adb_port) 209 device[constants.IP] = ip_address
|
D | device_driver_test.py | 81 fake_ip = ssh.IP(external="140.1.1.1", internal="10.1.1.1") 136 fake_ip = ssh.IP(external="140.1.1.1", internal="10.1.1.1")
|
/tools/carrier_settings/python/ |
D | update_apn.py | 160 'ip': carrier_settings_pb2.ApnItem.IP, 161 'ipv4': carrier_settings_pb2.ApnItem.IP,
|
/tools/acloud/delete/ |
D | delete_test.py | 216 mock_ssh.IP.return_value = mock_ssh_ip 225 mock_ssh.IP.assert_called_with(ip="192.0.2.1") 251 mock_ssh.IP.assert_called_with(ip="192.0.2.2")
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_sender.py | 400 ip4 = scapy.IP(src=self.src_ipv4, dst=IPV4_BROADCAST) 662 base = scapy.IP(src=self.src_ipv4, dst=sta_ip) 791 ip4 = scapy.IP(src=self.src_ipv4, dst=sta_ip, ttl=255)
|
D | arduino_wifi_dongle.py | 38 IP = 'IP: ' variable 304 elif IP in data:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_power_test_utils.py | 256 IP = ad.droid.connectivityGetIPv4Addresses('wlan0')[0] 258 return IP
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 32 also sometimes referred to as IP Next Generation or IPng. 74 IP version 6 (IPv6) is a new version of the Internet Protocol, 75 designed as the successor to IP version 4 (IPv4) [RFC-791]. The 81 IPv6 increases the IP address size from 32 bits to 128 bits, to 97 Changes in the way IP header options are encoded allows for 1396 "differentiated service" for IP packets, other than through the use 1408 on what sorts of traffic classifications are most useful for IP 1468 addresses from the IP header in its checksum computation must be 1950 [RFC-2402] Kent, S. and R. Atkinson, "IP Authentication Header", 1953 [RFC-2406] Kent, S. and R. Atkinson, "IP Encapsulating Security [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtEnum.py | 68 IP = "00000009-0000-1000-8000-00805F9B34FB" variable in RfcommUuid
|