HomeSort by relevance Sort by last modified time
    Searched refs:ip (Results 426 - 450 of 945) sorted by null

<<11121314151617181920>>

  /external/clang/test/Modules/
module-private.cpp 19 int *ip = 0; local
20 f1(ip); // expected-error{{use of undeclared identifier 'f1'}}
  /external/clang/test/Sema/
overloadable-complex.c 17 int *ip = foo(fc); local
26 int *ip = foo(fc); local
overloadable.c 12 int *ip = f(iv); local
34 int *ip = accept_struct(x); local
  /external/clang/test/SemaCXX/
complex-overload.cpp 17 int *ip = foo(fc); local
26 int *ip = foo(fc); local
pseudo-destructors.cpp 61 void destroy_without_call(int *ip) {
62 ip->~Integer; // expected-error{{called immediately}}
  /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/
libxt_AUDIT.c 46 static void audit_print(const void *ip, const struct xt_entry_target *target,
67 static void audit_save(const void *ip, const struct xt_entry_target *target)
libxt_CHECKSUM.c 40 static void CHECKSUM_print(const void *ip, const struct xt_entry_target *target,
52 static void CHECKSUM_save(const void *ip, const struct xt_entry_target *target)
libxt_CLASSIFY.c 52 CLASSIFY_print(const void *ip,
63 CLASSIFY_save(const void *ip, const struct xt_entry_target *target)
libxt_IDLETIMER.c 56 static void idletimer_tg_print(const void *ip,
68 static void idletimer_tg_save(const void *ip,
libxt_SECMARK.c 52 static void SECMARK_print(const void *ip, const struct xt_entry_target *target,
62 static void SECMARK_save(const void *ip, const struct xt_entry_target *target)
libxt_conntrack.c 20 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon7438
27 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon7440
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;
    [all...]
libxt_cpu.c 33 cpu_print(const void *ip, const struct xt_entry_match *match, int numeric)
40 static void cpu_save(const void *ip, const struct xt_entry_match *match)
libxt_helper.c 33 helper_print(const void *ip, const struct xt_entry_match *match, int numeric)
40 static void helper_save(const void *ip, const struct xt_entry_match *match)
libxt_length.c 37 length_print(const void *ip, const struct xt_entry_match *match, int numeric)
48 static void length_save(const void *ip, const struct xt_entry_match *match)
libxt_mac.c 50 mac_print(const void *ip, const struct xt_entry_match *match, int numeric)
61 static void mac_save(const void *ip, const struct xt_entry_match *match)
libxt_quota.c 28 quota_print(const void *ip, const struct xt_entry_match *match, int numeric)
35 quota_save(const void *ip, const struct xt_entry_match *match)
libxt_tcpmss.c 37 tcpmss_print(const void *ip, const struct xt_entry_match *match, int numeric)
48 static void tcpmss_save(const void *ip, const struct xt_entry_match *match)
  /external/openssh/
audit-linux.c 44 const char *hostname, const char *ip, const char *ttyn, int success)
58 username == NULL ? uid : -1, hostname, ip, ttyn, success);
  /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
  /external/v8/src/arm/
debug-arm.cc 52 // ldr ip, [pc, #0]
53 // blx ip
62 patcher.masm()->ldr(v8::internal::ip, MemOperand(v8::internal::pc, 0));
63 patcher.masm()->blx(v8::internal::ip);
103 // ldr ip, [pc, #0]
104 // blx ip
112 patcher.masm()->ldr(v8::internal::ip, MemOperand(v8::internal::pc, 0));
113 patcher.masm()->blx(v8::internal::ip);
192 __ mov(ip, Operand(after_break_target));
193 __ ldr(ip, MemOperand(ip))
    [all...]
  /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...]
  /external/valgrind/main/coregrind/
m_stacktrace.c 57 thread's IP SP, FP if that's meaningful, and LR if that's
102 "fp_max=0x%lx ip=0x%lx fp=0x%lx\n",
122 /* fp is %ebp. sp is %esp. ip is %eip. */
129 /* Loop unwinding the stack. Note that the IP value we get on
134 * Because of this we subtract one from the IP after each pass
149 /* Try to derive a new (ip,sp,fp) triple from the current
266 "fp_max=0x%lx ip=0x%lx fp=0x%lx\n",
286 /* fp is %rbp. sp is %rsp. ip is %rip. */
293 /* Loop unwinding the stack. Note that the IP value we get on
298 * Because of this we subtract one from the IP after each pas
419 Addr ip = (Addr)startRegs->r_pc; local
880 Addr ip = ips[i]; local
    [all...]

Completed in 5935 milliseconds

<<11121314151617181920>>