HomeSort by relevance Sort by last modified time
    Searched refs:IP (Results 1 - 25 of 614) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
mangle-nullptr-arg.cpp 3 template<int *ip> struct IP {};
6 void test1(IP<nullptr>) {}
  /prebuilts/go/darwin-x86/src/net/
addrselect_test.go 17 srcs []IP
26 {IP: ParseIP("2001:db8:1::1")},
27 {IP: ParseIP("198.51.100.121")},
29 srcs: []IP{
34 {IP: ParseIP("2001:db8:1::1")},
35 {IP: ParseIP("198.51.100.121")},
43 {IP: ParseIP("2001:db8:1::1")},
44 {IP: ParseIP("198.51.100.121")},
46 srcs: []IP{
51 {IP: ParseIP("198.51.100.121")}
    [all...]
ipsock_test.go 12 var testInetaddr = func(ip IPAddr) Addr { return &TCPAddr{IP: ip.IP, Port: 5682, Zone: ip.Zone} }
26 {IP: IPv4(127, 0, 0, 1)},
27 {IP: IPv6loopback},
30 &TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 5682},
31 addrList{&TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 5682}},
32 addrList{&TCPAddr{IP: IPv6loopback, Port: 5682}}
    [all...]
ip_test.go 17 out IP
29 {"2001:4860:0:2001::68", IP{0x20, 0x01, 0x48, 0x60, 0, 0, 0x20, 0x01, 0, 0, 0, 0, 0, 0, 0x00, 0x68}},
30 {"2001:4860:0000:2001:0000:0000:0000:0068", IP{0x20, 0x01, 0x48, 0x60, 0, 0, 0x20, 0x01, 0, 0, 0, 0, 0, 0, 0x00, 0x68}},
54 var out IP
56 t.Errorf("IP.UnmarshalText(%q) = %v, %v, want %v", tt.in, out, err, tt.out)
72 // expect host names, work with IP addresses.
92 t.Errorf("LookupIP(%q) = %v, %v, want %v, nil", tt.in, ips, err, []IP{tt.out})
117 var out = IP{1, 2, 3, 4}
122 var ip IP
    [all...]
interface_windows_test.go 48 if n := bytes.Compare(ps[i].IP, ps[j].IP); n != 0 {
61 ip IP
66 {IP: IPv4(172, 16, 0, 0), Mask: IPv4Mask(255, 255, 0, 0)},
67 {IP: IPv4(192, 168, 0, 0), Mask: IPv4Mask(255, 255, 255, 0)},
68 {IP: IPv4(192, 168, 0, 0), Mask: IPv4Mask(255, 255, 255, 128)},
69 {IP: IPv4(192, 168, 0, 0), Mask: IPv4Mask(255, 255, 255, 192)},
76 {IP: ParseIP("2001:db8::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff:ffff:ffff:ffff:fff0"))},
77 {IP: ParseIP("2001:db8::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff:ffff:ffff:ffff:fff8"))}
    [all...]
interface_bsd.go 99 mask = IPv4Mask(sa.IP[0], sa.IP[1], sa.IP[2], sa.IP[3])
102 copy(mask, sa.IP[:])
104 var ip IP
107 ip = IPv4(sa.IP[0], sa.IP[1], sa.IP[2], sa.IP[3]
    [all...]
  /prebuilts/go/linux-x86/src/net/
addrselect_test.go 17 srcs []IP
26 {IP: ParseIP("2001:db8:1::1")},
27 {IP: ParseIP("198.51.100.121")},
29 srcs: []IP{
34 {IP: ParseIP("2001:db8:1::1")},
35 {IP: ParseIP("198.51.100.121")},
43 {IP: ParseIP("2001:db8:1::1")},
44 {IP: ParseIP("198.51.100.121")},
46 srcs: []IP{
51 {IP: ParseIP("198.51.100.121")}
    [all...]
ipsock_test.go 12 var testInetaddr = func(ip IPAddr) Addr { return &TCPAddr{IP: ip.IP, Port: 5682, Zone: ip.Zone} }
26 {IP: IPv4(127, 0, 0, 1)},
27 {IP: IPv6loopback},
30 &TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 5682},
31 addrList{&TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 5682}},
32 addrList{&TCPAddr{IP: IPv6loopback, Port: 5682}}
    [all...]
ip_test.go 17 out IP
29 {"2001:4860:0:2001::68", IP{0x20, 0x01, 0x48, 0x60, 0, 0, 0x20, 0x01, 0, 0, 0, 0, 0, 0, 0x00, 0x68}},
30 {"2001:4860:0000:2001:0000:0000:0000:0068", IP{0x20, 0x01, 0x48, 0x60, 0, 0, 0x20, 0x01, 0, 0, 0, 0, 0, 0, 0x00, 0x68}},
54 var out IP
56 t.Errorf("IP.UnmarshalText(%q) = %v, %v, want %v", tt.in, out, err, tt.out)
72 // expect host names, work with IP addresses.
92 t.Errorf("LookupIP(%q) = %v, %v, want %v, nil", tt.in, ips, err, []IP{tt.out})
117 var out = IP{1, 2, 3, 4}
122 var ip IP
    [all...]
interface_windows_test.go 48 if n := bytes.Compare(ps[i].IP, ps[j].IP); n != 0 {
61 ip IP
66 {IP: IPv4(172, 16, 0, 0), Mask: IPv4Mask(255, 255, 0, 0)},
67 {IP: IPv4(192, 168, 0, 0), Mask: IPv4Mask(255, 255, 255, 0)},
68 {IP: IPv4(192, 168, 0, 0), Mask: IPv4Mask(255, 255, 255, 128)},
69 {IP: IPv4(192, 168, 0, 0), Mask: IPv4Mask(255, 255, 255, 192)},
76 {IP: ParseIP("2001:db8::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff:ffff:ffff:ffff:fff0"))},
77 {IP: ParseIP("2001:db8::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff:ffff:ffff:ffff:fff8"))}
    [all...]
