HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 351 - 375 of 676) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
print-pgm.c 29 #include "ip.h"
151 register const struct ip *ip; local
161 ip = (const struct ip *)bp2;
162 if (IP_V(ip) == 6)
174 ipaddr_string(ndo, &ip->ip_src),
175 ipaddr_string(ndo, &ip->ip_dst)));
195 if (ip->ip_p == IPPROTO_PGM) {
197 ipaddr_string(ndo, &ip->ip_src)
    [all...]
print-pim.c 34 #include "ip.h"
137 u_short pim_cksum; /* IP style check sum */
287 ND_TCHECK2(bp[8], 20); /* ip header */
512 * 1 IP (IP version 4)
513 * 2 IP6 (IP version 6)
667 const struct ip *ip; local
674 ip = (const struct ip *)bp2
871 const struct ip *ip; local
    [all...]
  /external/v8/src/s390/
simulator-s390.h 121 ip = r12, enumerator in enum:v8::internal::Simulator::Register
  /external/valgrind/coregrind/
m_libcfile.c 1016 Supplied string contains either an ip address "192.168.0.1" or
1017 an ip address and port pair, "192.168.0.1:1500". Parse these,
1029 UInt ip = 0; local
1031 Bool ok = parse_inet_addr_and_port(str, &ip, &port);
1036 // VG_(printf)("ip = %d.%d.%d.%d, port %d\n",
1037 // (ip >> 24) & 0xFF, (ip >> 16) & 0xFF,
1038 // (ip >> 8) & 0xFF, ip & 0xFF,
    [all...]
m_stacktrace.c 57 thread's IP SP, FP if that's meaningful, and LR if that's
108 // there is no CFI info for this IP:
122 But before accepting to unwind an IP with fp_chain, the result
126 => it is assumed that future unwind for this IP can be done
130 => it is assumed that future unwind for this IP must be done
135 The check for an IP will be stored at
136 fp_CF_verif_cache[IP % N_FP_CF_VERIF] as one of:
137 IP ^ FPUNWIND
138 IP ^ NOINFO
139 IP ^ CFUNWIN
742 Addr ip = (Addr)startRegs->r_pc; local
    [all...]
  /external/webrtc/webrtc/base/
network.cc 90 // After type, networks are sorted by IP address precedence values
123 bool IsIgnoredIPv6(const InterfaceAddress& ip) {
124 if (ip.family() != AF_INET6) {
131 if (IPIsLinkLocal(ip)) {
136 if (IPIsMacBased(ip)) {
141 if (ip.ipv6_flags() & IPV6_ADDRESS_FLAG_DEPRECATED) {
243 // AddressList in this map will track IP addresses for all Networks
294 // This network exists in the map already. Reset its IP addresses.
401 InterfaceAddress ip; local
422 if (!ifaddrs_converter->ConvertIfAddrsToIPAddress(cursor, &ip, &mask))
568 IPAddress ip; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.cc 573 rtc::IPAddress ip = ipaddr(); local
574 switch (ip.family()) {
576 in_addr v4addr = ip.ipv4_address();
582 in6_addr v6addr = ip.ipv6_address();
602 // Invalid ip family or transaction ID, or missing owner.
  /external/wpa_supplicant_8/src/tls/
x509v3.h 43 u8 *ip; /* iPAddress */ member in struct:x509_name
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
OffloadController.java 94 // prefixes representing only the locally-assigned IP addresses.
461 for (InetAddress ip : mUpstreamLinkProperties.getAddresses()) {
462 if (ip instanceof Inet4Address) {
463 v4addr = ip.getHostAddress();
522 // [b] add in /128s for IP addresses on the downstream interface
523 // [c] add in /128s for IP addresses on the upstream interface
530 final InetAddress ip = linkAddr.getAddress(); local
531 if (!(ip instanceof Inet6Address)) continue;
532 prefixSet.add(new IpPrefix(ip, 128));
623 final InetAddress ip = InetAddress.parseNumericAddress(addrString) local
    [all...]
  /frameworks/base/tests/net/java/android/net/ip/
IpClientTest.java 17 package android.net.ip;
44 import android.net.ip.IpClient.Callback;
45 import android.net.ip.IpClient.InitialConfiguration;
46 import android.net.ip.IpClient.ProvisioningConfiguration;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 2 * 25-Jul-1998 Major changes to allow for ip chain table
8 * Format of an IP firewall descriptor
68 /* Source and destination IP addr */
70 /* Mask for src and dest IP addr */
84 /* Values for "flag" field in struct ipt_ip (general ip structure). */
93 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
100 parts which are 1) general IP header stuff 2) match specific
103 struct ipt_ip ip; member in struct:ipt_entry
124 * New IP firewall options for [gs]etsockopt at the RAW IP level
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_arp.h 66 unsigned char __ar_sip[4]; /* Sender IP address. */
68 unsigned char __ar_tip[4]; /* Target IP address. */
116 #define ARPHRD_IPDDP 777 /* IP-in-DDP tunnel. */
117 #define ARPHRD_IPGRE 778 /* GRE over IP. */
175 u_int32_t ip; /* IP address of entry. */ member in struct:arpd_request
  /system/extras/simpleperf/
report_lib_interface.cpp 37 uint64_t ip; member in struct:Sample
67 uint64_t ip; member in struct:CallChainEntry
256 current_sample_.ip = r.ip_data.ip;
305 thread_tree_.FindMap(current_thread_, r.ip_data.ip, r.InKernel());
308 thread_tree_.FindSymbol(map, r.ip_data.ip, &vaddr_in_file);
329 uint64_t ip = r.callchain_data.ips[i]; local
330 if (ip >= PERF_CONTEXT_MAX) {
331 switch (ip) {
340 << ip; local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
WifiHelper.java 311 final String ip = getIpAddress(); local
312 return ip != null && !ip.isEmpty() && !NULL_IP_ADDR.equals(ip);
  /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
75 * Definitions for IP type of service (ip_tos)
88 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 121 __u32 ip; member in struct:sigcontext_32
147 __u64 ip; member in struct:sigcontext_64
  /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
519 struct iphdr *ip; local
818 uint8_t ip[] = { IPV4_UDP_HEADER }; local
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 270 int *ip = intp(icpcpp); local
271 (void)icp_t(ip);
overload-call.cpp 11 int* ip = f(iv); local
35 int* ip = h(cv); local
51 void test_j(int* ip) {
52 int* ip1 = j(ip);
92 int* ip = m("foo"); local
135 int* ip = p((short)1); local
148 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 870 const char **ip; local
898 for(ip = ignored_types; *ip; ip++)
899 if (strcmp(fs->type, *ip) == 0) return 1;
902 for(ip = really_wanted; *ip; ip++)
903 if (strcmp(fs->type, *ip) == 0) {
  /external/freetype/src/psaux/
cffdecode.c 497 FT_Byte* ip; local
528 ip = zone->cursor = zone->base;
540 while ( ip < limit )
550 v = *ip++;
563 if ( ip + 1 >= limit )
565 val = (FT_Short)( ( (FT_UShort)ip[0] << 8 ) | ip[1] );
566 ip += 2;
572 if ( ip >= limit )
574 val = ( (FT_Int32)v - 247 ) * 256 + *ip++ + 108
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 336 uint64_t ip = UContextReader::GetInstructionPointer(ucontext_); local
344 if (ip >= mapping.start_addr &&
345 ip < mapping.start_addr + mapping.size) {
347 // Try to get 128 bytes before and after the IP, but
351 uintptr_t(ip - (kIPMemorySize / 2)));
353 std::min(uintptr_t(ip + (kIPMemorySize / 2)),
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 1024 uint64_t ip = CurrentPCForStack(state); local
1028 mach_vm_address_t addr = static_cast<vm_address_t>(ip);
1043 if (ret == KERN_SUCCESS && ip >= addr && ip < (addr + size)) {
1044 // Try to get 128 bytes before and after the IP, but
1048 uintptr_t(ip - (kIPMemorySize / 2)));
1050 std::min(uintptr_t(ip + (kIPMemorySize / 2)),
    [all...]

Completed in 3752 milliseconds

<<11121314151617181920>>