/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/prebuilts/ndk/9/platforms/android-9/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)
|
/development/ndk/platforms/android-L/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/android-clat/ |
clatd_test.cpp | 83 #define IPV4_PSEUDOHEADER(ip, tlen) \ 84 ip[12], ip[13], ip[14], ip[15], /* Source address */ \ 85 ip[16], ip[17], ip[18], ip[19], /* Destination address */ \ 86 0, ip[9], /* 0, protocol */ 209 struct iphdr *ip = (struct iphdr *) packet; local 288 struct iphdr *ip = NULL; local 402 struct iphdr *ip = (struct iphdr *) packet; local 522 struct iphdr *ip; local 821 uint8_t ip[] = { IPV4_UDP_HEADER }; local [all...] |
/external/chromium_org/net/dns/ |
host_resolver_impl_unittest.cc | 185 IPAddressNumber ip; local 186 bool rv = ParseIPLiteralToNumber(address, &ip); 190 IPEndPoint(ip, port)) != list.end(); 814 // Triggering an IP address change. 893 // Test that IP address changes flush the cache. 904 // Flush cache by triggering an IP address change. 915 // Test that IP address changes send ERR_NETWORK_CHANGED to pending requests. 921 // Triggering an IP address change. 930 // Obey pool constraints after IP address has changed. 939 // Triggering an IP address change [all...] |
/external/chromium_org/net/websockets/ |
websocket_job_test.cc | 479 IPAddressNumber ip; local 480 ParseIPLiteralToNumber("127.0.0.1", &ip); 481 websocket_->addresses_ = AddressList::CreateFromIPAddress(ip, 80); 1102 IPAddressNumber ip; local [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffgload.c | 912 FT_Byte* ip; local 949 ip = zone->cursor = zone->base; 961 while ( ip < limit ) 971 v = *ip++; 984 if ( ip + 1 >= limit ) 986 val = (FT_Short)( ( (FT_UShort)ip[0] << 8 ) | ip[1] ); 987 ip += 2; 993 if ( ip >= limit ) 995 val = ( (FT_Int32)v - 247 ) * 256 + *ip++ + 108 [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
port.h | 128 rtc::Network* network, const rtc::IPAddress& ip, 132 rtc::Network* network, const rtc::IPAddress& ip, 275 rtc::IPAddress& ip() { return ip_; } function in class:cricket::Port 345 // Checks if the address in addr is compatible with the port's ip.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_idct.c | 60 const tran_low_t *ip = input; local 64 a1 = ip[0] >> UNIT_QUANT_SHIFT; 65 c1 = ip[1] >> UNIT_QUANT_SHIFT; 66 d1 = ip[2] >> UNIT_QUANT_SHIFT; 67 b1 = ip[3] >> UNIT_QUANT_SHIFT; 79 ip += 4; 83 ip = output; 85 a1 = ip[4 * 0]; 86 c1 = ip[4 * 1]; 87 d1 = ip[4 * 2] 110 const tran_low_t *ip = in; local 1458 const tran_low_t *ip = input; local 1531 const tran_low_t *ip = in; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score, 249 DBG("%i is now ready\n", sinst->Instruction->IP); 428 DBG("%i: commit score = %d\n", sinst->Instruction->IP, sinst->Score); 462 DBG("%i: commit TEX reads\n", readytex->Instruction->IP); 482 DBG("%i: commit TEX writes\n", readytex->Instruction->IP); 1254 unsigned int ip; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 1681 int ip = next_ip; local [all...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/webrtc/base/ |
proxydetect.cc | 211 uint32 ip = ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) | local 221 ((addr.ipaddr().v4AddressAsHostOrderInteger() & mask) == (ip & mask)); 1072 std::string ip = proxy->address.ipaddr().ToString(); local [all...] |
/external/clang/test/SemaCXX/ |
functional-cast.cpp | 269 int *ip = intp(icpcpp); local 270 (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
|
overloaded-operator.cpp | 153 int* ip = &r; local
|
/external/clang/test/SemaTemplate/ |
temp_arg_nontype.cpp | 214 template <int* ip> struct A { 216 A() : p(ip) {} 328 template <int& I> struct PR10766 { static int *ip; }; member in struct:PR10766 329 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/freetype/src/cff/ |
cffgload.c | 908 FT_Byte* ip; local 945 ip = zone->cursor = zone->base; 957 while ( ip < limit ) 967 v = *ip++; 980 if ( ip + 1 >= limit ) 982 val = (FT_Short)( ( (FT_UShort)ip[0] << 8 ) | ip[1] ); 983 ip += 2; 989 if ( ip >= limit ) 991 val = ( (FT_Int32)v - 247 ) * 256 + *ip++ + 108 [all...] |