HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 176 - 200 of 234) sorted by null

1 2 3 4 5 6 78 910

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 63 struct ipt_ip ip; member in struct:ipt_entry
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 63 struct ipt_ip ip; member in struct:ipt_entry
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 63 struct ipt_ip ip; member in struct:ipt_entry
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 63 struct ipt_ip ip; member in struct:ipt_entry
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 63 struct ipt_ip ip; member in struct:ipt_entry
  /bionic/libc/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /development/ndk/platforms/android-3/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /external/chromium/net/socket/
socket_test_util.cc 652 IPAddressNumber ip; local
653 if (!ParseIPLiteralToNumber("192.0.2.33", &ip))
655 *address = IPEndPoint(ip, 123);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 228 uint32 ip = ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) | local
236 return !addr.IsUnresolved() && ((addr.ip() & mask) == (ip & mask));
1085 std::string ip = proxy->address.IPAsString(); local
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 268 int *ip = intp(icpcpp); local
269 (void)icp_t(ip);
overload-call.cpp 8 int* ip = f(iv); local
32 int* ip = h(cv); local
48 void test_j(int* ip) {
49 int* ip1 = j(ip);
73 int* ip = m("foo"); local
112 int* ip = p((short)1); local
125 int* ip = bitfields(bits.int_bitfield, 0); local
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 210 template <int* ip> struct A {
212 A() : p(ip) {}
324 template <int& I> struct PR10766 { static int *ip; }; member in struct:PR10766
325 template <int& I> int* PR10766<I>::ip = &I; member in class:PR10766
  /external/e2fsprogs/misc/
fsck.c 869 const char **ip; local
897 for(ip = ignored_types; *ip; ip++)
898 if (strcmp(fs->type, *ip) == 0) return 1;
901 for(ip = really_wanted; *ip; ip++)
902 if (strcmp(fs->type, *ip) == 0) {
  /external/qemu/slirp/
ip.h 29 * @(#)ip.h 8.1 (Berkeley) 6/10/93
30 * ip.h,v 1.3 1994/08/21 05:27:30 paul Exp
75 struct ip { struct
99 * Definitions for IP type of service (ip_tos)
197 * Overlay for ip header used by other protocols (tcp, udp).
209 * Ip reassembly queue structure. Each fragment
216 struct qlink frag_link; /* to ip headers of fragments */
225 * Ip header, when holding a fragment.
231 struct ip ipf_ip;
242 * and passed to ip_output when ip options are in use
    [all...]
  /external/qemu/slirp-android/
ip.h 29 * @(#)ip.h 8.1 (Berkeley) 6/10/93
30 * ip.h,v 1.3 1994/08/21 05:27:30 paul Exp
77 struct ip { struct
101 * Definitions for IP type of service (ip_tos)
199 * Overlay for ip header used by other protocols (tcp, udp).
211 * Ip reassembly queue structure. Each fragment
218 struct qlink frag_link; /* to ip headers of fragments */
227 * Ip header, when holding a fragment.
233 struct ip ipf_ip;
244 * and passed to ip_output when ip options are in use
    [all...]
  /external/tcpdump/
print-icmp.c 40 #include "ip.h"
78 struct ip idi_ip;
98 * packet is large enought to contain the returned ip header.
101 * ip header length.
104 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */
107 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
141 #define ICMP_PARAMPROB 12 /* ip header bad */
271 * IP packet before the MPLS extension header starts.
339 const struct ip *ip; local
    [all...]
print-isakmp.c 53 #include "ip.h"
181 struct ip *ip; local
194 ip = (struct ip *)bp2;
195 switch (IP_V(ip)) {
207 memcpy(&sin->sin_addr, &ip->ip_src, sizeof(ip->ip_src));
213 memcpy(&sin->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst))
251 struct ip *ip; local
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 306 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque)
309 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) {
312 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) {
319 static void printSuppForIp_nonXML(UInt n, Addr ip, void* textV)
323 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) {
326 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) {
523 Addr ip = ips[i]; local
525 if (VG_(get_fnname)(ip, buffer, sizeof(buffer))) {
528 if (VG_(get_objname)(ip, buffer, sizeof(buffer))) {
1371 Addr ip = *(Addr*)addrV; \/* INPUT *\/ local
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)

Completed in 782 milliseconds

1 2 3 4 5 6 78 910