/external/libpcap/ |
pcap-dlpi.c | 436 #define DL_IPATM 0x12 /* ATM Classical IP interface */ 1616 register dl_hp_ppa_info_t *ipstart, *ip; local [all...] |
/external/libppp/src/ |
ipcp.c | 34 #include <netinet/ip.h> 76 #include "ip.h" 143 { 1, "IPADDRS" }, /* IP-Addresses */ /* deprecated */ 144 { 2, "COMPPROTO" }, /* IP-Compression-Protocol */ 145 { 3, "IPADDR" }, /* IP-Address */ 245 for (ncp = cp; isip(*ncp); ncp++) /* Jump over IP */ 528 /* Try to give the peer a previously configured IP address */ 560 * Otherwise, if we've used an IP number before and it's still within 562 * want to keep that IP number so that we can keep any existing 563 * connections that are bound to that IP 620 struct in_addr peer, mask, ip; local [all...] |
/external/libvorbis/lib/ |
smallft.c | 44 int ld, ii, ip, is, nq, nr; local 85 ip=ifac[k1+2]; 87 l2=l1*ip; 89 ipm=ip-1; 271 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, 282 arg=tpi/(float)ip; 285 ipph=(ip+1)>>1; 286 ipp2=ip; 290 t10=ip*ido; 296 for(j=1;j<ip;j++) 576 int ip,iw,ido,idl1,ix2,ix3; local 1157 int nf,ip,iw,ix2,ix3,ido,idl1; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 599 short *ip = input; local 604 a1 = ip[0 * pitch_short]; 605 b1 = ip[1 * pitch_short]; 606 c1 = ip[2 * pitch_short]; 607 d1 = ip[3 * pitch_short]; 621 ip++; 624 ip = output; 628 a1 = ip[0]; 629 b1 = ip[1]; 630 c1 = ip[2] [all...] |
/external/linux-tools-perf/ |
builtin-top.c | 218 static void record_precise_ip(struct sym_entry *syme, int counter, u64 ip) 232 ip = syme->map->map_ip(syme->map, ip); 233 symbol__inc_addr_samples(sym, syme->map, counter, ip); 717 u64 ip = event->ip.ip; local 740 machine = perf_session__find_machine(session, event->ip.pid); 755 event->ip.pid); 837 record_precise_ip(syme, evsel->idx, ip); [all...] |
/external/mesa3d/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/openssh/ |
sshconnect.c | 216 /* Bind the socket to an alternative local IP address */ 326 * Opens a TCP/IP connection to the remote server on the given host. 627 * Prepare the hostname and ip address strings that are used to lookup 653 * We don't have the remote ip-address for connections 700 char *ip = NULL, *host = NULL; local 730 get_hostfile_hostname_ipaddr(hostname, hostaddr, port, &host, &ip); 737 strcmp(hostname, ip) == 0 || options.proxy_command != NULL)) 750 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]); 752 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]); 768 * Also perform check for the ip address, skip the check if we ar [all...] |
/external/openssl/crypto/bio/ |
bss_dgram.c | 460 int *ip; local 499 ip=(int *)ptr; 500 if (ip != NULL) *ip=b->num; 546 /* (Linux)kernel sets DF bit on outgoing IP packets */ 601 * IP options are used. [all...] |
/external/oprofile/libpp/ |
arrange_profiles.cpp | 800 inverted_profile ip; 801 ip.image = image; 802 ip.groups.resize(nr_classes); 803 app_map[image] = ip; 818 inverted_profile & ip = plist.back(); local 819 extra.find_image_path(ip.image, ip.error, false); 844 inverted_profile & ip = get_iprofile(app_map, local 846 add_to_group(ip.groups[i], pit->image, pit->files); 855 inverted_profile & ip = get_iprofile(app_map local [all...] |
/external/qemu/ |
cpu-exec.c | 1188 unsigned long ip; local [all...] |
/external/qemu/slirp/ |
bootp.h | 96 struct ip ip; member in struct:bootp_t
|
/external/qemu/slirp-android/ |
bootp.h | 96 struct ip ip; member in struct:bootp_t
|
/external/regex-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 270 Prog::Inst* ip = new Prog::Inst[inst_cap_]; local 283 Prog::Inst* ip = new Prog::Inst[inst_len_]; local [all...] |
/external/speex/libspeex/ |
smallft.c | 46 int ld, ii, ip, is, nq, nr; local 87 ip=ifac[k1+2]; 89 l2=l1*ip; 91 ipm=ip-1; 273 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, 284 arg=tpi/(float)ip; 287 ipph=(ip+1)>>1; 288 ipp2=ip; 292 t10=ip*ido; 298 for(j=1;j<ip;j++) 578 int ip,iw,ido,idl1,ix2,ix3; local 1159 int nf,ip,iw,ix2,ix3,ido,idl1; local [all...] |
/external/tcpdump/ |
print-icmp6.c | 239 const struct ip6_hdr *ip; local 247 ip = (struct ip6_hdr *)bp2; 258 sum = icmp6_cksum(ip, dp, length); [all...] |
print-pgm.c | 35 #include "ip.h" 153 register const struct ip *ip; local 169 ip = (struct ip *)bp2; 171 if (IP_V(ip) == 6) 176 if (IP_V(ip) == 6) { 193 ipaddr_string(&ip->ip_src), 194 ipaddr_string(&ip->ip_dst)); 217 if (ip->ip_p == IPPROTO_PGM) [all...] |
print-udp.c | 49 #include "ip.h" 140 u_int *ip = (u_int *)hdr; local 147 ip += 2; 165 ip += 1; 181 i2 = ip[0]; 187 ip += optlen; 193 i2 = ip[0]; 199 ip += extlen; 202 printf(" 0x%04x", ip[0] >> 16); 287 static int udp_cksum(register const struct ip *ip 424 register const struct ip *ip; local [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 758 Supplied string contains either an ip address "192.168.0.1" or 759 an ip address and port pair, "192.168.0.1:1500". Parse these, 771 UInt ip = 0; local 773 Bool ok = parse_inet_addr_and_port(str, &ip, &port); 778 // VG_(printf)("ip = %d.%d.%d.%d, port %d\n", 779 // (ip >> 24) & 0xFF, (ip >> 16) & 0xFF, 780 // (ip >> 8) & 0xFF, ip & 0xFF, 784 servAddr.sin_addr.s_addr = VG_(htonl)(ip); [all...] |
/frameworks/rs/driver/runtime/ |
rs_cl.c | 505 uint32_t *ip = (uint32_t *)f; local 506 *ip = v | 0x7fc00000; [all...] |
/frameworks/rs/ |
rsAllocation.cpp | 463 intptr_t ip = (intptr_t)alloc; local 464 rsc->sendMessageToClient(NULL, RS_MESSAGE_TO_CLIENT_NEW_BUFFER, ip, 0, true);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
algo.h | 1224 RandomAccessIterator2, random_access_iterator_tag> ip; typedef 1314 random_access_iterator_tag> ip; typedef [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/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 31 /* Source and destination IP addr */ 33 /* Mask for src and dest IP addr */ 53 /* Values for "flag" field in struct ipt_ip (general ip structure). */ 62 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ 69 parts which are 1) general IP header stuff 2) match specific 73 struct ipt_ip ip; member in struct:ipt_entry 94 * New IP firewall options for [gs]etsockopt at the RAW IP level [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_arp.h | 66 unsigned char __ar_sip[4]; /* Sender IP address. */ 68 unsigned char __ar_tip[4]; /* Target IP address. */ 116 #define ARPHRD_IPDDP 777 /* IP-in-DDP tunnel. */ 117 #define ARPHRD_IPGRE 778 /* GRE over IP. */ 173 u_int32_t ip; /* IP address of entry. */ member in struct:arpd_request
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
ip.h | 97 * @(#)ip.h 8.1 (Berkeley) 6/10/93 108 struct ip struct 152 #define IPVERSION 4 /* IP version number */ 156 * Definitions for IP type of service (ip_tos) 167 * Definitions for IP precedence (also in ip_tos) (hopefully unused) 249 #endif /* netinet/ip.h */
|