/prebuilt/ndk/android-ndk-r6/platforms/android-3/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)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/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 | 1556 register const int * 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/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/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 | 762 /* read IP address */ 765 unsigned char p[5], *ip; local 766 ip = p; 769 if (gen->d.ip->length != 4) 775 /*i2d_ASN1_OCTET_STRING(gen->d.ip,&ip);*/ 776 ip = gen->d.ip->data; 784 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]) [all...] |
isakmp.c | 119 # include <linux/ip.h> 129 # include <netinet/ip.h> 212 struct iphdr ip; member in struct:__anon6739::__anon6740 214 struct ip ip; member in struct:__anon6739::__anon6740 255 extralen += sizeof(x.lbuf.udp) + x.lbuf.ip.ihl; 259 extralen += sizeof(x.lbuf.udp) + x.lbuf.ip.ip_hl; [all...] |
/external/mksh/src/ |
funcs.c | 183 char *xp, *ip, *tp, *ipath, *ldest = NULL; local 210 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); 212 while (*ip) { 214 while (*ip == '/') 215 ++ip; 216 if (!*ip) 220 tp = ip; 221 while (*ip && *ip != '/') 222 ++ip; [all...] |
/external/ping/ |
ping.c | 63 #include <netinet/ip.h> 344 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet 950 static void pr_iph(struct iphdr *ip); 1061 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet 1137 struct iphdr *ip; local 1141 /* Check the IP header */ 1142 ip = (struct iphdr *)buf; 1143 hlen = ip->ihl*4; 1144 if (cc < hlen + 8 || ip->ihl < 5) { 1161 ip->ttl, 0, tv, pr_addr(from->sin_addr.s_addr)) [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...] |
net-android.c | 87 #include <netinet/ip.h> 88 #include <netinet/ip_icmp.h> // must come after ip.h 291 uint32_t ip; local 299 ip = 0; 302 if (inet_strtoip(buf, &ip) < 0) 307 ip = sock_address_get_ip(saddr); 313 sock_address_init_inet(saddr, ip, port); 717 /* must have room for Mac + IP header */ 724 /* must have valid IP header */ 839 int restricted, const char *ip) 2269 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/v8/src/arm/ |
assembler-arm.h | 140 const Register ip = { 12 }; member in namespace:v8::internal 396 // 2-instruction solution with a load into the ip register is necessary. If 430 // offset is any signed 32-bit value; offset is first loaded to register ip if 679 // ldr ip, [pc, #...] @ call address 680 // blx ip 695 // ldr ip, [pc, #0] @ emited address and start 696 // blx ip 709 // ldr ip, [pc, #0] @ emited address and start 710 // blx ip [all...] |
full-codegen-arm.cc | 142 __ LoadRoot(ip, Heap::kUndefinedValueRootIndex); 149 __ push(ip); 250 __ LoadRoot(ip, Heap::kStackLimitRootIndex); 251 __ cmp(sp, Operand(ip)); 286 __ LoadRoot(ip, Heap::kStackLimitRootIndex); 287 __ cmp(sp, Operand(ip)); 512 __ LoadRoot(ip, Heap::kTrueValueRootIndex); 513 __ push(ip); 516 __ LoadRoot(ip, Heap::kFalseValueRootIndex); 517 __ push(ip); 568 __ cmp(result_register(), ip); local 571 __ cmp(result_register(), ip); local 574 __ cmp(result_register(), ip); local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 2185 struct { Addr ip; DebugInfo* di; Word ix; } member in struct:__anon12300 [all...] |
/external/valgrind/main/massif/ |
ms_main.c | 79 // keeping XPt children sorted by 'ip' and use binary search in get_XCon. 512 // It's a bit of a fake XPt (ie. its 'ip' is zero), and is only used because 546 Addr ip; // code address member in struct:_XPt 579 Addr ip; member in struct:_SXPt::__anon12793::__anon12794 620 static XPt* new_XPt(Addr ip, XPt* parent) 626 xpt->ip = ip; 723 sxpt->Sig.ip = xpt->ip; 844 // This is used for various buffers which can hold function names/IP 952 Addr ip = ips[i]; local [all...] |
/system/core/libcutils/ |
tztime.c | 1411 register const int * ip; local [all...] |
/device/samsung/crespo/libcamera/ |
SecCameraHWInterface.cpp | 145 CameraParameters ip; local 304 ip.set("sharpness-min", 0); 305 ip.set("sharpness-max", 4); 306 ip.set("saturation-min", 0); 307 ip.set("saturation-max", 4); 308 ip.set("contrast-min", 0); 309 ip.set("contrast-max", 4); 318 ip.set("sharpness", SHARPNESS_DEFAULT); 319 ip.set("contrast", CONTRAST_DEFAULT); 320 ip.set("saturation", SATURATION_DEFAULT) [all...] |
/external/clang/lib/CodeGen/ |
CGObjC.cpp | 2162 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); local 2172 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); local [all...] |
/external/valgrind/main/exp-ptrcheck/ |
sg_main.c | 382 static XArray* /* of StackBlock */ get_StackBlocks_for_IP ( Addr ip ) 384 XArray* blocks = VG_(di_get_stack_blocks_at_ip)( ip, True/*arrays only*/ ); 1687 Word ip = cache->nInUse \/ 2; \/* doesn't seem critical *\/ local 1872 Addr ip = ip_post_call_insn; local [all...] |
/external/grub/stage2/ |
builtins.c | 1635 char *svr = 0, *ip = 0, *gw = 0, *sm = 0; local [all...] |
/external/kernel-headers/original/linux/ |
perf_event.h | 408 * { u64 ip; } && PERF_SAMPLE_IP 494 __u64 ip[PERF_MAX_STACK_DEPTH]; member in struct:perf_callchain_entry 856 u64 ip; member in struct:perf_sample_data 914 perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip, int skip); 917 * Take a snapshot of the regs. Skip ip and frame pointer to 919 * - ip for PERF_SAMPLE_IP 926 unsigned long ip; local 932 ip = CALLER_ADDR0; 935 ip = CALLER_ADDR1; 938 ip = CALLER_ADDR2 [all...] |