Searched defs:ip (Results 176 - 200 of 524) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.h66 const talk_base::IPAddress& ip,
71 ip, min_port, max_port,
116 talk_base::Network* network, const talk_base::IPAddress& ip,
178 const talk_base::IPAddress& ip,
184 ip, min_port, max_port,
201 talk_base::Network* network, const talk_base::IPAddress& ip,
205 : UDPPort(thread, factory, network, ip, min_port, max_port, username,
63 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password) argument
175 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const talk_base::SocketAddress& server_addr) argument
200 StunPort(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const talk_base::SocketAddress& server_address) argument
H A Dturnport.h55 const talk_base::IPAddress& ip,
61 return new TurnPort(thread, factory, network, ip, min_port, max_port,
103 const talk_base::IPAddress& ip,
52 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program.c213 unsigned int ip = 0; local
219 inst->IP = ip++;
224 return ip;
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbf_buff.c276 int r,i,*ip; local
334 ip=(int *)ptr;
335 if (*ip == 0)
340 else /* if (*ip == 1) */
H A Dbss_fd.c179 int *ip; local
201 ip=(int *)ptr;
202 if (ip != NULL) *ip=b->num;
H A Dbss_sock.c171 int *ip; local
184 ip=(int *)ptr;
185 if (ip != NULL) *ip=b->num;
/external/chromium_org/third_party/re2/re2/testing/
H A Dbacktrack.cc58 // Explores from instruction ip at string position p looking for a match.
146 // Explores from instruction ip at string position p looking for a match.
165 Prog::Inst* ip = prog_->inst(id); local
166 switch (ip->opcode()) {
168 LOG(FATAL) << "Unexpected opcode: " << (int)ip->opcode();
174 if (Visit(ip->out(), p)) {
176 Visit(ip->out1(), p);
179 return Visit(ip->out1(), p);
182 if (ip->Matches(c))
183 return Visit(ip
[all...]
/external/clang/test/Analysis/
H A Dnullptr.cpp26 int *ip = &(((struct foo *)np)->f); local
27 *ip = 0; // expected-warning{{Dereference of null pointer}}
/external/clang/test/Index/
H A Dload-stmts.cpp116 void casts(int *ip) { argument
117 (void)reinterpret_cast<float *>(ip);
229 // CHECK: load-stmts.cpp:117:35: UnexposedExpr=ip:116:17 Extent=[117:35 - 117:37]
230 // CHECK: load-stmts.cpp:117:35: DeclRefExpr=ip:116:17 Extent=[117:35 - 117:37]
/external/clang/test/Sema/
H A Dconditional-expr.c11 int *ip; local
16 ip = dp; // expected-warning {{incompatible pointer types assigning to 'int *' from 'double *'}}
17 dp = ip; // expected-warning {{incompatible pointer types assigning to 'double *' from 'int *'}}
20 ip = 0 ? (double *)0 : (void *)0; // expected-warning {{incompatible pointer types assigning to 'int *' from 'double *'}}
H A Dformat-strings-scanf.c84 void test_scanlist(int *ip, char *sp, wchar_t *ls) { argument
85 scanf("%[abc]", ip); // expected-warning{{format specifies type 'char *' but the argument has type 'int *'}}
H A Dfunction-redecl.c87 int* ip = outer6(x); // expected-warning{{use of out-of-scope declaration of 'outer6'}} local
H A Dtransparent-union.c3 int *ip; member in union:__anon17260
11 void g(int *ip, float *fp, char *cp) { argument
12 f(ip);
17 TU tu_ip = ip; // expected-error{{incompatible type}}
19 tu.ip = ip;
/external/clang/test/SemaCXX/
H A Dnullptr.cpp70 int *ip = *pn; local
/external/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp13 void test_f0(int *ip, float *fp, double *dp) { argument
14 f0(ip, fp);
15 f0(ip, dp); // expected-note{{instantiation}}
24 void test_f1(X0 *x0, int *ip, float *fp, double *dp) { argument
25 f1(x0, ip, fp);
26 f1(x0, ip, dp); // expected-note{{instantiation}}
H A Dnested-name-spec-template.cpp19 Promote<short>::type *ret_intptr(int* ip) { return ip; } argument
20 Promote<int>::type *ret_intptr2(int* ip) { return ip; } argument
23 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; } argument
24 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } // expected-warning{{'template' keyword outside of a template}} argument
28 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } argument
29 ret_intptr6(int* ip) argument
[all...]
H A Dnested-template.cpp14 S::A<int>::Nested::type *ip = &i; variable
/external/dnsmasq/src/
H A Dbpf.c164 struct ip ip; local
193 ip.ip_dst.s_addr = INADDR_BROADCAST;
198 ip.ip_dst.s_addr = mess->yiaddr.s_addr;
201 ip.ip_p = IPPROTO_UDP;
202 ip.ip_src.s_addr = iface_addr.s_addr;
203 ip.ip_len = htons(sizeof(struct ip) +
206 ip.ip_hl = sizeof(struct ip) /
[all...]
/external/eigen/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh161 int ip = pivot( i ) ; local
162 theSum = X( ip ) ;
163 // theSum = B( ip ) ;
164 X( ip ) = X( i ) ;
165 // B( ip ) = B( i ) ;
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh161 int ip = pivot( i ) ; local
162 theSum = X( ip ) ;
163 // theSum = B( ip ) ;
164 X( ip ) = X( i ) ;
165 // B( ip ) = B( i ) ;
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh161 int ip = pivot( i ) ; local
162 theSum = X( ip ) ;
163 // theSum = B( ip ) ;
164 X( ip ) = X( i ) ;
165 // B( ip ) = B( i ) ;
/external/grub/netboot/
H A Dmisc.c226 unsigned long ip = 0; local
240 ip = (ip << 8) | val;
243 addr->s_addr = htonl (ip);
/external/iproute2/include/linux/
H A Dnetfilter.h63 __be32 ip; member in union:nf_inet_addr
/external/iptables/extensions/
H A Dlibip6t_LOG.c33 " --log-ip-options Log IP options.\n"
46 {.name = "log-ip-options", .id = O_LOG_IPOPTS, .type = XTTYPE_NONE},
107 static void LOG_print(const void *ip, const struct xt_entry_target *target, argument
131 printf(" ip-options");
144 static void LOG_save(const void *ip, const struct xt_entry_target *target) argument
160 printf(" --log-ip-options");
H A Dlibip6t_dst.c137 static void dst_print(const void *ip, const struct xt_entry_match *match, argument
158 static void dst_save(const void *ip, const struct xt_entry_match *match) argument

Completed in 532 milliseconds

1234567891011>>