/external/ipsec-tools/src/racoon/ |
isakmp.c | 115 # include <linux/ip.h> 128 # include <netinet/ip.h> 208 sizeof(struct ip) + 248 struct iphdr *ip; local 252 ip = (struct iphdr *)(x.lbuf + sizeof(*udp)); 253 extralen += sizeof(*udp) + ip->ihl; 256 struct ip *ip; local 260 ip = (struct ip *)(x.lbuf + sizeof(*udp)) [all...] |
/external/libpcap/ |
pcap-sita.c | 65 char *ip; /* this unit's IP address (as extracted from /etc/hosts) */ member in struct:unit 148 printf("%c:%c %s %s\n", 'C', 'S', "fd", "IP Address"); 151 if (units[chassis][geoslot].ip != NULL) 152 printf("%d:%d %2d %s\n", chassis, geoslot, units[chassis][geoslot].fd, units[chassis][geoslot].ip); 225 if (units[chassis][geoslot].ip != NULL) { 226 free(units[chassis][geoslot].ip); /* get rid of the malloc'ed space that holds the IP address */ 227 units[chassis][geoslot].ip = 0; /* then set the pointer to NULL */ 242 if (units[chassis][geoslot].ip != NULL) 310 char *ip; local [all...] |
/external/libunwind/include/tdep-ia64/ |
libunwind_i.h | 134 /* IP, CFM, and predicate cache (these are always equal to the 137 unw_word_t ip; /* instruction pointer value */ member in struct:cursor 238 #define tdep_fetch_frame(c,ip,n) do {} while(0) 245 #define tdep_get_ip(c) ((c)->ip) 262 unw_word_t ip); 263 extern int tdep_find_proc_info (unw_addr_space_t as, unw_word_t ip, 272 pid_t pid, unw_word_t ip,
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
annotate.c | 448 u64 ip; local 454 ip = ms->map->map_ip(ms->map, dl->ops.target.addr); 455 target = map__find_symbol(ms->map, ip, NULL);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
annotate.c | 834 u64 ip = dl->ops.target.addr; local 836 if (ip >= map->start && ip <= map->end) { 837 ip = map->map_ip(map, ip); 838 s = map__find_symbol(map, ip, NULL); 839 if (s && s->start == ip) 1277 * Filtered by min_pcnt or non IP lines when [all...] |
machine.c | 1186 u64 ip) 1204 ip, &al); 1209 ams->addr = ip; 1240 ip__resolve_ams(machine, thr, &mi->iaddr, sample->ip); 1284 u64 ip; local 1288 ip = chain->ips[i]; 1290 ip = chain->ips[chain->nr - i - 1]; 1292 if (ip >= PERF_CONTEXT_MAX) { 1293 switch (ip) { 1305 "%"PRId64"\n", (s64) ip); [all...] |
symbol.c | 295 const u64 ip = sym->start; local 301 if (ip < s->start) 310 static struct symbol *symbols__find(struct rb_root *symbols, u64 ip) 322 if (ip < s->start) 324 else if (ip > s->end) [all...] |
/external/lldb/source/Plugins/Process/POSIX/ |
RegisterContext_x86_64.h | 241 uint64_t ip; member in struct:RegisterContext_x86_64::FXSAVE
|
/external/ltrace/sysdeps/linux-gnu/ |
trace.c | 328 breakpoint where IP points and let the process continue. After 333 arch_addr_t ip = get_instruction_pointer(proc); local 335 if (DICT_FIND_VAL(proc->leader->breakpoints, &ip, &found) < 0) { 336 insert_breakpoint_at(proc, ip, NULL); 378 /* Before we detach, we need to make sure that task's IP is on the 470 * breakpoint (and therefore potentially doesn't have aligned IP), 774 arch_addr_t ip local 777 = address2bpstruct(leader, ip); [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 143 // Special version of printf that knows how to print IP addresses, DNS-format name strings, etc. 239 mDNSv4Addr ip = entry->addr.ip.v4; local 241 // Note: This is reverse order compared to a normal dotted-decimal IP address, so we can't use our customary "%.4a" format code 242 mDNS_snprintf(buffer, sizeof(buffer), "%d.%d.%d.%d.in-addr.arpa.", ip.b[3], ip.b[2], ip.b[1], ip.b[0]); [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.c | 1360 mDNSAddr *ip = (mDNSAddr*)a; local [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score, 249 DBG("%i is now ready\n", sinst->Instruction->IP); 428 DBG("%i: commit score = %d\n", sinst->Instruction->IP, sinst->Score); 462 DBG("%i: commit TEX reads\n", readytex->Instruction->IP); 482 DBG("%i: commit TEX writes\n", readytex->Instruction->IP); 1254 unsigned int ip; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 1681 int ip = next_ip; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_state.c | 1349 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local 1365 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state.c | 1121 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local 1137 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cffgload.c | 912 FT_Byte* ip; local 949 ip = zone->cursor = zone->base; 961 while ( ip < limit ) 971 v = *ip++; 984 if ( ip + 1 >= limit ) 986 val = (FT_Short)( ( (FT_UShort)ip[0] << 8 ) | ip[1] ); 987 ip += 2; 993 if ( ip >= limit ) 995 val = ( (FT_Int32)v - 247 ) * 256 + *ip++ + 108 [all...] |
/external/qemu/slirp/ |
ip.h | 29 * @(#)ip.h 8.1 (Berkeley) 6/10/93 30 * ip.h,v 1.3 1994/08/21 05:27:30 paul Exp 75 struct ip { struct 99 * Definitions for IP type of service (ip_tos) 197 * Overlay for ip header used by other protocols (tcp, udp). 209 * Ip reassembly queue structure. Each fragment 216 struct qlink frag_link; /* to ip headers of fragments */ 225 * Ip header, when holding a fragment. 231 struct ip ipf_ip; 242 * and passed to ip_output when ip options are in use [all...] |
/external/qemu/slirp-android/ |
ip.h | 29 * @(#)ip.h 8.1 (Berkeley) 6/10/93 30 * ip.h,v 1.3 1994/08/21 05:27:30 paul Exp 77 struct ip { struct 101 * Definitions for IP type of service (ip_tos) 199 * Overlay for ip header used by other protocols (tcp, udp). 211 * Ip reassembly queue structure. Each fragment 218 struct qlink frag_link; /* to ip headers of fragments */ 227 * Ip header, when holding a fragment. 233 struct ip ipf_ip; 244 * and passed to ip_output when ip options are in use [all...] |
/external/tcpdump/ |
print-icmp.c | 40 #include "ip.h" 78 struct ip idi_ip; 98 * packet is large enought to contain the returned ip header. 101 * ip header length. 104 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */ 107 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ 141 #define ICMP_PARAMPROB 12 /* ip header bad */ 271 * IP packet before the MPLS extension header starts. 339 const struct ip *ip; local [all...] |
/external/valgrind/main/coregrind/ |
m_errormgr.c | 323 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque) 326 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) { 329 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) { 336 static void printSuppForIp_nonXML(UInt n, Addr ip, void* textV) 340 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) { 343 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) { 1576 Addr ip = *(const Addr*)addrV; \/* INPUT *\/ local [all...] |
/external/valgrind/main/coregrind/m_scheduler/ |
scheduler.c | 833 should therefore start by looking up the guest next IP in TT. If 834 it is True then we ignore the guest next IP and just run from 1007 Addr ip = VG_(get_IP)(tid); local 1035 Addr ip = VG_(get_IP)(tid); local 1109 Addr ip = VG_(get_IP)(tid); local 1942 Addr ip = arg[1]; local [all...] |
/frameworks/av/media/libstagefright/foundation/ |
ANetworkSession.cpp | 208 msg->setString("server-ip", localAddrString.c_str()); 210 msg->setString("client-ip", remoteAddrString.c_str()); 301 uint32_t ip = ntohl(remoteAddr.sin_addr.s_addr); local 306 ip >> 24, 307 (ip >> 16) & 0xff, 308 (ip >> 8) & 0xff, 309 ip & 0xff).c_str()); [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng.cpp | 362 unsigned int ip, 366 mNlAddr(ip), mPort(port), mServerType(type) 2216 unsigned int ip = htonl(addr.s_addr); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/ |
ip.h | 98 * @(#)ip.h 8.1 (Berkeley) 6/10/93 109 struct ip struct 153 #define IPVERSION 4 /* IP version number */ 170 * Definitions for IP differentiated services code points (DSCP) 192 * Definitions for IP type of service (ip_tos) 203 * Definitions for IP precedence (also in ip_tos) (hopefully unused) 285 #endif /* netinet/ip.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
ip.h | 98 * @(#)ip.h 8.1 (Berkeley) 6/10/93 109 struct ip struct 153 #define IPVERSION 4 /* IP version number */ 170 * Definitions for IP differentiated services code points (DSCP) 192 * Definitions for IP type of service (ip_tos) 203 * Definitions for IP precedence (also in ip_tos) (hopefully unused) 285 #endif /* netinet/ip.h */
|