Searched refs:ip_b (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | IpSecTest.py | 118 ip_b = self.ipv4_dut_b 121 ip_b = self.ipv6_dut_b 123 self.log.info("DUT_B IP addr: %s" % ip_b) 134 fd_b = sutils.open_android_socket(dut_b, domain, sock_type, ip_b, port) 137 spi_keys_a = iutils.allocate_spis(dut_a, ip_a, ip_b) 140 spi_keys_b = iutils.allocate_spis(dut_b, ip_b, ip_a, out_spi, in_spi) 155 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo, 158 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo, 172 dut_a.droid.connectSocket(fd_a, ip_b, port) 178 dut_a, dut_b, fd_a, fd_b, ip_b, port) [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | ipsec_test_utils.py | 33 def allocate_spis(ad, ip_a, ip_b, in_spi=None, out_spi=None): argument 50 out_spi_key = ad.droid.ipSecAllocateSecurityParameterIndex(ip_b, out_spi) 74 ip_b, argument 96 crypt_algo, crypt_key, auth_algo, auth_key, trunc_bit, spis[0], ip_b,
|