Searched refs:ip (Results 251 - 275 of 602) sorted by relevance

<<11121314151617181920>>

/external/openssl/crypto/bio/
H A Db_sock.c115 static int get_ip(const char *str,unsigned char *ip);
120 int BIO_get_host_ip(const char *str, unsigned char *ip) argument
127 i=get_ip(str,ip);
160 ip[i]=he->h_addr_list[0][i];
587 static int get_ip(const char *str, unsigned char ip[4]) argument
615 ip[0]=tmp[0];
616 ip[1]=tmp[1];
617 ip[2]=tmp[2];
618 ip[3]=tmp[3];
633 unsigned char ip[ local
[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/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/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1927 Addr ip,
1956 = ip < ML_(blksys_setup) || ip >= ML_(blksys_finished);
1958 = ip >= ML_(blksys_setup) && ip < ML_(blksys_restart);
1960 = ip == ML_(blksys_restart);
1962 = ip >= ML_(blksys_complete) && ip < ML_(blksys_committed);
1964 = ip >= ML_(blksys_committed) && ip < ML
1926 fixup_guest_state_after_syscall_interrupted( ThreadId tid, Addr ip, SysRes sres, Bool restart) argument
[all...]
/external/regex-re2/re2/
H A Dcompile.cc58 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
269 Prog::Inst* ip = new Prog::Inst[inst_cap_]; local
282 Prog::Inst* ip = new Prog::Inst[inst_len_]; local
[all...]
H A Ddfa.cc603 Prog::Inst* ip = prog_->inst(id); local
604 switch (ip->opcode()) {
612 (it == q->begin() && ip->greedy(prog_))) &&
626 if (ip->opcode() == kInstEmptyWidth)
627 needflags |= ip->empty();
628 if (ip->opcode() == kInstMatch && !prog_->anchor_end())
686 int* ip = inst; local
687 int* ep = ip + n;
688 while (ip < ep) {
689 int* markp = ip;
815 Prog::Inst* ip = prog_->inst(id); local
898 Prog::Inst* ip = prog_->inst(id); local
1431 Prog::Inst* ip = prog_->inst(s->inst_[i]); local
[all...]
/external/iproute2/doc/
H A Dip-cref.tex24 This document presents a comprehensive description of the \verb|ip| utility
33 This document is split into sections explaining \verb|ip| commands
34 and options, decrypting \verb|ip| output and containing a few examples.
41 \section{{\tt ip} --- command syntax}
43 The generic form of an \verb|ip| command is:
45 ip [ OPTIONS ] OBJECT [ COMMAND [ ARGUMENTS ]]
48 general behaviour of the \verb|ip| utility or changing its output. All options
55 --- print the version of the \verb|ip| utility and exit.
70 line does not give enough information to guess the family, \verb|ip| falls back to the default
103 \verb|ip| neve
[all...]
H A Dip-tunnels.tex34 ip tunnel add MY-TUNNEL mode ipip remote 193.233.7.65
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
95 with \verb|ip tunnel add|.
114 \verb|ip tunnel add|. These new devices may have arbitrary names.
125 should be set with \verb|ip tunnel add ... remote A|.
134 rather than via Internet. You still may use \verb|ip route add ... onlink|
158 ip tunnel add <NAME> mode <MODE> [ local <S> ] [ remote <D> ]
216 ip route add 10.0.0.0/24 via <A> dev tunl0 onlink
225 ip route add 3FFE::/16 via ::193.233.7.65 dev sit0
232 Command \verb|ip tunne
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.cc156 network->set_ip(list[i]->ip());
223 unsigned int ip, gw; local
224 if (sscanf(line.c_str(), "%7s %8X %8X", iface, &ip, &gw) == 3 &&
225 name == iface && ip == 0) {
261 uint32 ip = ntohl(inaddr->sin_addr.s_addr); local
263 new Network(ptr->ifr_name, ptr->ifr_name, ip,
354 return (network.ip() < 0x01000000);
364 uint32 ip, uint32 gateway_ip)
365 : name_(name), description_(desc), ip_(ip), gateway_ip_(gateway_ip),
363 Network(const std::string& name, const std::string& desc, uint32 ip, uint32 gateway_ip) argument
H A Dwinping.cc187 uint32 ip, uint32 data_size, uint32 timeout, uint8 ttl,
213 DWORD result = send_(hping_, talk_base::HostToNetwork32(ip),
222 LOG(LERROR) << "IcmpSendEcho(" << talk_base::SocketAddress::IPToString(ip)
186 Ping( uint32 ip, uint32 data_size, uint32 timeout, uint8 ttl, bool allow_fragments) argument
/external/linux-tools-perf/util/
H A Dcallchain.c25 chain_size -= (unsigned long)&event->ip.__more_data - (unsigned long)event;
221 call->ip = cursor_node->ip;
343 } else if (cnode->ip != node->ip)
407 callchain_cursor_append(cursor, list->ip,
440 u64 ip, struct map *map, struct symbol *sym)
452 node->ip = ip;
439 callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, struct map *map, struct symbol *sym) argument
H A Devent.h14 u64 ip; member in struct:ip_event
72 u64 ip; member in struct:perf_sample
135 struct ip_event ip; member in union:perf_event
/external/grub/netboot/
H A Detherboot.h325 struct iphdr ip; member in struct:bootpip_t
339 struct iphdr ip; member in struct:tftp_t
379 struct iphdr ip; member in struct:tftpreq_t
406 struct iphdr ip; member in struct:rpc_t
498 extern int ifconfig (char *ip, char *sm, char *gw, char *svr);
/external/oprofile/module/ia64/
H A DIA64syscallstub.h26 mov r3=ip; \
35 mov r3=ip; \
63 mov r3=ip; \
123 mov r3=ip; \
132 mov r3=ip; \
/external/tcpdump/
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...]
/external/freetype/src/cff/
H A Dcffgload.c889 FT_Byte* ip; local
926 ip = zone->cursor = zone->base;
938 while ( ip < limit )
948 v = *ip++;
958 if ( ip + 1 >= limit )
960 val = (FT_Short)( ( (FT_Short)ip[0] << 8 ) | ip[1] );
961 ip += 2;
967 if ( ip >= limit )
969 val = ( (FT_Int32)v - 247 ) * 256 + *ip
[all...]
/external/libppp/src/
H A Dvjcomp.c34 #include <netinet/ip.h>
77 struct ip *pip;
81 pip = (struct ip *)MBUF_CTOP(bp);
/external/qemu/
H A Dsockets.h192 void sock_address_init_inet( SockAddress* a, uint32_t ip, uint16_t port );
415 int socket_mcast_inet_add_membership( int s, uint32_t ip );
416 int socket_mcast_inet_drop_membership( int s, uint32_t ip );
/external/iptables/extensions/
H A Dlibxt_SET.c131 set_target_print_v0(const void *ip, const struct xt_entry_target *target, argument
141 set_target_save_v0(const void *ip, const struct xt_entry_target *target) argument
236 set_target_print_v1(const void *ip, const struct xt_entry_target *target, argument
246 set_target_save_v1(const void *ip, const struct xt_entry_target *target) argument
339 set_target_print_v2(const void *ip, const struct xt_entry_target *target, argument
353 set_target_save_v2(const void *ip, const struct xt_entry_target *target) argument
H A Dlibip6t_HL.c69 static void HL_save(const void *ip, const struct xt_entry_target *target) argument
89 static void HL_print(const void *ip, const struct xt_entry_target *target, argument
H A Dlibip6t_REJECT.c97 static void REJECT_print(const void *ip, const struct xt_entry_target *target, argument
110 static void REJECT_save(const void *ip, const struct xt_entry_target *target) argument
/external/chromium/chrome/browser/debugger/
H A Ddevtools_http_protocol_handler.h40 const std::string& ip,
52 DevToolsHttpProtocolHandler(const std::string& ip,
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc96 mapped_addr->SetIP(remote_addr.ip());
110 source_addr->SetIP(local_addr.ip());
/external/clang/test/Sema/
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 *'}}
/external/iproute2/examples/
H A Dcbq.init-v0.7.337 # - replace hardcoded ip/tc location with variables
106 # - optional tc & ip command logging (into /var/run/cbq-*)
153 # of Linux kernel is provided by "ip" and "tc" utilities from A. Kuznetsov's
154 # iproute2 package, available at ftp://ftp.inr.ac.ru/ip-routing. Because the
163 # face "ip" and "tc" interface.
478 IP=/sbin/ip
515 ip link show| sed -n "/^[0-9]/ \
649 ### Check for presence of ip-route2 in usual place
651 cbq_failure "ip-route2 utilities not installed or executable!"
654 ### ip/t
[all...]

Completed in 1772 milliseconds

<<11121314151617181920>>