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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 1681 int ip = next_ip; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 1349 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
1365 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1121 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
1137 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
    [all...]
  /external/mksh/src/
misc.c 1343 char *xp, *ip, *tp, *ipath, *ldest = NULL; local
1372 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
1377 while (*ip) {
1379 while (*ip == '/')
1380 ++ip;
1381 if (!*ip)
1385 tp = ip;
1386 while (*ip && *ip != '/')
1387 ++ip;
1640 char *dp, *ip, *sp, *tp; local
    [all...]
  /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 318 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque)
321 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) {
324 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) {
331 static void printSuppForIp_nonXML(UInt n, Addr ip, void* textV)
335 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) {
338 if ( VG_(get_objname)(ip, buf, ERRTXT_LEN) ) {
1511 Addr ip = *(Addr*)addrV; \/* INPUT *\/ local
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 809 should therefore start by looking up the guest next IP in TT. If
810 it is True then we ignore the guest next IP and just run from
983 Addr ip = VG_(get_IP)(tid); local
1011 Addr ip = VG_(get_IP)(tid); local
1085 Addr ip = VG_(get_IP)(tid); local
1821 Addr ip = arg[1]; local
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 208 msg->setString("server-ip", localAddrString.c_str());
210 msg->setString("client-ip", remoteAddrString.c_str());
301 uint32_t ip = ntohl(remoteAddr.sin_addr.s_addr); local
306 ip >> 24,
307 (ip >> 16) & 0xff,
308 (ip >> 8) & 0xff,
309 ip & 0xff).c_str());
    [all...]
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/5/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/6/platforms/android-3/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)
  /prebuilts/ndk/7/platforms/android-14/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)
  /prebuilts/ndk/7/platforms/android-14/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/platforms/android-3/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)
  /prebuilts/ndk/7/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)

Completed in 1103 milliseconds

<<11121314151617181920>>