Searched refs:ip (Results 176 - 200 of 602) sorted by relevance

1234567891011>>

/external/openssl/crypto/bio/
H A Dbss_conn.c87 unsigned char ip[4]; member in struct:bio_connect_st
183 if (BIO_get_host_ip(c->param_hostname,&(c->ip[0])) <= 0)
205 ((unsigned long)c->ip[0]<<24L)|
206 ((unsigned long)c->ip[1]<<16L)|
207 ((unsigned long)c->ip[2]<< 8L)|
208 ((unsigned long)c->ip[3]);
332 ret->ip[0]=0;
333 ret->ip[1]=0;
334 ret->ip[2]=0;
335 ret->ip[
455 int *ip; local
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_syswrap.h53 Addr ip,
/external/valgrind/main/include/
H A Dpub_tool_stacktrace.h66 // 'n' gives the index of the passed ip. 'opaque' is an arbitrary
71 void(*action)(UInt n, Addr ip, void* opaque),
/external/opencv/cv/src/
H A Dcvsamplers.cpp90 CvPoint ip, CvRect* pRect )
95 if( ip.x >= 0 )
97 src += ip.x*pix_size;
102 rect.x = -ip.x;
107 if( ip.x + win_size.width < src_size.width )
111 rect.width = src_size.width - ip.x - 1;
120 if( ip.y >= 0 )
122 src += ip.y * src_step;
126 rect.y = -ip.y;
128 if( ip
88 icvAdjustRect( const void* srcptr, int src_step, int pix_size, CvSize src_size, CvSize win_size, CvPoint ip, CvRect* pRect ) argument
396 CvPoint ip; local
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java717 // 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);
781 //ov = getI2 (code, ip + 1);
782 int scan = ip
1499 emitJumpOffset2(final EmitCtx ctx, final int ip, final int targetBlockID) argument
1523 emitJumpOffset4(final EmitCtx ctx, final int ip, final int targetBlockID) argument
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp7 template<int *ip> struct IP { // expected-note 4 {{template parameter is declared here}}
8 IP<ip> *ip2;
/external/clang/test/Modules/
H A Dmodule-private.cpp22 int *ip = 0; local
23 f1(ip); // expected-error{{use of undeclared identifier 'f1'}}
/external/clang/test/Sema/
H A Doverloadable-complex.c17 int *ip = foo(fc); local
26 int *ip = foo(fc); local
H A Doverloadable.c12 int *ip = f(iv); local
34 int *ip = accept_struct(x); local
/external/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp61 void destroy_without_call(int *ip) { argument
62 ip->~Integer; // expected-error{{called immediately}}
/external/iproute2/doc/
H A DMakefile1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
/external/iptables/extensions/
H A Dlibxt_AUDIT.c46 static void audit_print(const void *ip, const struct xt_entry_target *target, argument
67 static void audit_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_CHECKSUM.c40 static void CHECKSUM_print(const void *ip, const struct xt_entry_target *target, argument
52 static void CHECKSUM_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_CLASSIFY.c52 CLASSIFY_print(const void *ip, argument
63 CLASSIFY_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_IDLETIMER.c56 static void idletimer_tg_print(const void *ip, argument
68 static void idletimer_tg_save(const void *ip, argument
H A Dlibxt_SECMARK.c52 static void SECMARK_print(const void *ip, const struct xt_entry_target *target, argument
62 static void SECMARK_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_conntrack.c20 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon6419
27 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon6421
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...]
H A Dlibxt_cpu.c33 cpu_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
40 static void cpu_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_helper.c33 helper_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
40 static void helper_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_length.c37 length_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
48 static void length_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_mac.c50 mac_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
61 static void mac_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_quota.c28 quota_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
35 quota_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_tcpmss.c37 tcpmss_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
48 static void tcpmss_save(const void *ip, const struct xt_entry_match *match) argument
/external/libppp/src/
H A Dradius.h50 struct in_addr ip; /* FRAMED IP */ member in struct:radius
92 } ip; member in union:radacct::__anon8085
H A Dslcompress.h119 struct ip csu_ip; /* ip/tcp hdr from most recent packet */
157 extern u_char sl_compress_tcp(struct mbuf *, struct ip *, struct slcompress *,

Completed in 346 milliseconds

1234567891011>>