HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 51 - 75 of 571) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_fd.c 179 int *ip; local
201 ip=(int *)ptr;
202 if (ip != NULL) *ip=b->num;
  /external/clang/test/CXX/over/over.over/
p2-resolve-single-template-id.cpp 11 int *ip = f<int>(1); // calls #1 local
20 int*ip = (f2<int>)(1); // ok local
  /external/clang/test/Modules/
macros.c 88 TOP_RIGHT_REDEF *ip = &i; local
117 LEFT_RIGHT_IDENTICAL *ip = &i; local
  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 161 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/
gmm_LU_solve_interface.hh 161 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/
mtl4_LU_solve_interface.hh 161 int ip = pivot( i ) ; local
162 theSum = X( ip ) ;
163 // theSum = B( ip ) ;
164 X( ip ) = X( i ) ;
165 // B( ip ) = B( i ) ;
  /external/iptables/extensions/
libipt_SAME.c 24 " Don't use destination-ip in\n"
42 const struct in_addr *ip; local
53 ip = xtables_numeric_to_ipaddr(arg);
54 if (!ip)
55 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
57 range->min_ip = ip->s_addr;
60 ip = xtables_numeric_to_ipaddr(dash+1);
61 if (!ip)
62 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
65 range->max_ip = ip->s_addr
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 92 int ip; member in class:fs_cfg
97 /** Ordered list (by ip) of basic blocks */
  /external/openssl/crypto/bio/
bss_fd.c 179 int *ip; local
201 ip=(int *)ptr;
202 if (ip != NULL) *ip=b->num;
  /external/qemu/slirp/
tftp.h 17 struct ip ip; member in struct:tftp_t
  /external/qemu/slirp-android/
tftp.h 17 struct ip ip; member in struct:tftp_t
  /external/tcpdump/
print-sl.c 40 #include "ip.h"
48 static void sliplink_print(const u_char *, const struct ip *, u_int);
49 static void compressed_sl_print(const u_char *, const struct ip *, u_int, int);
56 register const struct ip *ip; local
65 ip = (struct ip *)(p + SLIP_HDRLEN);
68 sliplink_print(p, ip, length);
70 switch (IP_V(ip)) {
72 ip_print(gndo, (u_char *)ip, length)
91 register const struct ip *ip; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmarp.h 22 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */
38 __be32 ip; /* IP address (act_need only) */ member in struct:atmarp_ctrl
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 35 __be32 ip; member in struct:ebt_mac_wormhash_tuple
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmarp.h 22 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */
38 __be32 ip; /* IP address (act_need only) */ member in struct:atmarp_ctrl
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 35 __be32 ip; member in struct:ebt_mac_wormhash_tuple
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmarp.h 22 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */
38 __be32 ip; /* IP address (act_need only) */ member in struct:atmarp_ctrl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 35 __be32 ip; member in struct:ebt_mac_wormhash_tuple
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_conntrack_tuple.h 50 u_int32_t ip; member in struct:ip_conntrack_manip
59 u_int32_t ip; member in struct:ip_conntrack_tuple::__anon470
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 42 u_int32_t ip; member in struct:ip_conntrack_manip
51 u_int32_t ip; member in struct:ip_conntrack_tuple::__anon1119
  /external/chromium_org/base/debug/
stack_trace_android.cc 33 uintptr_t ip = 0; local
34 _Unwind_VRS_Get(context, _UVRSC_CORE, 15, _UVRSD_UINT32, &ip);
35 return ip & ~static_cast<uintptr_t>(0x1); // Remove thumb mode bit.
41 uintptr_t ip = _Unwind_GetIP(context); local
44 if (ip != 0 && !state->have_skipped_self) {
49 state->frames[state->frame_count++] = ip;
  /external/chromium_org/net/dns/
dns_config_service_unittest.cc 68 IPAddressNumber ip; local
69 CHECK(ParseIPLiteralToNumber("1.2.3.4", &ip));
70 config.nameservers.push_back(IPEndPoint(ip, seed & 0xFFFF));
dns_hosts.cc 17 // Parses the contents of a hosts file. Returns one token (IP or hostname) at
30 // Advances to the next token (IP or hostname). Returns whether another
69 // Fast-forwards the parser to the next line. Should be called if an IP
76 // Returns whether the last-parsed token is an IP address (true) or a
113 IPAddressNumber ip; local
120 // the same IP address (usually 127.0.0.1). Don't bother parsing the IP
126 ip.swap(new_ip);
127 family = (ip.size() == 4) ? ADDRESS_FAMILY_IPV4 : ADDRESS_FAMILY_IPV6;
137 mapped_ip = ip;
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_server_stream_test.cc 139 IPAddressNumber ip; local
140 ParseIPLiteralToNumber("127.0.0.1", &ip);
141 IPEndPoint addr(ip, 0);
  /external/chromium_org/net/websockets/
websocket_throttle_unittest.cc 37 IPAddressNumber ip; local
38 ip.push_back(a1);
39 ip.push_back(a2);
40 ip.push_back(a3);
41 ip.push_back(a4);
42 return IPEndPoint(ip, 0);
309 // A connection should not be blocked by another connection to the same IP

Completed in 279 milliseconds

1 23 4 5 6 7 8 91011>>