HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 501 - 525 of 816) sorted by null

<<21222324252627282930>>

  /external/iptables/extensions/
libxt_conntrack.c 24 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon6225
31 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon6227
362 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
368 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
374 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
380 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
    [all...]
  /external/iptables/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
68 /* Source and destination IP addr */
70 /* Mask for src and dest IP addr */
84 /* Values for "flag" field in struct ipt_ip (general ip structure). */
93 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
100 parts which are 1) general IP header stuff 2) match specific
103 struct ipt_ip ip; member in struct:ipt_entry
124 * New IP firewall options for [gs]etsockopt at the RAW IP level
    [all...]
  /external/iputils/
ping.c 63 #include <netinet/ip.h>
100 static void pr_iph(struct iphdr *ip);
712 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet
788 struct iphdr *ip; local
796 /* Check the IP header */
797 ip = (struct iphdr *)buf;
799 hlen = ip->ihl*4;
800 if (cc < hlen + 8 || ip->ihl < 5) {
806 ttl = ip->ttl;
1284 * Print an IP header with options
    [all...]
  /external/jemalloc/src/
prof.c 188 void *ip; local
192 ip = (void *)_Unwind_GetIP(context);
193 if (ip == NULL)
195 data->bt->vec[data->bt->len] = ip;
  /external/kernel-headers/original/uapi/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
70 /* Source and destination IP addr */
72 /* Mask for src and dest IP addr */
86 /* Values for "flag" field in struct ipt_ip (general ip structure). */
95 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
102 parts which are 1) general IP header stuff 2) match specific
105 struct ipt_ip ip; member in struct:ipt_entry
126 * New IP firewall options for [gs]etsockopt at the RAW IP level
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 220 unsigned int x, y, ip; local
224 ip = x + (size * y);
233 set_color(palette+ip, trans+ip,
243 return ip+1;
731 FILE *ip = fopen(name, "rb"); local
733 if (ip != NULL)
740 ch = getc(ip);
746 if (ferror(ip))
750 (void)fclose(ip);
    [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/common/
vp9_idct.c 27 const int16_t *ip = input; local
31 a1 = ip[0] >> UNIT_QUANT_SHIFT;
32 c1 = ip[1] >> UNIT_QUANT_SHIFT;
33 d1 = ip[2] >> UNIT_QUANT_SHIFT;
34 b1 = ip[3] >> UNIT_QUANT_SHIFT;
46 ip += 4;
50 ip = output;
52 a1 = ip[4 * 0];
53 c1 = ip[4 * 1];
54 d1 = ip[4 * 2]
77 const int16_t *ip = in; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 606 const int16_t *ip = input; local
610 a1 = ip[0 * stride];
611 b1 = ip[1 * stride];
612 c1 = ip[2 * stride];
613 d1 = ip[3 * stride];
627 ip++;
630 ip = output;
634 a1 = ip[0];
635 b1 = ip[1];
636 c1 = ip[2]
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-top.c 146 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip)
161 ip, map->dso->long_name, dso__symtab_origin(map->dso),
175 int counter, u64 ip)
200 ip = he->ms.map->map_ip(he->ms.map, ip);
201 err = symbol__inc_addr_samples(sym, he->ms.map, counter, ip);
206 ui__warn_map_erange(he->ms.map, sym, ip);
692 u64 ip = sample->ip; local
793 perf_top__record_precise_ip(top, he, evsel->idx, ip);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 106 u64 ip; member in struct:perf_sample
  /external/ltrace/
output.c 719 arch_addr_t ip, function_offset; local
734 (unw_word_t *) &ip);
742 * closest to the current ip. */
750 if ((ip >= lib->base) &&
751 ((size_t)(ip - lib->base)
753 distance = ip - lib->base;
764 lib_name, fn_name, function_offset, ip);
767 lib_name, ip);
  /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/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 1107 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 307 const struct ip6_hdr *ip; local
315 ip = (struct ip6_hdr *)bp2;
327 sum = icmp6_cksum(ip, dp, length);
    [all...]
print-nfs.c 44 #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));
943 int ipver; /* IP version (4 or 6) */
945 struct in6_addr client; /* client IP address (net order) *
971 struct ip *ip = NULL; local
1026 struct ip *ip = (struct ip *)bp; local
    [all...]
print-pgm.c 35 #include "ip.h"
162 register const struct ip *ip; local
178 ip = (struct ip *)bp2;
180 if (IP_V(ip) == 6)
185 if (IP_V(ip) == 6) {
202 ipaddr_string(&ip->ip_src),
203 ipaddr_string(&ip->ip_dst));
226 if (ip->ip_p == IPPROTO_PGM)
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 833 Supplied string contains either an ip address "192.168.0.1" or
834 an ip address and port pair, "192.168.0.1:1500". Parse these,
846 UInt ip = 0; local
848 Bool ok = parse_inet_addr_and_port(str, &ip, &port);
853 // VG_(printf)("ip = %d.%d.%d.%d, port %d\n",
854 // (ip >> 24) & 0xFF, (ip >> 16) & 0xFF,
855 // (ip >> 8) & 0xFF, ip & 0xFF,
859 servAddr.sin_addr.s_addr = VG_(htonl)(ip);
    [all...]

Completed in 1886 milliseconds

<<21222324252627282930>>