HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 226 - 250 of 816) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 42 u_int32_t ip; member in struct:ip_conntrack_manip
51 u_int32_t ip; member in struct:ip_conntrack_tuple::__anon61726
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 42 u_int32_t ip; member in struct:ip_conntrack_manip
51 u_int32_t ip; member in struct:ip_conntrack_tuple::__anon62180
  /bionic/libc/bionic/
debug_stacktrace.cpp 98 uintptr_t ip = _Unwind_GetIP(context); local
101 if (ip != 0 && !state->have_skipped_self) {
113 if (ip != 0) {
114 short* ptr = reinterpret_cast<short*>(ip);
117 ip -= 2;
119 ip -= 4;
124 state->frames[state->frame_count++] = ip;
  /bionic/libc/kernel/uapi/linux/
netfilter.h 70 __be32 ip; member in union:nf_inet_addr
  /bootable/recovery/minui/
resources.c 167 unsigned char* ip = input_row; local
174 *op++ = *ip;
175 *op++ = *ip;
176 *op++ = *ip;
178 ip++;
185 *op++ = *ip++;
186 *op++ = *ip++;
187 *op++ = *ip++;
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_conntrack.h 37 __u32 ip; member in struct:ip_conntrack_old_tuple::__anon1402
44 __u32 ip; member in struct:ip_conntrack_old_tuple::__anon1404
  /development/ndk/platforms/android-L/include/linux/
netfilter.h 69 __be32 ip; member in union:nf_inet_addr
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java 153 String ip = negatives[n]; local
155 byte[] bts = GeneralName.ipStrToBytes(ip);
160 System.out.println(ip);
  /external/chromium_org/extensions/browser/api/socket/
udp_socket.cc 226 std::string ip; local
229 IPEndPointToStringAndPort(address->data, &ip, &port);
231 recv_from_callback_.Run(result, io_buffer, ip, port);
244 net::IPAddressNumber ip; local
245 if (!net::ParseIPLiteralToNumber(address, &ip))
248 std::string normalized_address = net::IPAddressToString(ip);
254 int rv = socket_.JoinGroup(ip);
261 net::IPAddressNumber ip; local
262 if (!net::ParseIPLiteralToNumber(address, &ip))
265 std::string normalized_address = net::IPAddressToString(ip);
    [all...]
  /external/chromium_org/net/dns/
dns_config_service_unittest.cc 71 // Make sure nobody took any shortcuts on the IP matching:
162 IPAddressNumber ip; local
163 CHECK(ParseIPLiteralToNumber("1.2.3.4", &ip));
164 config.nameservers.push_back(IPEndPoint(ip, seed & 0xFFFF));
dns_hosts.cc 18 // Parses the contents of a hosts file. Returns one token (IP or hostname) at
31 // Advances to the next token (IP or hostname). Returns whether another
77 // Fast-forwards the parser to the next line. Should be called if an IP
84 // Returns whether the last-parsed token is an IP address (true) or a
137 IPAddressNumber ip; local
144 // the same IP address (usually 127.0.0.1). Don't bother parsing the IP
150 ip.swap(new_ip);
151 family = (ip.size() == 4) ? ADDRESS_FAMILY_IPV4 : ADDRESS_FAMILY_IPV6;
161 mapped_ip = ip;
    [all...]
  /external/chromium_org/net/quic/crypto/
source_address_token.h 101 // they can prove ownership of an IP address.
111 std::string ip() const { function in class:net::SourceAddressToken
114 void set_ip(base::StringPiece ip) {
115 ip_ = ip.as_string();
134 // ip_ contains either 4 (IPv4) or 16 (IPv6) bytes of IP address in network
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 29 void* ip; member in struct:__anon15186::arch_sigsys
171 if (sigsys.ip != reinterpret_cast<void*>(SECCOMP_IP(ctx)) ||
221 reinterpret_cast<uint64_t>(sigsys.ip),
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
buffer.c 292 int r, *ip; local
333 ip = (int *)ptr;
334 if (*ip == 0) {
337 } else /* if (*ip == 1) */ {
connect.c 90 uint8_t ip[4]; member in struct:bio_connect_st
173 memset(c->ip, 0, 4);
174 maybe_copy_ipv4_address(c->ip, &c->them);
372 int *ip; local
402 *pptr = (char *) &data->ip[0];
435 ip = (int *)ptr;
436 if (ip != NULL) {
437 *ip = bio->num;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 49 short *ip = input; local
59 prefetch_load_short(ip + 8);
62 a1 = ip[0] + ip[8];
63 b1 = ip[0] - ip[8];
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
287 short *ip = input; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog_emit.c 153 int ip; local
162 ip = code->alu.length++;
164 code->alu.inst[ip].rgb_inst = translate_rgb_opcode(c, inst->RGB.Opcode);
165 code->alu.inst[ip].alpha_inst = translate_alpha_opcode(c, inst->Alpha.Opcode);
172 code->alu.inst[ip].r400_ext_addr |= R400_ADDR_EXT_RGB_MSB_BIT(j);
174 code->alu.inst[ip].rgb_addr |= src << (6*j);
179 code->alu.inst[ip].r400_ext_addr |= R400_ADDR_EXT_A_MSB_BIT(j);
181 code->alu.inst[ip].alpha_addr |= src << (6*j);
186 code->alu.inst[ip].rgb_inst |= arg << (7*j);
191 code->alu.inst[ip].alpha_inst |= arg << (7*j)
    [all...]
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 93 // Should the search visit the pair ip, p?
156 // the loop simply updates ip, p, and arg
167 // Visit ip, p.
168 // VLOG(0) << "Job: " << ip->id() << " "
170 Prog::Inst* ip = prog_->inst(id); local
171 switch (ip->opcode()) {
174 LOG(DFATAL) << "Unexpected opcode: " << ip->opcode() << " arg " << arg;
179 // Push(ip->out1(), p, 0);
180 // Push(ip->out(), p, 0);
181 // If, during the processing of ip->out(), we encounte
    [all...]
prog.cc 139 Prog::Inst* ip = prog->inst(id); local
140 StringAppendF(&s, "%d. %s\n", id, ip->Dump().c_str());
141 AddToQueue(q, ip->out());
142 if (ip->opcode() == kInstAlt || ip->opcode() == kInstAltMatch)
143 AddToQueue(q, ip->out1());
184 Inst* ip = inst(id); local
185 int j = ip->out();
190 ip->set_out(j);
191 AddToQueue(&q, ip->out())
214 Inst* ip = inst(id); local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
network_unittest.cc 117 IPAddress ip = (*it)->GetBestIP(); local
118 SocketAddress bindaddress(ip, 0);
121 int fd = static_cast<int>(socket(ip.family(), SOCK_STREAM, IPPROTO_TCP));
240 IPAddress ip; local
242 EXPECT_TRUE(IPFromString("fe80::1234:5678:abcd:ef12", &ip));
247 ipv6_eth0_linklocalnetwork.AddIP(ip);
248 EXPECT_TRUE(IPFromString("fe80::5678:abcd:ef12:3456", &ip));
251 ipv6_eth1_linklocalnetwork.AddIP(ip);
253 EXPECT_TRUE(IPFromString("2401:fa00:4:1000:be30:5bff:fee5:c3", &ip));
254 prefix = TruncateIP(ip, 64)
334 IPAddress ip; local
374 IPAddress ip; local
432 IPAddress ip; local
519 IPAddress ip; local
655 InterfaceAddress ip; local
    [all...]
  /external/clang/test/Analysis/
nullptr.cpp 26 int *ip = &(((struct foo *)np)->f); local
27 *ip = 0; // expected-warning{{Dereference of null pointer}}
  /external/clang/test/Sema/
conditional-expr.c 11 int *ip; local
16 ip = dp; // expected-warning {{incompatible pointer types assigning to 'int *' from 'double *'}}
17 dp = ip; // expected-warning {{incompatible pointer types assigning to 'double *' from 'int *'}}
20 ip = 0 ? (double *)0 : (void *)0; // expected-warning {{incompatible pointer types assigning to 'int *' from 'double *'}}
function-redecl.c 87 int* ip = outer6(x); // expected-warning{{use of out-of-scope declaration of 'outer6'}} local
transparent-union.c 3 int *ip; member in union:__anon2867
11 void g(int *ip, float *fp, char *cp) {
12 f(ip);
17 TU tu_ip = ip; // expected-error{{incompatible type}}
19 tu.ip = ip;
  /external/clang/test/SemaCXX/
nullptr.cpp 70 int *ip = *pn; local

Completed in 1332 milliseconds

1 2 3 4 5 6 7 8 91011>>