HomeSort by relevance Sort by last modified time
    Searched refs:ip (Results 226 - 250 of 540) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/netinet/
ip_icmp.h 38 #include <netinet/ip.h>
108 struct ip idi_ip;
125 #define ICMP_V6ADVLENMIN (8 + sizeof(struct ip) + 40)
131 * packet is large enough to contain the returned ip header.
134 * ip header length.
139 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
180 #define ICMP_PARAMPROB 12 /* ip header bad */
  /ndk/build/platforms/android-8/arch-x86/usr/include/netinet/
ip_icmp.h 38 #include <netinet/ip.h>
108 struct ip idi_ip;
125 #define ICMP_V6ADVLENMIN (8 + sizeof(struct ip) + 40)
131 * packet is large enough to contain the returned ip header.
134 * ip header length.
139 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
180 #define ICMP_PARAMPROB 12 /* ip header bad */
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 717 // 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);
1179 int ip = patchData [1]; local
1623 final int ip = out.size (); local
1647 final int ip = out.size (); local
1669 final int ip = out.size (); local
1693 final int ip = out.size (); local
1743 final int ip = out.size (); local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 84 mov(ip, Operand(target, rmode), LeaveCC, cond);
85 bx(ip, cond);
124 // If USE_BLX is defined, we could emit a 'mov ip, target', followed by a
125 // 'blx ip'; however, the code would not be shorter than the above sequence
158 LoadRoot(ip, Heap::kStackLimitRootIndex);
159 cmp(sp, Operand(ip));
202 // Will clobber 4 registers: object, offset, scratch, ip. The
230 mov(ip, Operand(Page::kPageAlignmentMask)); // load mask only once
231 and_(scratch, object, Operand(ip)); // offset into page of the object
238 bic(object, object, Operand(ip));
    [all...]
  /bionic/libc/arch-arm/bionic/
syscall.S 42 mov ip, sp
48 ldmfd ip, {r3, r4, r5, r6}
  /external/iproute2/doc/
Makefile 1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
  /external/iptables/extensions/
libip6t_NFQUEUE.c 77 print(const struct ip6t_ip6 *ip,
88 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target)
libip6t_condition.c 67 print(const struct ip6t_ip6 *ip,
78 save(const struct ip6t_ip6 *ip,
libipt_NFQUEUE.c 77 print(const struct ipt_ip *ip,
88 save(const struct ipt_ip *ip, const struct ipt_entry_target *target)
libipt_condition.c 67 print(const struct ipt_ip *ip,
78 save(const struct ipt_ip *ip,
libipt_helper.c 67 print(const struct ipt_ip *ip,
78 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
libipt_quota.c 30 print(const struct ipt_ip *ip, const struct ipt_entry_match *match, int numeric)
38 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
libipt_MASQUERADE.c 84 if (entry->ip.proto == IPPROTO_TCP
85 || entry->ip.proto == IPPROTO_UDP
86 || entry->ip.proto == IPPROTO_ICMP)
116 print(const struct ipt_ip *ip,
135 save(const struct ipt_ip *ip, const struct ipt_entry_target *target)
libipt_REDIRECT.c 49 exit_error(PARAMETER_PROBLEM, "IP address not permitted\n");
87 if (entry->ip.proto == IPPROTO_TCP
88 || entry->ip.proto == IPPROTO_UDP
89 || entry->ip.proto == IPPROTO_ICMP)
119 print(const struct ipt_ip *ip,
138 save(const struct ipt_ip *ip, const struct ipt_entry_target *target)
libip6t_multiport.c 282 print(const struct ip6t_ip6 *ip,
312 print_port(multiinfo->ports[i], ip->proto, numeric);
318 print_v1(const struct ip6t_ip6 *ip,
351 print_port(multiinfo->ports[i], ip->proto, numeric);
354 print_port(multiinfo->ports[++i], ip->proto, numeric);
361 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match)
383 print_port(multiinfo->ports[i], ip->proto, 1);
388 static void save_v1(const struct ip6t_ip6 *ip,
414 print_port(multiinfo->ports[i], ip->proto, 1);
417 print_port(multiinfo->ports[++i], ip->proto, 1)
    [all...]
libipt_conntrack.c 242 "multiple IP addresses not allowed");
245 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = addrs[0].s_addr;
262 "multiple IP addresses not allowed");
265 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = addrs[0].s_addr;
282 "multiple IP addresses not allowed");
285 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = addrs[0].s_addr;
302 "multiple IP addresses not allowed");
305 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = addrs[0].s_addr;
434 matchinfo_print(const struct ipt_ip *ip, const struct ipt_entry_match *match, int numeric, const char *optpfx)
456 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip,
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_conntrack.h 46 u_int32_t ip; member in struct:ip_conntrack_old_tuple::__anon2681
53 u_int32_t ip; member in struct:ip_conntrack_old_tuple::__anon2683
  /external/ppp/pppd/include/net/
slcompress.h 37 * conversation number that associates a saved IP/TCP header with
46 * acknowlegement, sequence number and IP ID. (The urgent pointer
57 * Packet types (must not conflict with IP protocol version)
60 * three possible types: IP (not proto TCP or tcp with one of the
61 * control flags set); uncompressed TCP (a normal IP/TCP packet but
70 * IP protocol version number (4) which normally appears in this nibble
71 * means "IP packet".
98 * basically a copy of the entire IP/TCP header from the last packet
109 struct ip csu_ip; /* ip/tcp hdr from most recent packet *
    [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
libslirp.h 19 int inet_strtoip(const char* str, uint32_t *ip);
20 char* inet_iptostr(uint32_t ip);
  /external/tcpdump/
print-dccp.c 29 #include "ip.h"
63 static int dccp_cksum(const struct ip *ip,
82 memcpy(&phu.ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t));
83 if (IP_HL(ip) == 5)
84 memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
86 phu.ph.dst = ip_finddst(ip);
214 * @len - lenght of ip packet
219 const struct ip *ip; local
    [all...]
print-sctp.c 57 #include "ip.h"
64 u_int sctpPacketLength) /* ip packet */
67 const struct ip *ip; local
83 ip = (struct ip *)bp2;
85 if (IP_V(ip) == 6)
116 ipaddr_string(&ip->ip_src),
118 ipaddr_string(&ip->ip_dst),
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
Socks4Message.java 92 * Answer the IP address of the request as an integer.
99 * Set the IP address. This expects an array of four bytes in host order.
101 public void setIP(byte[] ip) {
102 buffer[INDEX_IP] = ip[0];
103 buffer[INDEX_IP + 1] = ip[1];
104 buffer[INDEX_IP + 2] = ip[2];
105 buffer[INDEX_IP + 3] = ip[3];
131 buf.append(" IP: ");
  /external/openssl/crypto/x509v3/
v3_ncons.c 73 static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip);
182 print_nc_ipadd(bp, tree->base->d.ip);
191 static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip)
195 p = ip->data;
196 len = ip->length;
197 BIO_puts(bp, "IP:");
217 BIO_printf(bp, "IP Address:<invalid>");

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 91011>>