HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 251 - 275 of 370) sorted by null

<<1112131415

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 87 u64 ip; member in struct:hist_entry
unwind.c 35 unw_word_t ip,
270 static struct map *find_map(unw_word_t ip, struct unwind_info *ui)
275 MAP__FUNCTION, ip, &al);
280 find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
288 map = find_map(ip, ui);
306 return dwarf_search_unwind_table(as, ip, &di, pi,
468 static int entry(u64 ip, struct thread *thread, struct machine *machine,
476 MAP__FUNCTION, ip, &al);
478 e.ip = ip;
536 unw_word_t ip; local
550 unw_word_t ip; local
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_x86_64.h 106 uint32_t ip; // "fioff" member in struct:RegisterContextDarwin_x86_64::FPU
  /external/lzma/C/
XzDec.c 59 UInt32 ip; member in struct:__anon6302
76 p->ip = 0;
105 p->ip = v;
122 #define CASE_BRA_CONV(isa) case XZ_ID_ ## isa: p->bufConv = isa ## _Convert(p->buf, p->bufTotal, p->ip, p->encodeMode); break;
174 p->bufConv = x86_Convert(p->buf, p->bufTotal, p->ip, &p->x86State, p->encodeMode);
184 p->ip += (UInt32)p->bufConv;
  /external/openssl/crypto/comp/
c_zlib.c 717 int ret, *ip; local
741 ip = ptr;
742 if (*ip == 0)
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ip_tables.h 89 struct ipt_ip ip; member in struct:ipt_entry
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_tables.h 63 struct ipt_ip ip; member in struct:ipt_entry
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/
ip_tables.h 89 struct ipt_ip ip; member in struct:ipt_entry
  /external/chromium_org/base/files/
file_util_posix.cc 755 std::vector<FilePath::StringType>::const_iterator ib, ip; local
756 for (ib = base_components.begin(), ip = path_components.begin();
757 ib != base_components.end(); ++ib, ++ip) {
761 DCHECK(ip != path_components.end());
762 DCHECK(*ip == *ib);
769 for (; ip != path_components.end(); ++ip) {
770 current_path = current_path.Append(*ip);
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 109 // Returns local IP address number of first interface found (except loopback).
111 // "eth0", "wlan0" etc. If interface name is empty, function will return IP
136 net::IPAddressNumber ip = GetLocalIp("", false); local
137 if (!ip.empty())
138 result += " at " + net::IPAddressToString(ip);
850 LOG(ERROR) << "No local IP found. Cannot start printer.";
  /external/chromium_org/net/dns/
dns_transaction.cc 56 IPAddressNumber ip; local
57 return ParseIPLiteralToNumber(hostname, &ip);
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 196 net::IPAddressNumber ip; local
197 CHECK(net::ParseIPLiteralToNumber("127.0.0.1", &ip));
198 server_address_ = IPEndPoint(ip, 0);
467 IPAddressNumber ip; local
468 CHECK(net::ParseIPLiteralToNumber("::1", &ip));
469 server_address_ = IPEndPoint(ip, server_address_.port());
1123 IPAddressNumber ip; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 588 rtc::IPAddress ip = ipaddr(); local
589 switch (ip.family()) {
591 in_addr v4addr = ip.ipv4_address();
597 in6_addr v6addr = ip.ipv6_address();
617 // Invalid ip family or transaction ID, or missing owner.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 646 const tran_low_t *ip = NULL; local
670 ip = output;
674 a1 = ip[0];
675 b1 = ip[1];
676 c1 = ip[2];
677 d1 = ip[3];
691 ip += 4;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_emit.c 2480 int ip; local
2504 int ip; local
2528 int ip; local
    [all...]
brw_wm_emit.c 1535 struct brw_reg ip = brw_ip_reg(); local
    [all...]
  /external/chromium_org/third_party/re2/re2/
compile.cc 58 Prog::Inst* ip = &inst0[l.p>>1]; local
60 l.p = ip->out1();
62 l.p = ip->out();
69 Prog::Inst* ip = &inst0[l.p>>1]; local
71 l.p = ip->out1();
72 ip->out1_ = val;
74 l.p = ip->out();
75 ip->set_out(val);
95 Prog::Inst* ip = &inst0[l.p>>1]; local
97 ip->out1_ = l2.p
271 Prog::Inst* ip = new Prog::Inst[inst_cap_]; local
284 Prog::Inst* ip = new Prog::Inst[inst_len_]; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
network.cc 94 // After type, networks are sorted by IP address precedence values
155 // AddressList in this map will track IP addresses for all Networks
211 // This network exists in the map already. Reset its IP addresses.
271 IPAddress ip; local
280 ip = IPAddress(
288 ip = IPAddress(
305 prefix = TruncateIP(ip, prefix_length);
315 network->AddIP(ip);
323 (*existing_network).second->AddIP(ip);
346 const IPAddress& ip, IPAddress* prefix)
425 IPAddress ip; local
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 518 _("DHCP, IP range %s -- %s, lease time %s"),
1267 struct ip ip; member in struct:__anon25045
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 130 // Shouldn't hit DNS, because it's an IP string literal.
139 // Shouldn't hit DNS, because it's an IP string literal.
155 // Shouldn't hit DNS, because it's an IP string literal.
167 // Shouldn't hit DNS, because it's an IP string literal.
222 InetAddress ip = InetAddresses.forString(ipStr); local
223 assertEquals("1.2.3.4", InetAddresses.toUriString(ip));
230 InetAddress ip = InetAddresses.forString(ipStr); local
231 assertEquals("[3ffe::1]", InetAddresses.toUriString(ip));
331 InetAddress ip = InetAddresses.forString(nonCompatAddresses[i]); local
332 assertFalse(InetAddresses.isCompatIPv4Address((Inet6Address) ip));
350 InetAddress ip = InetAddresses.forString(validCompatAddresses[i]); local
408 InetAddress ip = InetAddresses.forString(non6to4Addresses[i]); local
424 InetAddress ip = InetAddresses.forString(valid6to4Address); local
438 InetAddress ip = InetAddresses.forString(nonTeredoAddresses[i]); local
455 InetAddress ip = InetAddresses.forString(validTeredoAddress); local
490 InetAddress ip = InetAddresses.forString(validIsatapAddresses[i]); local
496 InetAddress ip = InetAddresses.forString(nonIsatapAddresses[i]); local
    [all...]
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 2 * 25-Jul-1998 Major changes to allow for ip chain table
8 * Format of an IP firewall descriptor
68 /* Source and destination IP addr */
70 /* Mask for src and dest IP addr */
84 /* Values for "flag" field in struct ipt_ip (general ip structure). */
93 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
100 parts which are 1) general IP header stuff 2) match specific
103 struct ipt_ip ip; member in struct:ipt_entry
124 * New IP firewall options for [gs]etsockopt at the RAW IP level
    [all...]
  /external/iptables/extensions/
libxt_conntrack.c 24 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon2079
31 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon2081
362 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
368 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
374 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
380 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 2 * 25-Jul-1998 Major changes to allow for ip chain table
8 * Format of an IP firewall descriptor
68 /* Source and destination IP addr */
70 /* Mask for src and dest IP addr */
84 /* Values for "flag" field in struct ipt_ip (general ip structure). */
93 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
100 parts which are 1) general IP header stuff 2) match specific
103 struct ipt_ip ip; member in struct:ipt_entry
124 * New IP firewall options for [gs]etsockopt at the RAW IP level
    [all...]
  /external/iputils/
ping.c 63 #include <netinet/ip.h>
100 static void pr_iph(struct iphdr *ip);
712 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet
788 struct iphdr *ip; local
796 /* Check the IP header */
797 ip = (struct iphdr *)buf;
799 hlen = ip->ihl*4;
800 if (cc < hlen + 8 || ip->ihl < 5) {
806 ttl = ip->ttl;
1284 * Print an IP header with options
    [all...]
  /external/jemalloc/src/
prof.c 188 void *ip; local
192 ip = (void *)_Unwind_GetIP(context);
193 if (ip == NULL)
195 data->bt->vec[data->bt->len] = ip;

Completed in 2407 milliseconds

<<1112131415