interface_bsd.go 99 mask = IPv4Mask(sa.IP[0], sa.IP[1], sa.IP[2], sa.IP[3])
102 copy(mask, sa.IP[:])
104 var ip IP
107 ip = IPv4(sa.IP[0], sa.IP[1], sa.IP[2], sa.IP[3]
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 7 template<int *ip> struct IP { // expected-note 5 {{template parameter is declared here}}
8 IP<ip> *ip2;
11 template<int &ip> struct IR {};
21 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
23 IP<nullptr> ip2;
24 IP<get_nullptr()> ip3;
25 IP<(int*)0> ip4
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 23 /// Moves I before IP. Returns new insert point.
24 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) {
25 // If I is IP, move the insert point down.
26 if (I == IP)
27 return ++IP;
28 // Otherwise, move I before IP and return IP.
29 I->moveBefore(&*IP);
30 return IP;
39 BasicBlock::iterator IP) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
__aeabi_cdcmp.asm 25 MOV IP, R0
27 MOV R2, IP
29 MOV IP, R1
31 MOV R3, IP
35 PUSH {R0 - R3, IP, LR}
37 SUB IP, R0, #1
38 CMP IP, #0 // sets C and Z if R0 == 1
39 POPEQ {R0 - R3, IP, PC}
43 SUB IP, R0, #1
44 CMP IP, #1 // sets C if R0 == 0
    [all...]
__aeabi_cfcmp.asm 25 MOV IP, R0
27 MOV R1, IP
31 PUSH {R0 - R3, IP, LR}
33 SUB IP, R0, #1
34 CMP IP, #0 // sets C and Z if R0 == 1
35 POPEQ {R0 - R3, IP, PC}
39 SUB IP, R0, #1
40 CMP IP, #1 // sets C if R0 == 0
41 POP {R0 - R3, IP, PC}
  /external/scapy/scapy/layers/
gprs.py 12 from scapy.layers.inet import IP
21 bind_layers( GPRS, IP, )
  /prebuilts/go/darwin-x86/src/cmd/fix/
netipv6zone_test.go 21 c := &net.TCPAddr{IP: ip3, Port: 54321}
33 a := &net.IPAddr{IP: ip1}
34 sub(&net.UDPAddr{IP: ip2, Port: 12345})
35 c := &net.TCPAddr{IP: ip3, Port: 54321}
36 d := &net.TCPAddr{IP: ip4}
38 e := &net.TCPAddr{IP: ip4, Port: p}
39 return &net.TCPAddr{IP: ip5}, nil
  /prebuilts/go/linux-x86/src/cmd/fix/
netipv6zone_test.go 21 c := &net.TCPAddr{IP: ip3, Port: 54321}
33 a := &net.IPAddr{IP: ip1}
34 sub(&net.UDPAddr{IP: ip2, Port: 12345})
35 c := &net.TCPAddr{IP: ip3, Port: 54321}
36 d := &net.TCPAddr{IP: ip4}
38 e := &net.TCPAddr{IP: ip4, Port: p}
39 return &net.TCPAddr{IP: ip5}, nil
  /external/curl/docs/cmdline-opts/
tls-max.d 14 .IP "default"
16 .IP "1.0"
18 .IP "1.1"
20 .IP "1.2"
22 .IP "1.3"
version.d 16 .IP "IPv6"
18 .IP "krb4"
20 .IP "SSL"
23 .IP "libz"
25 .IP "NTLM"
27 .IP "Debug"
30 .IP "AsynchDNS"
33 .IP "SPNEGO"
35 .IP "Largefile"
37 .IP "IDN
    [all...]
ftp-skip-pasv-ip.d 1 Long: ftp-skip-pasv-ip
2 Help: Skip the IP address for PASV
7 Tell curl to not use the IP address the server suggests in its response
9 will re-use the same IP address it already uses for the control
dns-servers.d 8 The list of IP addresses should be separated with commas. Port numbers
9 may also optionally be given as \fI:<port-number>\fP after each IP
  /external/scapy/scapy/contrib/
igmp.uts 10 b=IP(src="1.2.3.4")
15 assert x[IP].dst == "224.0.0.1"
20 b=IP(src="1.2.3.4")
25 assert x[IP].dst == "224.0.1.2"
30 b=IP(src="1.2.3.4")
36 assert x[IP].dst == "224.0.0.2"
40 x = Ether(src="00:01:02:03:04:05")/IP()/IGMP()
43 assert x[IP].dst == "224.0.0.1"
45 x = Ether(src="00:01:02:03:04:05")/IP()/IGMP(gaddr="224.2.3.4", type=0x12)
57 x = Ether(src="00:01:02:03:04:05")/IP(src="192.168.0.1")/IGMP(gaddr="224.0.0.2", type=0x17
    [all...]
etherip.py 20 from scapy.layers.inet import IP
28 bind_layers( IP, EtherIP, frag=0, proto=0x61)
  /tools/test/connectivity/tools/lab/health/
custom_health_analyzer.py 18 from IPy import IP
26 """Returns whether numeric result is an non-IP Address.
31 True if the metric is not an IP Address.
35 IP(metric_result[self.key])

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>