Searched defs:ip (Results 276 - 300 of 370) sorted by relevance

<<1112131415

/external/freetype/src/psaux/
H A Dt1decode.c361 FT_Byte* ip; local
410 ip = zone->cursor = zone->base;
424 while ( ip < limit )
449 switch ( *ip++ )
509 if ( ip > limit )
516 switch ( *ip++ )
549 ip[-1] ));
555 if ( ip + 4 > limit )
562 value = (FT_Int32)( ( (FT_Long)ip[0] << 24 ) |
563 ( (FT_Long)ip[
[all...]
/external/grub/netboot/
H A Dmain.c110 static unsigned short ipchksum (unsigned short *ip, int len);
147 ifconfig (char *ip, char *sm, char *gw, char *svr) argument
159 if (ip)
161 if (! inet_aton (ip, &arptable[ARP_CLIENT].ipaddr))
180 if (ip || sm)
201 struct iphdr *ip; local
207 ip = (struct iphdr *) buf;
209 ip->verhdrlen = 0x45;
210 ip->service = 0;
211 ip
538 struct bootpip_t ip; local
742 struct iphdr *ip; local
1117 ipchksum(unsigned short *ip, int len) argument
[all...]
/external/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h2 * 25-Jul-1998 Major changes to allow for ip chain table
55 /* Values for "flag" field in struct ipt_ip (general ip structure). */
74 struct ipt_ip ip; member in struct:ipt_entry
/external/iptables/extensions/
H A Dlibxt_conntrack.c20 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon7271
27 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon7273
320 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
326 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
332 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
338 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
652 matchinfo_print(const void *ip, const struct xt_entry_match *match, int numeric, const char *optpfx) argument
863 conntrack_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
870 conntrack1_mt4_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
881 conntrack1_mt6_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
892 conntrack2_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
899 conntrack2_mt6_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
906 conntrack3_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
913 conntrack3_mt6_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
919 conntrack_save(const void *ip, const struct xt_entry_match *match) argument
924 conntrack3_mt_save(const void *ip, const struct xt_entry_match *match) argument
930 conntrack3_mt6_save(const void *ip, const struct xt_entry_match *match) argument
936 conntrack2_mt_save(const void *ip, const struct xt_entry_match *match) argument
942 conntrack2_mt6_save(const void *ip, const struct xt_entry_match *match) argument
949 conntrack1_mt4_save(const void *ip, const struct xt_entry_match *match) argument
959 conntrack1_mt6_save(const void *ip, const struct xt_entry_match *match) argument
[all...]
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h2 * 25-Jul-1998 Major changes to allow for ip chain table
55 /* Values for "flag" field in struct ipt_ip (general ip structure). */
74 struct ipt_ip ip; member in struct:ipt_entry
/external/kernel-headers/original/linux/
H A Dnetfilter.h65 __be32 ip; member in union:nf_inet_addr
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h2 * 25-Jul-1998 Major changes to allow for ip chain table
22 #include <linux/ip.h>
61 /* Values for "flag" field in struct ipt_ip (general ip structure). */
81 struct ipt_ip ip; member in struct:ipt_entry
325 struct ipt_ip ip; member in struct:compat_ipt_entry
/external/libppp/src/
H A Dncpaddr.c37 #include <netinet/ip.h>
257 ncpaddr_setip4addr(struct ncpaddr *addr, u_int32_t ip) argument
260 addr->ncpaddr_ip4addr.s_addr = ip;
264 ncpaddr_getip4addr(const struct ncpaddr *addr, u_int32_t *ip) argument
268 *ip = addr->ncpaddr_ip4addr.s_addr;
273 ncpaddr_setip4(struct ncpaddr *addr, struct in_addr ip) argument
276 addr->ncpaddr_ip4addr = ip;
280 ncpaddr_getip4(const struct ncpaddr *addr, struct in_addr *ip) argument
284 *ip = addr->ncpaddr_ip4addr;
H A Dradius.c37 #include <netinet/ip.h>
77 #include "ip.h"
259 struct in_addr ip; local
330 r->ip.s_addr = r->mask.s_addr = INADDR_NONE;
336 r->ip = rad_cvt_addr(data);
338 " IP %s\n", inet_ntoa(r->ip));
402 ip.s_addr = INADDR_ANY;
403 ncpaddr_setip4(&gw, ip);
404 ncprange_setip4host(&dest, ip);
421 ncprange_getip4addr(&dest, &ip);
[all...]
/external/libvorbis/lib/
H A Dsmallft.c44 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, argument
282 arg=tpi/(float)ip;
285 ipph=(ip+1)>>1;
286 ipp2=ip;
290 t10=ip*ido;
296 for(j=1;j<ip;
576 int ip,iw,ido,idl1,ix2,ix3; local
840 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
1157 int nf,ip,iw,ix2,ix3,ido,idl1; local
[all...]
/external/linux-tools-perf/
H A Dbuiltin-top.c218 static void record_precise_ip(struct sym_entry *syme, int counter, u64 ip) argument
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/linux-tools-perf/util/
H A Dmap.c217 u64 ip = map->dso->adjust_symbols ? local
220 return ip;
472 static u64 map__reloc_map_ip(struct map *map, u64 ip) argument
474 return ip + (s64)map->pgoff;
477 static u64 map__reloc_unmap_ip(struct map *map, u64 ip) argument
479 return ip - (s64)map->pgoff;
505 const u64 ip = map->start; local
511 if (ip < m->start)
526 struct map *maps__find(struct rb_root *maps, u64 ip) argument
535 if (ip <
[all...]
/external/opencv/cv/src/
H A Dcvgeometry.cpp179 CvPoint ip = {0,0}; local
208 if( !is_float && !measure_dist && (ip.x = cvRound(pt.x)) == pt.x && (ip.y = cvRound(pt.y)) == pt.y )
220 if( (v0.y <= ip.y && v.y <= ip.y) ||
221 (v0.y > ip.y && v.y > ip.y) ||
222 (v0.x < ip.x && v.x < ip.x) )
224 if( ip
[all...]
/external/openssl/crypto/comp/
H A Dc_zlib.c717 int ret, *ip; local
741 ip = ptr;
742 if (*ip == 0)
/external/oprofile/libpp/
H A Darrange_profiles.cpp800 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 local
[all...]
/external/qemu/
H A Dcpu-exec.c1188 unsigned long ip; local
1191 ip = uc->uc_mcontext.sc_ip;
1206 return handle_cpu_signal(ip, (unsigned long)info->si_addr,
/external/qemu/slirp/
H A Dbootp.h96 struct ip ip; member in struct:bootp_t
/external/qemu/slirp-android/
H A Dbootp.h96 struct ip ip; member in struct:bootp_t
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c100 short es,ds,fs,gs,ip,cs,sp,ss; member in struct:__anon12122
/external/speex/libspeex/
H A Dsmallft.c46 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, argument
284 arg=tpi/(float)ip;
287 ipph=(ip+1)>>1;
288 ipp2=ip;
292 t10=ip*ido;
298 for(j=1;j<ip;
578 int ip,iw,ido,idl1,ix2,ix3; local
842 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
1159 int nf,ip,iw,ix2,ix3,ido,idl1; local
[all...]
/external/tcpdump/
H A Dprint-icmp6.c239 const struct ip6_hdr *ip; local
247 ip = (struct ip6_hdr *)bp2;
258 sum = icmp6_cksum(ip, dp, length);
H A Dprint-nfs.c44 #include "ip.h"
162 struct ip *ip; local
174 switch (IP_V((struct ip *)bp)) {
176 ip = (struct ip *)bp;
177 strlcpy(srcaddr, ipaddr_string(&ip->ip_src), sizeof(srcaddr));
178 strlcpy(dstaddr, ipaddr_string(&ip->ip_dst), sizeof(dstaddr));
892 struct ip *ip local
944 struct ip *ip = (struct ip *)bp; local
[all...]
H A Dprint-pgm.c35 #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
[all...]
H A Dprint-rx.c55 #include "ip.h"
402 static void rx_cache_insert(const u_char *, const struct ip *, int);
403 static int rx_cache_find(const struct rx_header *, const struct ip *,
501 rx_cache_insert(bp, (const struct ip *) bp2, dport);
540 rx_cache_find(rxh, (const struct ip *) bp2,
587 rx_cache_insert(const u_char *bp, const struct ip *ip, int dport) argument
601 rxent->client = ip->ip_src;
602 rxent->server = ip->ip_dst;
616 rx_cache_find(const struct rx_header *rxh, const struct ip *i argument
[all...]
H A Dprint-udp.c49 #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 *i argument
364 udpipaddr_print(const struct ip *ip, int sport, int dport) argument
424 register const struct ip *ip; local
[all...]

Completed in 1240 milliseconds

<<1112131415