/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/netinet/ |
ip.h | 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */ 2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */ 32 * @(#)ip.h 8.1 (Berkeley) 6/10/93 55 struct ip { struct 81 * Definitions for IP type of service (ip_tos) 94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/netinet/ |
ip.h | 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */ 2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */ 32 * @(#)ip.h 8.1 (Berkeley) 6/10/93 55 struct ip { struct 81 * Definitions for IP type of service (ip_tos) 94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/netinet/ |
ip.h | 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */ 2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */ 32 * @(#)ip.h 8.1 (Berkeley) 6/10/93 55 struct ip { struct 81 * Definitions for IP type of service (ip_tos) 94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/netinet/ |
ip.h | 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */ 2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */ 32 * @(#)ip.h 8.1 (Berkeley) 6/10/93 55 struct ip { struct 81 * Definitions for IP type of service (ip_tos) 94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/netinet/ |
ip.h | 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */ 2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */ 32 * @(#)ip.h 8.1 (Berkeley) 6/10/93 55 struct ip { struct 81 * Definitions for IP type of service (ip_tos) 94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
|
/bionic/libc/tzcode/ |
localtime.c | 1469 register const int * ip; local [all...] |
/external/chromium_org/net/socket/ |
socket_test_util.cc | 129 IPAddressNumber ip; local 130 CHECK(ParseIPLiteralToNumber("192.0.2.33", &ip)); 131 peer_addr = IPEndPoint(ip, 0); 135 IPAddressNumber ip; local 136 CHECK(ParseIPLiteralToNumber("192.0.2.33", &ip)); 137 peer_addr = IPEndPoint(ip, 0); 702 IPAddressNumber ip; local 703 CHECK(ParseIPLiteralToNumber("192.0.2.33", &ip)); 704 peer_addr_ = IPEndPoint(ip, 0); 735 IPAddressNumber ip; local 1169 IPAddressNumber ip; local 1511 IPAddressNumber ip; local [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffgload.c | 889 FT_Byte* ip; local 926 ip = zone->cursor = zone->base; 938 while ( ip < limit ) 948 v = *ip++; 958 if ( ip + 1 >= limit ) 960 val = (FT_Short)( ( (FT_Short)ip[0] << 8 ) | ip[1] ); 961 ip += 2; 967 if ( ip >= limit ) 969 val = ( (FT_Int32)v - 247 ) * 256 + *ip++ + 108 [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
localtime.c | 1442 register const int * ip; local [all...] |
/external/chromium_org/third_party/re2/re2/ |
dfa.cc | 632 Prog::Inst* ip = prog_->inst(id); local 633 switch (ip->opcode()) { 641 (it == q->begin() && ip->greedy(prog_))) && 655 if (ip->opcode() == kInstEmptyWidth) 656 needflags |= ip->empty(); 657 if (ip->opcode() == kInstMatch && !prog_->anchor_end()) 715 int* ip = inst; local 716 int* ep = ip + n; 717 while (ip < ep) { 718 int* markp = ip; 844 Prog::Inst* ip = prog_->inst(id); local 927 Prog::Inst* ip = prog_->inst(id); local 1516 Prog::Inst* ip = prog_->inst(s->inst_[i]); local [all...] |
/external/chromium_org/v8/src/arm/ |
stub-cache-arm.cc | 81 __ ldr(ip, MemOperand(base_addr, 0)); 82 __ cmp(name, ip); 86 __ ldr(ip, MemOperand(base_addr, map_off_addr - key_off_addr)); 88 __ cmp(ip, scratch2); 227 __ ldr(ip, FieldMemOperand(receiver, HeapObject::kMapOffset)); 228 __ add(scratch, scratch, Operand(ip)); 305 __ Move(ip, isolate->global_object()); 306 __ cmp(prototype, ip); 434 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex); 435 __ cmp(scratch, ip); 3127 __ cmp(scratch1(), ip); local [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 717 // instructionMap.get(ip) is the number of instructions in code[0-ip) 719 final IntIntMap /* int(ip)->instr count */ instructionMap = new IntIntMap (); 743 for (int ip = 0; ip < codeSize; ) 745 final int opcode = 0xFF & code [ip]; 749 // "visitor.visit (opcode, wide, ip, null)": 758 leaders.add (ip); 1179 int ip = patchData [1]; local 1623 final int ip = out.size (); local 1647 final int ip = out.size (); local 1669 final int ip = out.size (); local 1693 final int ip = out.size (); local 1743 final int ip = out.size (); local [all...] |
/external/grub/netboot/ |
etherboot.h | 102 as Etherboot, subtract the size of an IP header and that of an UDP 118 #define IP 0x0800 322 /* Format of a bootp IP packet. */ 325 struct iphdr ip; member in struct:bootpip_t 339 struct iphdr ip; member in struct:tftp_t 379 struct iphdr ip; member in struct:tftpreq_t 406 struct iphdr ip; member in struct:rpc_t 498 extern int ifconfig (char *ip, char *sm, char *gw, char *svr);
|
/external/icu4c/tools/tzcode/ |
localtime.c | 1442 register const int * ip; local [all...] |
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | 740 /* read IP address */ 743 unsigned char p[5], *ip; local 744 ip = p; 747 if (gen->d.ip->length != 4) 753 /*i2d_ASN1_OCTET_STRING(gen->d.ip,&ip);*/ 754 ip = gen->d.ip->data; 762 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]) [all...] |
/external/iputils/ |
rdisc.c | 48 #include <netinet/ip.h> 537 * The IP packet will be added on by the kernel. 581 * The IP packet will be added on by the kernel. 697 * Return a string name for the given IP address. 722 struct iphdr *ip; local 727 ip = (struct iphdr *) ALLIGN(buf); 728 hlen = ip->ihl << 2; 875 if (ip->saddr == 0) { 879 if (IN_CLASSD(ntohl(ip->daddr))) 888 sin.sin_addr.s_addr = ip->saddr [all...] |
/external/linux-tools-perf/util/ |
symbol.c | 262 const u64 ip = sym->start; local 268 if (ip < s->start) 277 static struct symbol *symbols__find(struct rb_root *symbols, u64 ip) 289 if (ip < s->start) 291 else if (ip > s->end) [all...] |
trace-event-parse.c | 2310 unsigned long long ip, val; local [all...] |
/external/ppp/pppd/ |
auth.c | 237 bool allow_any_ip = 0; /* Allow peer to use any IP address */ 388 { "allow-ip", o_special, (void *)set_noauth_addr, 389 "Set IP address(es) which can be used without authentication", 496 novm("allow-ip argument"); 2032 struct permitted_ip *ip; local [all...] |
/external/qemu/ |
net.c | 85 #include <netinet/ip.h> 86 #include <netinet/ip_icmp.h> // must come after ip.h 712 int restricted, const char *ip) 720 slirp_init(restricted, ip); 1188 /* Check if IP device was opened */ 1194 syslog(LOG_ERR, "Can't open /dev/ip (actually /dev/udp)"); 1217 if(ioctl(if_fd, I_PUSH, "ip") < 0){ 1218 syslog(LOG_ERR, "Can't push IP module"); 1259 syslog(LOG_ERR, "Can't link TAP device to IP"); 2165 char *ip = NULL; local [all...] |
/external/qemu/slirp-android/ |
slirp.c | 63 /* ARP cache for the guest IP addresses (XXX: allow many entries) */ 133 uint32_t ip; local 135 if (inet_strtoip(pIPAddr->IpAddress.String, &ip) == 0) { 136 if (ip == loopback_addr_ip) 137 ip = our_addr_ip; 139 dns_addr[dns_addr_count++] = ip; 180 DN("emulator: IP address of your DNS(s): "); 321 * *_slowtimo needs calling if there are IP fragments 567 tcp_input((struct mbuf *)NULL, sizeof(struct ip), so); 610 tcp_input((struct mbuf *)NULL, sizeof(struct ip),so) [all...] |
/external/regex-re2/re2/ |
dfa.cc | 630 Prog::Inst* ip = prog_->inst(id); local 631 switch (ip->opcode()) { 639 (it == q->begin() && ip->greedy(prog_))) && 653 if (ip->opcode() == kInstEmptyWidth) 654 needflags |= ip->empty(); 655 if (ip->opcode() == kInstMatch && !prog_->anchor_end()) 713 int* ip = inst; local 714 int* ep = ip + n; 715 while (ip < ep) { 716 int* markp = ip; 842 Prog::Inst* ip = prog_->inst(id); local 925 Prog::Inst* ip = prog_->inst(id); local 1514 Prog::Inst* ip = prog_->inst(s->inst_[i]); local [all...] |
/art/compiler/llvm/ |
gbc_expander.cc | 1393 llvm::IRBuilderBase::InsertPoint ip = irb_.saveIP(); local [all...] |
/external/chromium_org/net/http/ |
http_network_transaction_unittest.cc | 10445 IPAddressNumber ip; local 10545 IPAddressNumber ip; local 10691 IPAddressNumber ip; local 11089 IPAddressNumber ip; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_context.h | 178 uint32_t ip[8]; /* R300_RS_IP_[0-7], R500_RS_IP_[0-7] */ member in struct:r300_rs_block
|