Home
last modified time | relevance | path

Searched refs:ip2 (Results 1 – 25 of 45) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dmirror_lib.sh48 local ip2=$1; shift
51 mirror_test v$h1 $ip1 $ip2 $dev 100 $expect
52 mirror_test v$h2 $ip2 $ip1 $dev 100 $expect
73 local ip2=$1; shift
75 quick_test_span_dir_ips "$dev" "$direction" "$ip1" "$ip2"
78 mirror_test v$h1 $ip1 $ip2 $dev 100 10
82 mirror_test v$h2 $ip2 $ip1 $dev 100 10
103 local ip2=$1; shift
109 mirror_test v$h1 $ip1 $ip2 $dev 100 $expect
110 mirror_test v$h2 $ip2 $ip1 $dev 100 $expect
Dmirror_gre_lib.sh34 local ip2=$1; shift
40 "$backward_type" "$ip1" "$ip2"
55 local ip2=$1; shift
62 "$backward_type" "$ip1" "$ip2"
67 mirror_test v$h1 $ip1 $ip2 $h3 77 10
106 local ip2=$1; shift
112 quick_test_span_gre_dir_ips $tundev ingress $ip1 $ip2
116 fail_test_span_gre_dir_ips $tundev ingress $ip1 $ip2
120 quick_test_span_gre_dir_ips $tundev ingress $ip1 $ip2
/external/cldr/tools/java/org/unicode/cldr/util/
DZoneInflections.java156 InflectionPoint ip2 = that.get(i); in compareTo() local
157 if (ip1.offset == ip2.offset && ip1.utcDateTime == ip2.utcDateTime) in compareTo()
159 if (ip1.offset != ip2.offset) { in compareTo()
161 mostRecentDateTime.value = Math.max(ip1.utcDateTime, ip2.utcDateTime) in compareTo()
163 } else if (ip1.utcDateTime > ip2.utcDateTime) { in compareTo()
170 mostRecentDateTime.value = ip2.utcDateTime - EPSILON; in compareTo()
171 ip2 = that.get(i + 1); in compareTo()
173 return ip1.offset > ip2.offset ? 1 : ip1.offset < ip2.offset ? -1 : 0; in compareTo()
/external/python/cpython3/Lib/test/
Dtest_ipaddress.py959 ip2 = ipaddress.IPv4Address('10.10.10.11')
965 self.assertEqual(list(ipaddress._find_address_range([ip1, ip2, ip3])),
1369 ip2 = ipaddress.IPv4Address('1.1.1.1')
1376 [ip1, ip2, ip3, ip4, ip5, ip6])
1383 ip2 = ipaddress.IPv4Address('1.1.1.1')
1389 collapsed = ipaddress.collapse_addresses([ip1, ip2, ip3, ip4])
1395 ip2 = ipaddress.IPv4Network('1.1.1.0/24')
1403 collapsed = ipaddress.collapse_addresses([ip1, ip2, ip3, ip4, ip5,
1410 collapsed = ipaddress.collapse_addresses([ip1, ip2])
1426 ip2 = ipaddress.IPv6Network('2001::/120')
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java379 byte ip2[] = temp[2]; in intersectIPRange()
382 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); in intersectIPRange()
433 byte ip2[] = new byte[ipLength]; in extractIPsAndSubnetMasks()
435 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); in extractIPsAndSubnetMasks()
438 {ip1, subnetmask1, ip2, subnetmask2}; in extractIPsAndSubnetMasks()
457 byte[] ip2, in minMaxIPs() argument
472 min2[i] = (byte)(ip2[i] & subnetmask2[i]); in minMaxIPs()
473 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs()
1650 private static byte[] max(byte[] ip1, byte[] ip2) in max() argument
1654 if ((ip1[i] & 0xFFFF) > (ip2[i] & 0xFFFF)) in max()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java383 byte ip2[] = temp[2]; in intersectIPRange()
386 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); in intersectIPRange()
437 byte ip2[] = new byte[ipLength]; in extractIPsAndSubnetMasks()
439 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); in extractIPsAndSubnetMasks()
442 {ip1, subnetmask1, ip2, subnetmask2}; in extractIPsAndSubnetMasks()
461 byte[] ip2, in minMaxIPs() argument
476 min2[i] = (byte)(ip2[i] & subnetmask2[i]); in minMaxIPs()
477 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs()
1654 private static byte[] max(byte[] ip1, byte[] ip2) in max() argument
1658 if ((ip1[i] & 0xFFFF) > (ip2[i] & 0xFFFF)) in max()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java719 byte ip2[] = temp[2]; in intersectIPRange()
722 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); in intersectIPRange()
773 byte ip2[] = new byte[ipLength]; in extractIPsAndSubnetMasks()
775 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); in extractIPsAndSubnetMasks()
778 {ip1, subnetmask1, ip2, subnetmask2}; in extractIPsAndSubnetMasks()
797 byte[] ip2, in minMaxIPs() argument
812 min2[i] = (byte)(ip2[i] & subnetmask2[i]); in minMaxIPs()
813 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs()
1857 private static byte[] max(byte[] ip1, byte[] ip2) in max() argument
1861 if ((ip1[i] & 0xFFFF) > (ip2[i] & 0xFFFF)) in max()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java723 byte ip2[] = temp[2]; in intersectIPRange()
726 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); in intersectIPRange()
777 byte ip2[] = new byte[ipLength]; in extractIPsAndSubnetMasks()
779 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); in extractIPsAndSubnetMasks()
782 {ip1, subnetmask1, ip2, subnetmask2}; in extractIPsAndSubnetMasks()
801 byte[] ip2, in minMaxIPs() argument
816 min2[i] = (byte)(ip2[i] & subnetmask2[i]); in minMaxIPs()
817 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs()
1861 private static byte[] max(byte[] ip1, byte[] ip2) in max() argument
1865 if ((ip1[i] & 0xFFFF) > (ip2[i] & 0xFFFF)) in max()
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/external/clang/test/SemaCXX/
Ddelete-and-function-templates.cpp63 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o… in foo() local
79 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o… in foo() local
101 …int *ip2 = g1(3.14, 3); // this is OK - because the non-int specializations are deleted and sfinae… in foo() local
Daddress-space-conversion.cpp25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, in test_const_cast() argument
32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}} in test_const_cast()
34 (void)const_cast<int_ptr_1>(ip2); // expected-error{{is not allowed}} in test_const_cast()
Doverload-call.cpp43 int* ip2 = i(iv); in test_i() local
66 int* ip2 = k(("foo")); in test_k() local
102 int* ip2 = n("foo"); in test_n() local
158 int* ip2 = multiparm(lv, sv, lv); in test_multiparm() local
/external/autotest/client/cros/cellular/
Dbase_station_8960.py109 def SetBsIpV4(self, ip1, ip2): argument
112 'SYSTem:COMMunicate:LAN:SELF:ADDRess2:IP4 "%s"' % ip2,])
159 def SetUeIpV4(self, ip1, ip2=None): argument
164 if ip2:
165 stanza.append('CALL:MS:IP:ADDRess2 "%s"' % ip2)
Dbase_station_interface.py25 def SetBsIpV4(self, ip1, ip2): argument
60 def SetUeIpV4(self, ip1, ip2=None): argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp32 int *ip2 = first_arg<int *, float*>(0, 0); in test_explicit_spec_simple() local
41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); in test_explicit_spec_extension() local
/external/clang/test/Index/
Dcomplete-objc-message-id.m45 void message_qualified_id(id<P2> ip2) {
46 [ip2 P1_method];
47 ip2 P1_method];
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dextractelement-legalization-store-ordering.ll41 %ip2 = or i32 %ip0, 2
49 %vecext11 = extractelement <4 x i32> %am, i32 %ip2
50 %arrayidx14 = getelementptr inbounds i32, i32* %x, i32 %ip2
/external/llvm/test/CodeGen/X86/
Dextractelement-legalization-store-ordering.ll40 %ip2 = or i32 %ip0, 2
48 %vecext11 = extractelement <4 x i32> %am, i32 %ip2
49 %arrayidx14 = getelementptr inbounds i32, i32* %x, i32 %ip2
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp8 IP<ip> *ip2; member
23 IP<nullptr> ip2; variable
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h76 int_ptr_2 ip2; in f30() local
77 …float *fp2 = ip2; // expected-error{{cannot initialize a variable of type 'float *' with an lvalue… in f30()
/external/iptables/extensions/
Dlibebt_ip.c90 static int undot_ip(char *ip, unsigned char *ip2) in undot_ip() argument
107 ip2[i] = (unsigned char)onebyte; in undot_ip()
114 ip2[3] = (unsigned char)onebyte; in undot_ip()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopRotate/
Dnosimplifylatch.ll12 %coerce.val.ip2 = inttoptr i64 %__last.coerce to i32*
17 %lnot.i = icmp eq i32* %coerce.val.ip9, %coerce.val.ip2
/external/llvm/test/Transforms/LoopRotate/
Dnosimplifylatch.ll12 %coerce.val.ip2 = inttoptr i64 %__last.coerce to i32*
17 %lnot.i = icmp eq i32* %coerce.val.ip9, %coerce.val.ip2
/external/lz4/tests/
DroundTripTest.c64 const char* const ip2 = (const char*)buff2; in checkBuffers() local
68 if (ip1[pos]!=ip2[pos]) in checkBuffers()
/external/python/cpython2/Lib/test/
Dtest_generators.py1013 ip1, ip2, ip3 = i+1, i+2, i+3
1020 for values[ip2] in g2():
1028 for values[ip2] in g2():

12