/external/tcpdump/ |
print-tcp.c | 49 #include "ip.h" 63 static int tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp, 143 static int tcp_cksum(register const struct ip *ip, 147 return (nextproto4_cksum(ip, (const u_int8_t *)tp, len, 156 register const struct ip *ip; local 170 ip = (struct ip *)bp2 [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicColorMatrix.cpp | 183 short ip[16]; member in class:android::renderscript::RsdCpuScriptIntrinsicColorMatrix 248 if (ip[i] != 0) { 259 if ((ip[0] == ip[1]) && (ip[0] == ip[2]) && 260 (ip[4] == ip[5]) && (ip[4] == ip[6]) & [all...] |
/ndk/sources/cxx-stl/gabi++/src/ |
helper_func_internal.cc | 96 uintptr_t ip = _Unwind_GetIP(context) - 1; local 98 uintptr_t ipOffset = ip - funcStart; 274 // There is no call site for this ip
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/ |
sigcontext32.h | 67 unsigned int ip; member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/ |
xt_osf.h | 36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */ 37 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */ 38 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */ 84 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
sigcontext32.h | 67 unsigned int ip; member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_osf.h | 36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */ 37 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */ 38 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */ 84 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter/ |
xt_osf.h | 70 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/ |
xt_osf.h | 70 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/ |
xt_osf.h | 70 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/ |
xt_osf.h | 70 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/ |
sigcontext32.h | 85 unsigned int ip; member in struct:sigcontext_ia32
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/ |
xt_osf.h | 70 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/ |
sigcontext32.h | 85 unsigned int ip; member in struct:sigcontext_ia32
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/ |
xt_osf.h | 70 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_host_unittest.cc | 78 if (other.bad_ip_url_info(i).ip() != arg.bad_ip_url_info(i).ip() || 252 void UpdateIPUrlMap(const std::string& ip, const std::string& host) { 253 csd_host_->UpdateIPUrlMap(ip, host, "", "", content::RESOURCE_TYPE_OBJECT); 766 // Case 9: client thinks the page match malware IP and so does the server. 857 std::string ip = base::StringPrintf("%d.%d.%d.256", i, i, i); local [all...] |
/external/chromium_org/chrome/renderer/extensions/ |
cast_streaming_native_handler.cc | 457 net::IPAddressNumber ip; local 458 if (!net::ParseIPLiteralToNumber(destination->address, &ip)) { 463 transport->SetDestination(net::IPEndPoint(ip, destination->port));
|
/external/chromium_org/net/quic/ |
quic_http_stream_test.cc | 155 IPAddressNumber ip; local 156 CHECK(ParseIPLiteralToNumber("192.0.2.33", &ip)); 157 peer_addr_ = IPEndPoint(ip, 443); 158 self_addr_ = IPEndPoint(ip, 8435);
|
/external/chromium_org/net/tools/gdig/ |
gdig.cc | 45 std::string ip; local 47 if (!ParseHostAndPort(ip_address_and_port, &ip, &port)) 53 if (!net::ParseIPLiteralToNumber(ip, &ip_number))
|
/external/chromium_org/third_party/boringssl/src/crypto/chacha/ |
chacha_vec.c | 149 unsigned iters, i, *op=(unsigned *)out, *ip=(unsigned *)in, *kp; local 242 WRITE_XOR(ip, op, 0, v0+s0, v1+s1, v2+s2, v3+s3) 244 WRITE_XOR(ip, op, 16, v4+s0, v5+s1, v6+s2, v7+s3) 247 WRITE_XOR(ip, op, 32, v8+s0, v9+s1, v10+s2, v11+s3) 251 WRITE_XOR(ip, op, 48, v12+s0, v13+s1, v14+s2, v15+s3) 254 ip += VBPI*16; 257 op[0] = REVW_BE(REVW_BE(ip[0]) ^ (x0 + chacha_const[0])); 258 op[1] = REVW_BE(REVW_BE(ip[1]) ^ (x1 + chacha_const[1])); 259 op[2] = REVW_BE(REVW_BE(ip[2]) ^ (x2 + chacha_const[2])); 260 op[3] = REVW_BE(REVW_BE(ip[3]) ^ (x3 + chacha_const[3])) [all...] |
/external/chromium_org/third_party/freetype/src/psaux/ |
t1decode.c | 367 FT_Byte* ip; local 416 ip = zone->cursor = zone->base; 430 while ( ip < limit ) 455 switch ( *ip++ ) 515 if ( ip > limit ) 522 switch ( *ip++ ) 555 ip[-1] )); 561 if ( ip + 4 > limit ) 568 value = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | 569 ( (FT_UInt32)ip[1] << 16 ) [all...] |
/external/chromium_org/third_party/webrtc/base/ |
natsocketfactory.cc | 24 const IPAddress& ip = remote_addr.ipaddr(); local 25 int family = ip.family(); 32 in_addr v4addr = ip.ipv4_address(); 37 in6_addr v6addr = ip.ipv6_address(); 445 // See if we have the requested IP, or any of our children do.
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/ |
ns_core.h | 81 int ip[IP_LENGTH]; member in struct:NSinst_t_
|
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/ |
voe_cmd_test.cc | 264 char ip[64]; local 266 printf("2. Specify IP \n"); 271 strcpy(ip, "127.0.0.1"); 273 printf("Specify remote IP: "); 274 ASSERT_EQ(1, scanf("%s", ip)); 284 printf("Set Send IP \n"); 285 res = voice_channel_transport->SetSendDestination(ip, rPort); 321 res = voice_channel_transports[i]->SetSendDestination(ip, port);
|
/external/clang/test/SemaCXX/ |
cstyle-cast.cpp | 199 int *ip = (int*)(icpcpp); local 200 (void)(int const*)(ip);
|